summaryrefslogtreecommitdiff
path: root/security/checkpassword
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-01-06 22:54:18 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-01-06 22:54:18 +0000
commitd4b33581934bd1438095b767cb5322352f3d4eee (patch)
tree646e719196fbcb24ffbb42d8352f4ced0a2b90a4 /security/checkpassword
parentAdd python-beta. (diff)
Checkpassword provides a simple, uniform password-checking interface
to all root applications. It is suitable for use by applications such as login, ftpd, and pop3d. <URL:ftp://koobera.math.uic.edu/www/checkpwd.html>
Notes
Notes: svn path=/head/; revision=15897
Diffstat (limited to 'security/checkpassword')
-rw-r--r--security/checkpassword/Makefile35
-rw-r--r--security/checkpassword/distinfo1
-rw-r--r--security/checkpassword/pkg-comment1
-rw-r--r--security/checkpassword/pkg-descr4
-rw-r--r--security/checkpassword/pkg-plist11
5 files changed, 52 insertions, 0 deletions
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile
new file mode 100644
index 000000000000..add399a3e549
--- /dev/null
+++ b/security/checkpassword/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: checkpassword
+# Version required: 0.81
+# Date created: 05 August 1998
+# Whom: sada@FreeBSD.ORG
+#
+# $Id$
+#
+
+DISTNAME= checkpassword-0.81
+CATEGORIES= security
+MASTER_SITES= ftp://koobera.math.uic.edu/www/software/
+
+MAINTAINER= sada@FreeBSD.ORG
+
+ALL_TARGET= it
+INSTALL_TARGET= setup
+MAN8= checkpassword.8
+RESTRICTED= Unsure of djb's license
+
+DOCDIR= ${PREFIX}/share/doc/checkpassword
+
+.SILENT:
+
+do-configure:
+ ${ECHO} 'cc -s -lcrypt' > ${WRKSRC}/conf-ld
+ ${ECHO} ${PREFIX} >${WRKSRC}/conf-home
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8
+ ${MKDIR} ${DOCDIR}
+.for f in BLURB CHANGES FILES INSTALL README SYSDEPS TARGETS THANKS TODO
+ ${INSTALL_DATA} ${WRKSRC}/$f ${DOCDIR}
+.endfor
+
+.include <bsd.port.mk>
diff --git a/security/checkpassword/distinfo b/security/checkpassword/distinfo
new file mode 100644
index 000000000000..99f29e29f235
--- /dev/null
+++ b/security/checkpassword/distinfo
@@ -0,0 +1 @@
+MD5 (checkpassword-0.81.tar.gz) = 29c8b98a26b4f0a1a24a5b4fb28d7757
diff --git a/security/checkpassword/pkg-comment b/security/checkpassword/pkg-comment
new file mode 100644
index 000000000000..9f11659ff370
--- /dev/null
+++ b/security/checkpassword/pkg-comment
@@ -0,0 +1 @@
+a simple password-checking interface
diff --git a/security/checkpassword/pkg-descr b/security/checkpassword/pkg-descr
new file mode 100644
index 000000000000..5782bf793e71
--- /dev/null
+++ b/security/checkpassword/pkg-descr
@@ -0,0 +1,4 @@
+Checkpassword provides a simple, uniform password-checking interface
+to all root applications. It is suitable for use by applications such as
+login, ftpd, and pop3d.
+<URL:ftp://koobera.math.uic.edu/www/checkpwd.html>
diff --git a/security/checkpassword/pkg-plist b/security/checkpassword/pkg-plist
new file mode 100644
index 000000000000..381a5849368e
--- /dev/null
+++ b/security/checkpassword/pkg-plist
@@ -0,0 +1,11 @@
+bin/checkpassword
+share/doc/checkpassword/BLURB
+share/doc/checkpassword/CHANGES
+share/doc/checkpassword/FILES
+share/doc/checkpassword/INSTALL
+share/doc/checkpassword/README
+share/doc/checkpassword/SYSDEPS
+share/doc/checkpassword/TARGETS
+share/doc/checkpassword/THANKS
+share/doc/checkpassword/TODO
+@dirrm share/doc/checkpassword