From c0b51dbb6eea6d1f9017dfd258d9836535408a31 Mon Sep 17 00:00:00 2001 From: sno Date: Fri, 29 May 2009 07:27:20 +0000 Subject: 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. --- devel/p5-String-PerlIdentifier/DESCR | 5 +++++ devel/p5-String-PerlIdentifier/Makefile | 20 ++++++++++++++++++++ devel/p5-String-PerlIdentifier/distinfo | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 devel/p5-String-PerlIdentifier/DESCR create mode 100644 devel/p5-String-PerlIdentifier/Makefile create mode 100644 devel/p5-String-PerlIdentifier/distinfo (limited to 'devel') diff --git a/devel/p5-String-PerlIdentifier/DESCR b/devel/p5-String-PerlIdentifier/DESCR new file mode 100644 index 00000000000..e94af3d6c7b --- /dev/null +++ b/devel/p5-String-PerlIdentifier/DESCR @@ -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 --git a/devel/p5-String-PerlIdentifier/Makefile b/devel/p5-String-PerlIdentifier/Makefile new file mode 100644 index 00000000000..07f02defa45 --- /dev/null +++ b/devel/p5-String-PerlIdentifier/Makefile @@ -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 +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 --git a/devel/p5-String-PerlIdentifier/distinfo b/devel/p5-String-PerlIdentifier/distinfo new file mode 100644 index 00000000000..5795a3ab961 --- /dev/null +++ b/devel/p5-String-PerlIdentifier/distinfo @@ -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 -- cgit v1.2.3