pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-String-Random String::Random is used to ge...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aecd67fed9ac
branches:  trunk
changeset: 517522:aecd67fed9ac
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Aug 13 17:44:06 2006 +0000

description:
String::Random is used to generate random strings.  It was written to
make generating random passwords and such a little easier.

diffstat:

 security/p5-String-Random/DESCR    |   2 ++
 security/p5-String-Random/Makefile |  18 ++++++++++++++++++
 security/p5-String-Random/PLIST    |   1 +
 security/p5-String-Random/distinfo |   5 +++++
 4 files changed, 26 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r ad23072c70a9 -r aecd67fed9ac security/p5-String-Random/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-String-Random/DESCR   Sun Aug 13 17:44:06 2006 +0000
@@ -0,0 +1,2 @@
+String::Random is used to generate random strings.  It was written to
+make generating random passwords and such a little easier.
diff -r ad23072c70a9 -r aecd67fed9ac security/p5-String-Random/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-String-Random/Makefile        Sun Aug 13 17:44:06 2006 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 17:44:06 adrianp Exp $
+
+DISTNAME=      String-Random-0.21
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    perl5 security
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=String/}
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~steve/${DISTNAME}/
+COMMENT=       Perl module to generate random strings based on a pattern
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PERL5_MODULE_TYPE=     Module::Build
+
+PERL5_PACKLIST=        auto/String/Random/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ad23072c70a9 -r aecd67fed9ac security/p5-String-Random/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-String-Random/PLIST   Sun Aug 13 17:44:06 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 17:44:06 adrianp Exp $
diff -r ad23072c70a9 -r aecd67fed9ac security/p5-String-Random/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-String-Random/distinfo        Sun Aug 13 17:44:06 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/08/13 17:44:06 adrianp Exp $
+
+SHA1 (String-Random-0.21.tar.gz) = 73a648c4f5aef885dbd9d8a060af429fcb6d68e8
+RMD160 (String-Random-0.21.tar.gz) = 0c163dcfb0f7a017c5e05b70e65fdd4b88dfd0db
+Size (String-Random-0.21.tar.gz) = 7423 bytes



Home | Main Index | Thread Index | Old Index