diff options
author | seb <seb@pkgsrc.org> | 2007-03-01 00:25:14 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-03-01 00:25:14 +0000 |
commit | ad4617dea5e8947c8e54ab5bc7135448971f8090 (patch) | |
tree | 3430d9eeb6a71bec0d7869c5e39f30fdfa1e4acb /textproc/p5-Text-RewriteRules | |
parent | 98ce6d9be9e109c7d75251dd6e7b67e899173e69 (diff) | |
download | pkgsrc-ad4617dea5e8947c8e54ab5bc7135448971f8090.tar.gz |
Initial import of p5-Text-RewriteRules version 0.10 into the NetBSD Packages
Collection.
The Perl 5 module Text::RewriteRules uses a simplified syntax for
regexp-based rules for rewriting text. You define a set of rules,
and the system applies them until no more rule can be applied
Diffstat (limited to 'textproc/p5-Text-RewriteRules')
-rw-r--r-- | textproc/p5-Text-RewriteRules/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Text-RewriteRules/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Text-RewriteRules/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-RewriteRules/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/p5-Text-RewriteRules/DESCR b/textproc/p5-Text-RewriteRules/DESCR new file mode 100644 index 00000000000..6563f8d4343 --- /dev/null +++ b/textproc/p5-Text-RewriteRules/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module Text::RewriteRules uses a simplified syntax for +regexp-based rules for rewriting text. You define a set of rules, +and the system applies them until no more rule can be applied diff --git a/textproc/p5-Text-RewriteRules/Makefile b/textproc/p5-Text-RewriteRules/Makefile new file mode 100644 index 00000000000..2d884652e42 --- /dev/null +++ b/textproc/p5-Text-RewriteRules/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/03/01 00:25:14 seb Exp $ +# + +DISTNAME= Text-RewriteRules-0.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-RewriteRules/ +COMMENT= Perl 5 module to rewrite text using regexp-based rules + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Text/RewriteRules/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-RewriteRules/PLIST b/textproc/p5-Text-RewriteRules/PLIST new file mode 100644 index 00000000000..6e950d042e6 --- /dev/null +++ b/textproc/p5-Text-RewriteRules/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/01 00:25:14 seb Exp $ diff --git a/textproc/p5-Text-RewriteRules/distinfo b/textproc/p5-Text-RewriteRules/distinfo new file mode 100644 index 00000000000..d2d34a873d4 --- /dev/null +++ b/textproc/p5-Text-RewriteRules/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/03/01 00:25:14 seb Exp $ + +SHA1 (Text-RewriteRules-0.10.tar.gz) = 903d20b05686034389bd7356359393d7454f24d0 +RMD160 (Text-RewriteRules-0.10.tar.gz) = 00ad82c8ed3c0e783f6e56e06dbf8da6a2e445d3 +Size (Text-RewriteRules-0.10.tar.gz) = 8153 bytes |