From fa3b63a1deb0cb22404b34e252c44a23face3ad8 Mon Sep 17 00:00:00 2001 From: branch-fixup Date: Thu, 2 Oct 2008 18:21:06 +0000 Subject: [PATCH] Add files from parent branch HEAD: security/pam-dbm/Makefile security/pam-dbm/distinfo security/pam-dbm/patches/patch-aa --- security/pam-dbm/Makefile | 26 ++++++++++++++++++++++++++ security/pam-dbm/distinfo | 6 ++++++ security/pam-dbm/patches/patch-aa | 22 ++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 security/pam-dbm/Makefile create mode 100644 security/pam-dbm/distinfo create mode 100644 security/pam-dbm/patches/patch-aa diff --git a/security/pam-dbm/Makefile b/security/pam-dbm/Makefile new file mode 100644 index 000000000000..51b862b37da7 --- /dev/null +++ b/security/pam-dbm/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.8 2006/10/04 21:58:14 wiz Exp $ +# + +DISTNAME= pam_dbm-0.2 +PKGNAME= pam-dbm-0.2 +PKGREVISION= 1 +CATEGORIES= security +MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_dbm/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.feep.net/PAM/pam_dbm/ +COMMENT= PAM module for DBM authentication + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +BDB_ACCEPTED= db1 + +.include "../../mk/bdb.buildlink3.mk" +.include "../../mk/pam.buildlink3.mk" + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/authtest ${DESTDIR}${PREFIX}/sbin/pam_dbm-authtest + +.include "../../mk/bsd.pkg.mk" diff --git a/security/pam-dbm/distinfo b/security/pam-dbm/distinfo new file mode 100644 index 000000000000..2013d2b08ba3 --- /dev/null +++ b/security/pam-dbm/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.3 2006/08/18 14:02:12 adrianp Exp $ + +SHA1 (pam_dbm-0.2.tar.gz) = 9e9404bb4d8ed1e34c8198ad8e7a2b38735beb6c +RMD160 (pam_dbm-0.2.tar.gz) = bc4226a1cd3bd379e01b3245f3c6480d620dc2c3 +Size (pam_dbm-0.2.tar.gz) = 109079 bytes +SHA1 (patch-aa) = a2a07a6cab8b38a44487c7ff1bbacc1966a0196a diff --git a/security/pam-dbm/patches/patch-aa b/security/pam-dbm/patches/patch-aa new file mode 100644 index 000000000000..5a71a4c68dbb --- /dev/null +++ b/security/pam-dbm/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD$ + +--- Makefile.in.orig 2003-12-20 15:19:18.000000000 +0100 ++++ Makefile.in +@@ -69,7 +69,7 @@ clean: + distclean: clean + rm -f Makefile config.cache config.h config.log config.status + +-install: install-real @ENCAP_INSTALL_TARGET@ ++install: install-real + + install-real: all + ${MKDIR} ${DESTDIR}${libdir}/security +@@ -77,7 +77,7 @@ install-real: all + ${MKDIR} ${DESTDIR}${mandir}/man5 + ${INSTALL_DATA} ${srcdir}/pam_dbm.5 ${DESTDIR}${mandir}/man5 + ${MKDIR} ${DESTDIR}${sbindir} +- ${INSTALL_PROGRAM} authtest mkpwdbm ${DESTDIR}${sbindir} ++ ${INSTALL_PROGRAM} mkpwdbm ${DESTDIR}${sbindir} + ${MKDIR} ${DESTDIR}${mandir}/man8 + ${INSTALL_DATA} ${srcdir}/mkpwdbm.8 ${DESTDIR}${mandir}/man8 + -- 2.41.0