diff --git a/security/passwdqc/Makefile b/security/passwdqc/Makefile new file mode 100644 index 00000000000..4d5d49d5ce6 --- /dev/null +++ b/security/passwdqc/Makefile @@ -0,0 +1,22 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2005/01/30 20:36:28 djm Exp $ + +COMMENT= "plugin password complexity checker for passwd(1)" + +DISTNAME= passwdqc-0.1 +CATEGORIES= security sysutils + +HOMEPAGE= http://www.mindrot.org/passwdqc.html + +# BSDish +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +WANTLIB= c + +MASTER_SITES= http://www2.mindrot.org/files/passwdqc/ + +MAKE_FLAGS= LOCALBASE='${LOCALBASE}' +NO_REGRESS= Yes + +.include diff --git a/security/passwdqc/distinfo b/security/passwdqc/distinfo new file mode 100644 index 00000000000..c4ae8e9242b --- /dev/null +++ b/security/passwdqc/distinfo @@ -0,0 +1,4 @@ +MD5 (passwdqc-0.1.tar.gz) = 7e9951633ea8f0fe6cece32be23fc5bc +RMD160 (passwdqc-0.1.tar.gz) = a97040ac4d01f92eac41ef6ce0eefa061d780acc +SHA1 (passwdqc-0.1.tar.gz) = c7d5a9b51a0646219002b5eb99b5206efe8a572d +SIZE (passwdqc-0.1.tar.gz) = 19552 diff --git a/security/passwdqc/pkg/DESCR b/security/passwdqc/pkg/DESCR new file mode 100644 index 00000000000..16e3c29c79e --- /dev/null +++ b/security/passwdqc/pkg/DESCR @@ -0,0 +1,5 @@ +passwdqc is a plugin password strength checker for OpenBSD's +/usr/bin/passwd. It is basically a thin wrapper around Solar +Designer's excellent password complexity checking code from +pam_passwdqc. It allows more control over password quality +enforcement than the built-in checks in passwd(1). diff --git a/security/passwdqc/pkg/PLIST b/security/passwdqc/pkg/PLIST new file mode 100644 index 00000000000..ea098aaede8 --- /dev/null +++ b/security/passwdqc/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/30 20:36:28 djm Exp $ +libexec/passwdqc +@man man/cat8/passwdqc.0