diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-04 22:06:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-04 22:06:46 +0000 |
commit | 1d90adc1c42394a4a6bd84f0bad6c3553aad12f6 (patch) | |
tree | 3bbdac0e7306c81e8e6ff4f653275340a042be26 /security/pam_authsrv | |
parent | 3942f8327618166ab8ca00e868fa6924723302bd (diff) | |
download | ports-1d90adc1c42394a4a6bd84f0bad6c3553aad12f6.tar.gz ports-1d90adc1c42394a4a6bd84f0bad6c3553aad12f6.zip |
Notes
Diffstat (limited to 'security/pam_authsrv')
-rw-r--r-- | security/pam_authsrv/Makefile | 29 | ||||
-rw-r--r-- | security/pam_authsrv/distinfo | 2 | ||||
-rw-r--r-- | security/pam_authsrv/pkg-descr | 16 | ||||
-rw-r--r-- | security/pam_authsrv/pkg-plist | 3 |
4 files changed, 0 insertions, 50 deletions
diff --git a/security/pam_authsrv/Makefile b/security/pam_authsrv/Makefile deleted file mode 100644 index 917d9c41f115..000000000000 --- a/security/pam_authsrv/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: pam_authsrv -# Date created: 11 May 2006 -# Whom: Jim Pirzyk <pirzyk@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pam_authsrv -PORTVERSION= 1.0.2 -PORTREVISION= 1 -CATEGORIES= security -MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_authsrv/ - -MAINTAINER= pirzyk@FreeBSD.org -COMMENT= PAM module for per-user authentication - -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/security/fwtk:build - -RESTRICTED= No form of redistribution is allowed, because of linkging against fwtk - -USE_AUTOTOOLS= libtool -LDFLAGS+= -L${PORTSDIR}/security/fwtk/work/fwtk -CFLAGS+= -I${PORTSDIR}/security/fwtk/work/fwtk -CONFIGURE_ARGS= --disable-encap --disable-epkg-install -INSTALL_TARGET= install-real - -MAN5= pam_authsrv.5 - -.include <bsd.port.mk> diff --git a/security/pam_authsrv/distinfo b/security/pam_authsrv/distinfo deleted file mode 100644 index 02a74ccc19f1..000000000000 --- a/security/pam_authsrv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pam_authsrv-1.0.2.tar.gz) = bddacf9c305b2fd83ee03b8f71a2e7537ddadd98976134af615167b8c9372f98 -SIZE (pam_authsrv-1.0.2.tar.gz) = 106894 diff --git a/security/pam_authsrv/pkg-descr b/security/pam_authsrv/pkg-descr deleted file mode 100644 index 0bdad121b885..000000000000 --- a/security/pam_authsrv/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -PAM module for TIS authsrv authentication - -The pam_authsrv module provides TIS authsrv authentication to PAM-aware -applications. It has been tested under AIX 4.3.3 (using the Linux-PAM for -AIX patch) and 5.1, Solaris 8 and 9, RedHat Linux 7.2, and HP-UX 11.00. - -The pam_authsrv source code is available from: - - ftp://ftp.feep.net/pub/software/PAM/pam_authsrv/pam_authsrv-1.0.2.tar.gz - -Binaries of pam_authsrv are available as Encap packages for a variety of -platforms. - -For further information, please see the enclosed README file. - -WWW: http://www.feep.net/PAM/pam_authsrv/ diff --git a/security/pam_authsrv/pkg-plist b/security/pam_authsrv/pkg-plist deleted file mode 100644 index d8a79e199402..000000000000 --- a/security/pam_authsrv/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/authtest -lib/security/pam_authsrv.so.1 -@dirrmtry lib/security |