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,6 @@
This module provides a utility method, "to_identifier" for converting
an arbitrary string into a readable representation using the ASCII
subset of "\w" for use as an identifier in a computer program. The
intent is to make unique identifier names from which the content of
the original string can be easily inferred by a human just by reading
the identifier.

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.4 2013/05/31 12:42:13 wiz Exp $
#
DISTNAME= String-ToIdentifier-EN-0.05
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/String-ToIdentifier-EN/
COMMENT= Convert Strings to English Program Identifiers
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Lingua-EN-Inflect-Phrase>=0.07:../../textproc/p5-Lingua-EN-Inflect-Phrase
DEPENDS+= p5-Text-Unidecode>=0.04:../../textproc/p5-Text-Unidecode
DEPENDS+= p5-namespace-clean>=0.20:../../devel/p5-namespace-clean
PERL5_PACKLIST= auto/String/ToIdentifier/EN/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/11/14 08:08:04 hiramatsu Exp $
SHA1 (String-ToIdentifier-EN-0.05.tar.gz) = a5b9ab109bde32262c98a00b82937648f27f2b1a
RMD160 (String-ToIdentifier-EN-0.05.tar.gz) = fa479beca7c56937d04f43030f365161c203c743
Size (String-ToIdentifier-EN-0.05.tar.gz) = 34109 bytes