pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pam_dbm Initial import of pam_dbm-0.2 into th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d43318b4876
branches:  trunk
changeset: 480293:2d43318b4876
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Sep 05 09:58:43 2004 +0000

description:
Initial import of pam_dbm-0.2 into the NetBSD packages collection.

pam_dbm is a PAM module for DBM authentication.

diffstat:

 security/pam_dbm/DESCR    |   1 +
 security/pam_dbm/Makefile |  22 ++++++++++++++++++++++
 security/pam_dbm/PLIST    |   6 ++++++
 security/pam_dbm/distinfo |   4 ++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 7c9d8e81051d -r 2d43318b4876 security/pam_dbm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam_dbm/DESCR    Sun Sep 05 09:58:43 2004 +0000
@@ -0,0 +1,1 @@
+pam_dbm is a PAM module for DBM authentication.
diff -r 7c9d8e81051d -r 2d43318b4876 security/pam_dbm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam_dbm/Makefile Sun Sep 05 09:58:43 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/05 09:58:43 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@localhost
+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 -r 7c9d8e81051d -r 2d43318b4876 security/pam_dbm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam_dbm/PLIST    Sun Sep 05 09:58:43 2004 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/05 09:58:43 grant Exp $
+lib/security/pam_dbm.so.1
+man/man5/pam_dbm.5
+man/man8/mkpwdbm.8
+sbin/authtest
+sbin/mkpwdbm
diff -r 7c9d8e81051d -r 2d43318b4876 security/pam_dbm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam_dbm/distinfo Sun Sep 05 09:58:43 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/09/05 09:58:43 grant Exp $
+
+SHA1 (pam_dbm-0.2.tar.gz) = 9e9404bb4d8ed1e34c8198ad8e7a2b38735beb6c
+Size (pam_dbm-0.2.tar.gz) = 109079 bytes



Home | Main Index | Thread Index | Old Index