Received: by mail.netbsd.org (Postfix, from userid 605) id EC43784EF5; Sun, 11 Mar 2018 12:08:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 57C3784DD5 for ; Sun, 11 Mar 2018 12:08:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pyAjBfVf511o for ; Sun, 11 Mar 2018 12:08:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 869C984C74 for ; Sun, 11 Mar 2018 12:08:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D04BFB40; Sun, 11 Mar 2018 12:08:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520770098140000" MIME-Version: 1.0 Date: Sun, 11 Mar 2018 12:08:18 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20180311120818.7D04BFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1520770098140000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1520770098140000 Content-Disposition: inline Content-Length: 2940 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1520770098140000--