From ad4617dea5e8947c8e54ab5bc7135448971f8090 Mon Sep 17 00:00:00 2001 From: seb Date: Thu, 1 Mar 2007 00:25:14 +0000 Subject: 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 --- textproc/p5-Text-RewriteRules/DESCR | 3 +++ textproc/p5-Text-RewriteRules/Makefile | 17 +++++++++++++++++ textproc/p5-Text-RewriteRules/PLIST | 1 + textproc/p5-Text-RewriteRules/distinfo | 5 +++++ 4 files changed, 26 insertions(+) create mode 100644 textproc/p5-Text-RewriteRules/DESCR create mode 100644 textproc/p5-Text-RewriteRules/Makefile create mode 100644 textproc/p5-Text-RewriteRules/PLIST create mode 100644 textproc/p5-Text-RewriteRules/distinfo (limited to 'textproc') 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 -- cgit v1.2.3