1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

courierpasswd is an authentication and password changing utility

that uses the courier-authlib authentication library to find user credentials.

Its interface follows that of Daniel J. Bernstein's checkpassword program.

WWW: http://www.arda.homeunix.net/store/

PR:		ports/96572
Submitted by:	Andrew St. Jean <andrew@arda.homeunix.net>
This commit is contained in:
Pav Lucistnik 2006-05-01 20:46:26 +00:00
parent ab90a7d8d4
commit 6a26ebefa7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161132
4 changed files with 54 additions and 0 deletions

View File

@ -66,6 +66,7 @@
SUBDIR += courier-authlib
SUBDIR += courier-authlib-base
SUBDIR += courierpassd
SUBDIR += courierpasswd
SUBDIR += cops
SUBDIR += cp2fwb
SUBDIR += crack

View File

@ -0,0 +1,44 @@
# New ports collection makefile for: courierpasswd
# Date created: 23th April 2006
# Whom: Andrew St. Jean <andrew@arda.homeunix.net>
#
# $FreeBSD$
PORTNAME= courierpasswd
PORTVERSION= 1.1.0
CATEGORIES= security mail
MASTER_SITES= http://www.arda.homeunix.net/store/
MAINTAINER= andrew@arda.homeunix.net
COMMENT= User authentication and password changing utility
BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
GNU_CONFIGURE= yes
USE_GMAKE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}'
MINUID?= 100
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-minuid=${MINUID}
PLIST_FILES= sbin/courierpasswd
MAN8= courierpasswd.8
pre-fetch:
@${ECHO} ""
@${ECHO} "#######################################################################"
@${ECHO} ""
@${ECHO} " You should set the following build option."
@${ECHO} ""
@${ECHO} " MINUID=uid Accounts with uids below this value cannot have"
@${ECHO} " their passwords changed. Default value is 100."
@${ECHO} ""
@${ECHO} "#######################################################################"
@${ECHO} ""
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (courierpasswd-1.1.0.tar.gz) = 6bc4d2ad23a58bc6d41edee6d75a7dca
SHA256 (courierpasswd-1.1.0.tar.gz) = 6b7ad5e3bcb575a0ad0cb8c2f7a139a370799d632989a7bfb6818cb74d21ff8d
SIZE (courierpasswd-1.1.0.tar.gz) = 288625

View File

@ -0,0 +1,6 @@
courierpasswd is an authentication and password changing utility
that uses the courier-authlib authentication library to find user credentials.
Its interface follows that of Daniel J. Bernstein's checkpassword program.
WWW: http://www.arda.homeunix.net/store/