Sun Apr 13 09:23:49 2014 UTC ()
Update to 0.05
Add LICENSE

Upstream changes:
0.05 2014-02-03
    - Replaced old testsuite (test.pl) with tests in t/
    - Added "use warnings"
    - Specified min version of perl 5.6.0
    - Fixed pod errors
    - Changed doc for internal funcs from pod to comments

0.04 2013-10-28
    - github repo and license type (perl) now specified in Makefile.PL
      so it will appear in the dist's metadata.

0.03 2013-04-10
    - Fixed bug where word() would sometimes go into an infinite loop
    - Reformatted according to CPAN::Changes::Spec


(wen)
diff -r1.14 -r1.15 pkgsrc/security/p5-Crypt-RandPasswd/Makefile
diff -r1.2 -r1.3 pkgsrc/security/p5-Crypt-RandPasswd/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/security/p5-Crypt-RandPasswd/Makefile (expand / switch to unified diff)

--- pkgsrc/security/p5-Crypt-RandPasswd/Makefile 2013/05/31 12:41:55 1.14
+++ pkgsrc/security/p5-Crypt-RandPasswd/Makefile 2014/04/13 09:23:49 1.15
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.14 2013/05/31 12:41:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2014/04/13 09:23:49 wen Exp $
2# 2#
3 3
4DISTNAME= Crypt-RandPasswd-0.02 4DISTNAME= Crypt-RandPasswd-0.05
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= he@NetBSD.org 9MAINTAINER= he@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Crypt-RandPasswd/ 10HOMEPAGE= http://search.cpan.org/dist/Crypt-RandPasswd/
12COMMENT= Random password generator based on FIPS-181 11COMMENT= Random password generator based on FIPS-181
 12LICENSE= ${PERL5_LICENSE}
13 13
14USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/Crypt/RandPasswd/.packlist 15PERL5_PACKLIST= auto/Crypt/RandPasswd/.packlist
16 16
17# Sometimes results in an endless loop. 17# Sometimes results in an endless loop.
18TEST_TARGET= # none 18TEST_TARGET= # none
19 19
20.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/security/p5-Crypt-RandPasswd/distinfo 2005/02/24 13:10:10 1.2
+++ pkgsrc/security/p5-Crypt-RandPasswd/distinfo 2014/04/13 09:23:49 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2005/02/24 13:10:10 agc Exp $ 1$NetBSD: distinfo,v 1.3 2014/04/13 09:23:49 wen Exp $
2 2
3SHA1 (Crypt-RandPasswd-0.02.tar.gz) = f086d8931ee883172ddbd73debe9df03bfea9e23 3SHA1 (Crypt-RandPasswd-0.05.tar.gz) = 2e720fd48993eefe49c6a51ce3cbb5d4b5f30bd9
4RMD160 (Crypt-RandPasswd-0.02.tar.gz) = 98e52cc5cbe4b7d73f8216b73afcfba1a1cd87e9 4RMD160 (Crypt-RandPasswd-0.05.tar.gz) = a1368194de3a832125e974eb2bdeee82584430b8
5Size (Crypt-RandPasswd-0.02.tar.gz) = 17044 bytes 5Size (Crypt-RandPasswd-0.05.tar.gz) = 18093 bytes