pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-String-PerlIdentifier Importing package for p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5792b34bc295
branches:  trunk
changeset: 393870:5792b34bc295
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri May 29 07:27:20 2009 +0000

description:
Importing package for p5 module String::PerlIdentifier 0.05 as dependency
for scheduled import of devel/p5-File-Save-Home 0.08.

This module automatically exports a single subroutine, make_varname(), which
returns a string composed of random characters that qualifies as the name for
a Perl variable. The characters are limited to upper- and lower-case letters
in the English alphabet, the numerals from 0 through 9 and the underscore
character. The first character may not be a numeral.

diffstat:

 devel/p5-String-PerlIdentifier/DESCR    |   5 +++++
 devel/p5-String-PerlIdentifier/Makefile |  20 ++++++++++++++++++++
 devel/p5-String-PerlIdentifier/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 5979a8487a92 -r 5792b34bc295 devel/p5-String-PerlIdentifier/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-String-PerlIdentifier/DESCR      Fri May 29 07:27:20 2009 +0000
@@ -0,0 +1,5 @@
+This module automatically exports a single subroutine, make_varname(), which
+returns a string composed of random characters that qualifies as the name for
+a Perl variable. The characters are limited to upper- and lower-case letters
+in the English alphabet, the numerals from 0 through 9 and the underscore
+character. The first character may not be a numeral.
diff -r 5979a8487a92 -r 5792b34bc295 devel/p5-String-PerlIdentifier/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-String-PerlIdentifier/Makefile   Fri May 29 07:27:20 2009 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 07:27:20 sno Exp $
+#
+
+DISTNAME=      String-PerlIdentifier-0.05
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=String/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/String-PerlIdentifier/
+COMMENT=       Generate a random name for a Perl variable
+#LICENSE=      ${PERL_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/String/PerlIdentifier/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5979a8487a92 -r 5792b34bc295 devel/p5-String-PerlIdentifier/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-String-PerlIdentifier/distinfo   Fri May 29 07:27:20 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/05/29 07:27:20 sno Exp $
+
+SHA1 (String-PerlIdentifier-0.05.tar.gz) = 583f2a8f6484dcbcd54b2ecbe2b76b8919af6980
+RMD160 (String-PerlIdentifier-0.05.tar.gz) = d56cbf9064e9f88d9a8badc43285860f700eaa37
+Size (String-PerlIdentifier-0.05.tar.gz) = 13278 bytes



Home | Main Index | Thread Index | Old Index