diff options
author | sada <sada@FreeBSD.org> | 1999-01-06 22:54:18 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-01-06 22:54:18 +0000 |
commit | 4409ee86e34b2567fb7b13eb3c5e18d454213e49 (patch) | |
tree | c60f88b60532cd89e550071b5487bfc1fc0cd84f /security/checkpassword | |
parent | 189c9c49c3bafb9025d14ad5ecade7fecdb6da7c (diff) | |
download | FreeBSD-ports-4409ee86e34b2567fb7b13eb3c5e18d454213e49.zip FreeBSD-ports-4409ee86e34b2567fb7b13eb3c5e18d454213e49.tar.gz |
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>
Diffstat (limited to 'security/checkpassword')
-rw-r--r-- | security/checkpassword/Makefile | 35 | ||||
-rw-r--r-- | security/checkpassword/distinfo | 1 | ||||
-rw-r--r-- | security/checkpassword/pkg-comment | 1 | ||||
-rw-r--r-- | security/checkpassword/pkg-descr | 4 | ||||
-rw-r--r-- | security/checkpassword/pkg-plist | 11 |
5 files changed, 52 insertions, 0 deletions
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile new file mode 100644 index 0000000..add399a --- /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 0000000..99f29e2 --- /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 0000000..9f11659 --- /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 0000000..5782bf7 --- /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 0000000..381a584 --- /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 |