diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-01 10:26:23 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-01 10:26:23 +0000 |
commit | 6c7dd0e573b4b1fa5a956a17ddab12118f96d76c (patch) | |
tree | 4ff7fc18aab1b3f6f17e7b3730dcaa382c255870 /security | |
parent | cb08d212e7e09c36d23d93d67df5ea95746dce4b (diff) | |
download | ports-6c7dd0e573b4b1fa5a956a17ddab12118f96d76c.tar.gz ports-6c7dd0e573b4b1fa5a956a17ddab12118f96d76c.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/checkpassword-pam/Makefile | 21 | ||||
-rw-r--r-- | security/checkpassword-pam/distinfo | 1 | ||||
-rw-r--r-- | security/checkpassword-pam/pkg-descr | 5 | ||||
-rw-r--r-- | security/checkpassword-pam/pkg-plist | 1 |
5 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 4ba7b835854e..7110bce3557f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -35,6 +35,7 @@ SUBDIR += cfs SUBDIR += cfv SUBDIR += checkpassword + SUBDIR += checkpassword-pam SUBDIR += chkrootkit SUBDIR += chrootuid SUBDIR += cksfv diff --git a/security/checkpassword-pam/Makefile b/security/checkpassword-pam/Makefile new file mode 100644 index 000000000000..24ed609e3e2f --- /dev/null +++ b/security/checkpassword-pam/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: checkpassword-pam +# Date created: 30 september 2003 +# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> +# +# $FreeBSD$ +# + +PORTNAME= checkpassword-pam +PORTVERSION= 0.98 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= checkpasswd-pam + +MAINTAINER= sem@ciam.ru +COMMENT= Implementation of checkpassword authentication program + +GNU_CONFIGURE= yes + +MAN8= checkpassword-pam.8 + +.include <bsd.port.mk> diff --git a/security/checkpassword-pam/distinfo b/security/checkpassword-pam/distinfo new file mode 100644 index 000000000000..dfab7fa1465a --- /dev/null +++ b/security/checkpassword-pam/distinfo @@ -0,0 +1 @@ +MD5 (checkpassword-pam-0.98.tar.gz) = 98e50e7d17f6d5e78d63c3882ec435ca diff --git a/security/checkpassword-pam/pkg-descr b/security/checkpassword-pam/pkg-descr new file mode 100644 index 000000000000..b62acf0f805e --- /dev/null +++ b/security/checkpassword-pam/pkg-descr @@ -0,0 +1,5 @@ +checkpassword-pam was written from scratch. There are several older +packages called checkpassword-pam, derived from DJB's checkpassword +code. This checkpassword-pam is more modern and administrator-friendly. + +WWW: http://checkpasswd-pam.sourceforge.net/ diff --git a/security/checkpassword-pam/pkg-plist b/security/checkpassword-pam/pkg-plist new file mode 100644 index 000000000000..b4f150cc398d --- /dev/null +++ b/security/checkpassword-pam/pkg-plist @@ -0,0 +1 @@ +bin/checkpassword-pam |