Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.6 2013/05/31 12:40:44 wiz Exp $
#
DISTNAME= String-PerlIdentifier-0.05
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
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
PERL5_PACKLIST= auto/String/PerlIdentifier/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -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