diff options
author | grant <grant@pkgsrc.org> | 2004-09-05 10:01:19 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-09-05 10:01:19 +0000 |
commit | 011197c18a9c8ae51ee5676ca24ced14cfbe0105 (patch) | |
tree | 3052c7481c8ad04c073fd90c6e4b4adfc15cd204 /security | |
parent | 5a25de3437f19c355692cef0ed9bdcce0a09b564 (diff) | |
download | pkgsrc-011197c18a9c8ae51ee5676ca24ced14cfbe0105.tar.gz |
Initial import of pam-dbm-0.2 into the NetBSD packages collection.
pam_dbm is a PAM module for DBM authentication.
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-dbm/DESCR | 1 | ||||
-rw-r--r-- | security/pam-dbm/Makefile | 22 | ||||
-rw-r--r-- | security/pam-dbm/PLIST | 6 | ||||
-rw-r--r-- | security/pam-dbm/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/security/pam-dbm/DESCR b/security/pam-dbm/DESCR new file mode 100644 index 00000000000..6bce53d625e --- /dev/null +++ b/security/pam-dbm/DESCR @@ -0,0 +1 @@ +pam_dbm is a PAM module for DBM authentication. diff --git a/security/pam-dbm/Makefile b/security/pam-dbm/Makefile new file mode 100644 index 00000000000..df24152906f --- /dev/null +++ b/security/pam-dbm/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/05 10:01:19 grant Exp $ +# + +DISTNAME= pam_dbm-0.2 +CATEGORIES= security +MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_dbm/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www-dev.cites.uiuc.edu/pam_dbm/ +COMMENT= PAM module for DBM authentication + +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +BDB_ACCEPTED= native + +LIBS+= ${BUILDLINK_LIBS.bdb} + +.include "../../security/PAM/buildlink3.mk" +.include "../../mk/bdb.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/pam-dbm/PLIST b/security/pam-dbm/PLIST new file mode 100644 index 00000000000..67f6fa726e1 --- /dev/null +++ b/security/pam-dbm/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/05 10:01:19 grant Exp $ +lib/security/pam_dbm.so.1 +man/man5/pam_dbm.5 +man/man8/mkpwdbm.8 +sbin/authtest +sbin/mkpwdbm diff --git a/security/pam-dbm/distinfo b/security/pam-dbm/distinfo new file mode 100644 index 00000000000..8e3ba850f44 --- /dev/null +++ b/security/pam-dbm/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/09/05 10:01:19 grant Exp $ + +SHA1 (pam_dbm-0.2.tar.gz) = 9e9404bb4d8ed1e34c8198ad8e7a2b38735beb6c +Size (pam_dbm-0.2.tar.gz) = 109079 bytes |