From 9601a68fc9e416e6d23d3c490e074e24cdb77fac Mon Sep 17 00:00:00 2001 From: shell Date: Sat, 5 Jan 2002 14:53:27 +0000 Subject: [PATCH] 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. Maintainer : ports@OpenBSD.org ps. This module will be uses in the update of p5-XML-DOM. Contacting avsm@ --- textproc/p5-XML-RegExp/Makefile | 20 ++++++++++++++++++++ textproc/p5-XML-RegExp/distinfo | 3 +++ textproc/p5-XML-RegExp/pkg/DESCR | 3 +++ textproc/p5-XML-RegExp/pkg/PLIST | 3 +++ 4 files changed, 29 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 diff --git a/textproc/p5-XML-RegExp/Makefile b/textproc/p5-XML-RegExp/Makefile new file mode 100644 index 00000000000..f0a0b48abc6 --- /dev/null +++ b/textproc/p5-XML-RegExp/Makefile @@ -0,0 +1,20 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2002/01/05 14:53:27 shell Exp $ + +COMMENT= "Provide regular expressions for some XML tokens" + +VERSION= 0.03 +DISTNAME= XML-RegExp-${VERSION} +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +NEED_VERSION= 1.504 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +CONFIGURE_STYLE= perl + +.include diff --git a/textproc/p5-XML-RegExp/distinfo b/textproc/p5-XML-RegExp/distinfo new file mode 100644 index 00000000000..9bea2fec018 --- /dev/null +++ b/textproc/p5-XML-RegExp/distinfo @@ -0,0 +1,3 @@ +MD5 (XML-RegExp-0.03.tar.gz) = 5826b24e0d05714e25c2bb04e1f1c09b +RMD160 (XML-RegExp-0.03.tar.gz) = 6869a1d23280f7513eab2c80fa293ec85bba9b06 +SHA1 (XML-RegExp-0.03.tar.gz) = 76850b067670a4bebea7780bd52a1f9505fcf62c diff --git a/textproc/p5-XML-RegExp/pkg/DESCR b/textproc/p5-XML-RegExp/pkg/DESCR new file mode 100644 index 00000000000..201f6da380d --- /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..df278182b98 --- /dev/null +++ b/textproc/p5-XML-RegExp/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2002/01/05 14:53:27 shell Exp $ +libdata/perl5/site_perl/XML/RegExp.pm +man/man3/XML::RegExp.3p