pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/checkpassword-pam Initial import of checkpass...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4be571bc3e41
branches: trunk
changeset: 479322:4be571bc3e41
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Thu Aug 12 09:22:00 2004 +0000
description:
Initial import of checkpassword-pam.
checkpassword-pam is an implementation of checkpassword-compatible
authentication program.
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.
diffstat:
sysutils/checkpassword-pam/DESCR | 6 ++++++
sysutils/checkpassword-pam/Makefile | 21 +++++++++++++++++++++
sysutils/checkpassword-pam/PLIST | 3 +++
sysutils/checkpassword-pam/distinfo | 4 ++++
4 files changed, 34 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r 26e08458579e -r 4be571bc3e41 sysutils/checkpassword-pam/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/checkpassword-pam/DESCR Thu Aug 12 09:22:00 2004 +0000
@@ -0,0 +1,6 @@
+checkpassword-pam is an implementation of checkpassword-compatible
+authentication program.
+
+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.
diff -r 26e08458579e -r 4be571bc3e41 sysutils/checkpassword-pam/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/checkpassword-pam/Makefile Thu Aug 12 09:22:00 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/12 09:22:00 schmonz Exp $
+#
+
+DISTNAME= checkpassword-pam-0.98
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=checkpasswd-pam/}
+
+MAINTAINER= schmonz%NetBSD.org@localhost
+HOMEPAGE= http://checkpasswd-pam.sourceforge.net/
+COMMENT= PAM checkpassword-compatible authentication program
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+INSTALLATION_DIRS= bin man/man8
+
+.include "../../security/PAM/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 26e08458579e -r 4be571bc3e41 sysutils/checkpassword-pam/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/checkpassword-pam/PLIST Thu Aug 12 09:22:00 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/12 09:22:00 schmonz Exp $
+bin/checkpassword-pam
+man/man8/checkpassword-pam.8
diff -r 26e08458579e -r 4be571bc3e41 sysutils/checkpassword-pam/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/checkpassword-pam/distinfo Thu Aug 12 09:22:00 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/08/12 09:22:00 schmonz Exp $
+
+SHA1 (checkpassword-pam-0.98.tar.gz) = e7966a69c4db5c8225d69f4a5aedb6b64ff254a6
+Size (checkpassword-pam-0.98.tar.gz) = 81850 bytes
Home |
Main Index |
Thread Index |
Old Index