From 17a76f89b7df3b19e5da35bca29abf2217b83301 Mon Sep 17 00:00:00 2001 From: mjl Date: Fri, 10 Aug 2001 12:38:46 +0000 Subject: 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. --- textproc/p5-XML-RegExp/Makefile | 18 ++++++++++++++++++ textproc/p5-XML-RegExp/distinfo | 4 ++++ textproc/p5-XML-RegExp/pkg/DESCR | 3 +++ textproc/p5-XML-RegExp/pkg/PLIST | 1 + 4 files changed, 26 insertions(+) create mode 100644 textproc/p5-XML-RegExp/Makefile create mode 100644 textproc/p5-XML-RegExp/distinfo create mode 100644 textproc/p5-XML-RegExp/pkg/DESCR create mode 100644 textproc/p5-XML-RegExp/pkg/PLIST (limited to 'textproc/p5-XML-RegExp') 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 $ -- cgit v1.2.3