diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-13 13:05:06 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-13 13:05:06 +0000 |
commit | 4dce9e25725ed906915f28296c2ba006a25cff54 (patch) | |
tree | f3370ddcd46faa1f107c484d39589b2f8e94bec0 /textproc | |
parent | 5b78f0656fa2425a2edc25ea800b44cbd373d82d (diff) | |
download | pkgsrc-4dce9e25725ed906915f28296c2ba006a25cff54.tar.gz |
Import String::CamelCase into textproc/p5-String-CamelCase,
which is required to update databases/p5-DBIx-Class-Schema-Loader.
This module exports two functions.
- camelize : convert from under_score text to CamelCase one
- decamelize : convert from CamelCase text to under_score one
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-String-CamelCase/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-String-CamelCase/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-String-CamelCase/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/p5-String-CamelCase/DESCR b/textproc/p5-String-CamelCase/DESCR new file mode 100644 index 00000000000..9e57abab768 --- /dev/null +++ b/textproc/p5-String-CamelCase/DESCR @@ -0,0 +1,3 @@ +This module exports two functions. +- camelize : convert from under_score text to CamelCase one +- decamelize : convert from CamelCase text to under_score one diff --git a/textproc/p5-String-CamelCase/Makefile b/textproc/p5-String-CamelCase/Makefile new file mode 100644 index 00000000000..ec3041e4b84 --- /dev/null +++ b/textproc/p5-String-CamelCase/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/11/13 13:05:06 hiramatsu Exp $ +# + +DISTNAME= String-CamelCase-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/String-CamelCase/ +COMMENT= Convert string to camelcase and vice versa +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/String/CamelCase/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-String-CamelCase/distinfo b/textproc/p5-String-CamelCase/distinfo new file mode 100644 index 00000000000..ec70d93a602 --- /dev/null +++ b/textproc/p5-String-CamelCase/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/11/13 13:05:06 hiramatsu Exp $ + +SHA1 (String-CamelCase-0.02.tar.gz) = 39878678c5d85d34a9d7c63830f184cac23db43f +RMD160 (String-CamelCase-0.02.tar.gz) = 97112ef1cd5dce694a4d8cd5cdb906804f4d58d4 +Size (String-CamelCase-0.02.tar.gz) = 8250 bytes |