Fri Nov 6 07:21:35 2015 UTC ()
Update to 0.04
Add LICENSE

Upstream changes:
0.04 2014-06-12 NEILB
    - Fixed bug that would occasionally generate a division by zero
      in word() and word3(). RT#42832
    - Fixed mistake in doc for word() and word3()
      Thanks to Smylers for RT#11787.
    - Switched to Dist::Zilla
    - Reformatted this file as per CPAN::Changes::Spec
    - Moved test.pl to t/01-require.t and simplified it
    - Added real tests for chars(), word() and word3()
    - Added github repo to pod
    - Added package statement and use strict & warnings in ::de and ::en
    - Tell dzil that the language model modules are binary, so they won't
      be parsed with PPI, which takes 5+ minutes on my laptop.


(wen)
diff -r1.10 -r1.11 pkgsrc/security/p5-Crypt-GeneratePassword/Makefile
diff -r1.2 -r1.3 pkgsrc/security/p5-Crypt-GeneratePassword/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/security/p5-Crypt-GeneratePassword/Makefile (expand / switch to unified diff)

--- pkgsrc/security/p5-Crypt-GeneratePassword/Makefile 2015/06/12 10:51:05 1.10
+++ pkgsrc/security/p5-Crypt-GeneratePassword/Makefile 2015/11/06 07:21:35 1.11
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2015/11/06 07:21:35 wen Exp $
2# 2#
3 3
4DISTNAME= Crypt-GeneratePassword-0.03 4DISTNAME= Crypt-GeneratePassword-0.04
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 7 
7CATEGORIES= security perl5 6CATEGORIES= security perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
9 8
10MAINTAINER= abs@NetBSD.org 9MAINTAINER= abs@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Crypt-GeneratePassword/ 10HOMEPAGE= http://search.cpan.org/dist/Crypt-GeneratePassword/
12COMMENT= Generate secure random pronounceable passwords 11COMMENT= Generate secure random pronounceable passwords
 12LICENSE= ${PERL5_LICENSE}
13 13
14USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/Crypt/GeneratePassword/.packlist 15PERL5_PACKLIST= auto/Crypt/GeneratePassword/.packlist
16 16
17.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/security/p5-Crypt-GeneratePassword/distinfo (expand / switch to unified diff)

--- pkgsrc/security/p5-Crypt-GeneratePassword/distinfo 2015/11/04 01:17:55 1.2
+++ pkgsrc/security/p5-Crypt-GeneratePassword/distinfo 2015/11/06 07:21:35 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2015/11/04 01:17:55 agc Exp $ 1$NetBSD: distinfo,v 1.3 2015/11/06 07:21:35 wen Exp $
2 2
3SHA1 (Crypt-GeneratePassword-0.03.tar.gz) = 17893281316072e93d69d340c423cee46ea99766 3SHA1 (Crypt-GeneratePassword-0.04.tar.gz) = e7b2bf5a42f72a2cdd008cce435926902954a030
4RMD160 (Crypt-GeneratePassword-0.03.tar.gz) = bc858d88c0643bf10dd020d9e154f3ad2231543c 4RMD160 (Crypt-GeneratePassword-0.04.tar.gz) = 3a5c06423b2582fe5c35d526588f2b7f205bbe23
5SHA512 (Crypt-GeneratePassword-0.03.tar.gz) = bdbc3536d92d0decb406abdb447af3bbf59d6ba6e52da47c34d4a1c447d0ff38414594ae78934fbd5a83a73dce46311a7886c2c27c16e0eea92ab5e811676876 5SHA512 (Crypt-GeneratePassword-0.04.tar.gz) = 6dc317de33f6717daf7d611c5fd5820bbca66b95c05e11a429682911914f35cb9457d79c8d2165d5f1dca1296f91634afc6cb0e2dbc466a3958f19988d66828f
6Size (Crypt-GeneratePassword-0.03.tar.gz) = 193105 bytes 6Size (Crypt-GeneratePassword-0.04.tar.gz) = 220744 bytes