1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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>
This commit is contained in:
SADA Kenji 1999-01-06 22:54:18 +00:00
parent e3de855c28
commit d4b3358193
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15897
5 changed files with 52 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (checkpassword-0.81.tar.gz) = 29c8b98a26b4f0a1a24a5b4fb28d7757

View File

@ -0,0 +1 @@
a simple password-checking interface

View File

@ -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>

View File

@ -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