diff options
author | mjl <mjl@pkgsrc.org> | 2001-08-10 12:38:46 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-08-10 12:38:46 +0000 |
commit | 7b307ab39460201051aea785bb329eae300c6b55 (patch) | |
tree | 9c32d80a963c686697d4ded49bf91563a7cc6320 /textproc/p5-XML-RegExp | |
parent | 3b2856e857bdb53e5d9de7edabcdf8bcccbd6279 (diff) | |
download | pkgsrc-7b307ab39460201051aea785bb329eae300c6b55.tar.gz |
Initial import of p5-XML-RegExp 0.03
This package contains regular expressions for the following XML tokens:
BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar,
EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
Diffstat (limited to 'textproc/p5-XML-RegExp')
-rw-r--r-- | textproc/p5-XML-RegExp/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-XML-RegExp/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-XML-RegExp/pkg/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-XML-RegExp/pkg/PLIST | 1 |
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/p5-XML-RegExp/Makefile b/textproc/p5-XML-RegExp/Makefile new file mode 100644 index 00000000000..6ad8e36d879 --- /dev/null +++ b/textproc/p5-XML-RegExp/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/10 12:38:46 mjl Exp $ +# + +DISTNAME= XML-RegExp-0.03 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/TJMATHER/} + +MAINTAINER= packages@netbsd.org +COMMENT= Provide regular expressions for some XML tokens + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/RegExp/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-RegExp/distinfo b/textproc/p5-XML-RegExp/distinfo new file mode 100644 index 00000000000..21a17c0168a --- /dev/null +++ b/textproc/p5-XML-RegExp/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/08/10 12:38:46 mjl Exp $ + +SHA1 (XML-RegExp-0.03.tar.gz) = 76850b067670a4bebea7780bd52a1f9505fcf62c +Size (XML-RegExp-0.03.tar.gz) = 3313 bytes diff --git a/textproc/p5-XML-RegExp/pkg/DESCR b/textproc/p5-XML-RegExp/pkg/DESCR new file mode 100644 index 00000000000..557107a58ed --- /dev/null +++ b/textproc/p5-XML-RegExp/pkg/DESCR @@ -0,0 +1,3 @@ +This package contains regular expressions for the following XML tokens: +BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, +EntityRef, CharRef, Reference, Name, NmToken, and AttValue. diff --git a/textproc/p5-XML-RegExp/pkg/PLIST b/textproc/p5-XML-RegExp/pkg/PLIST new file mode 100644 index 00000000000..8c5ef0d77a8 --- /dev/null +++ b/textproc/p5-XML-RegExp/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/10 12:38:46 mjl Exp $ |