pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Mar 11 12:08:18 UTC 2018

Modified Files:
        pkgsrc/security: Makefile
Added Files:
        pkgsrc/security/p5-Data-Password-passwdqc: DESCR Makefile distinfo

Log Message:
p5-Data-Password-passwdqc: new package

Data::Password::passwdqc provides an object oriented Perl interface
to Openwall Project's passwdqc. It allows you to check password
strength and also lets you generate quality controllable random
password.


To generate a diff of this commit:
cvs rdiff -u -r1.673 -r1.674 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/p5-Data-Password-passwdqc/DESCR \
    pkgsrc/security/p5-Data-Password-passwdqc/Makefile \
    pkgsrc/security/p5-Data-Password-passwdqc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.673 pkgsrc/security/Makefile:1.674
--- pkgsrc/security/Makefile:1.673      Sun Mar 11 11:09:16 2018
+++ pkgsrc/security/Makefile    Sun Mar 11 12:08:18 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.673 2018/03/11 11:09:16 maya Exp $
+# $NetBSD: Makefile,v 1.674 2018/03/11 12:08:18 maya Exp $
 #
 
 COMMENT=       Security tools
@@ -289,6 +289,7 @@ SUBDIR+=    p5-Crypt-X509
 SUBDIR+=       p5-CryptX
 SUBDIR+=       p5-Dancer-Plugin-Auth-RBAC
 SUBDIR+=       p5-Data-SimplePassword
+SUBDIR+=       p5-Data-Password-passwdqc
 SUBDIR+=       p5-Digest
 SUBDIR+=       p5-Digest-BubbleBabble
 SUBDIR+=       p5-Digest-CRC

Added files:

Index: pkgsrc/security/p5-Data-Password-passwdqc/DESCR
diff -u /dev/null pkgsrc/security/p5-Data-Password-passwdqc/DESCR:1.1
--- /dev/null   Sun Mar 11 12:08:18 2018
+++ pkgsrc/security/p5-Data-Password-passwdqc/DESCR     Sun Mar 11 12:08:18 2018
@@ -0,0 +1,4 @@
+Data::Password::passwdqc provides an object oriented Perl interface
+to Openwall Project's passwdqc. It allows you to check password
+strength and also lets you generate quality controllable random
+password.
Index: pkgsrc/security/p5-Data-Password-passwdqc/Makefile
diff -u /dev/null pkgsrc/security/p5-Data-Password-passwdqc/Makefile:1.1
--- /dev/null   Sun Mar 11 12:08:18 2018
+++ pkgsrc/security/p5-Data-Password-passwdqc/Makefile  Sun Mar 11 12:08:18 2018
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2018/03/11 12:08:18 maya Exp $
+
+DISTNAME=      Data-Password-passwdqc-0.09
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    security
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/S/SH/SHERWIN/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/S/SH/SHERWIN/
+COMMENT=       Perl5 check password strength and generate password using passwdqc
+LICENSE=       ${PERL5_LICENSE}
+
+USE_TOOLS+=    gmake
+USE_LANGUAGES+=        c
+
+DEPENDS+=      p5-Carp>=0:../../devel/p5-Carp
+DEPENDS+=      p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
+DEPENDS+=      p5-Moose>=0:../../devel/p5-Moose
+DEPENDS+=      p5-namespace-autoclean>=0:../../devel/p5-namespace-autoclean
+
+PERL5_PACKLIST=        auto/Data/Password/passwdqc/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/p5-Data-Password-passwdqc/distinfo
diff -u /dev/null pkgsrc/security/p5-Data-Password-passwdqc/distinfo:1.1
--- /dev/null   Sun Mar 11 12:08:18 2018
+++ pkgsrc/security/p5-Data-Password-passwdqc/distinfo  Sun Mar 11 12:08:18 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/11 12:08:18 maya Exp $
+
+SHA1 (Data-Password-passwdqc-0.09.tar.gz) = b15200268c80af54b4e492563bd01fbfac00e6e7
+RMD160 (Data-Password-passwdqc-0.09.tar.gz) = 1770183263e4e73d06585f1b050e8875f41c7c91
+SHA512 (Data-Password-passwdqc-0.09.tar.gz) = 08d15ee99129a33579d5782d2226e896815e1ab7a4259dea03f251d67b2fe08661623c6ba1f9a61a6bcf36bad4a25cd87a2c31570c4d0c64640590a0dfc24eea
+Size (Data-Password-passwdqc-0.09.tar.gz) = 110136 bytes



Home | Main Index | Thread Index | Old Index