[Midnightbsd-cvs] CVS Commit: mports/textproc: add p5-XML-RegExp
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 14 02:02:17 EDT 2007
Log Message:
-----------
add p5-XML-RegExp
Modified Files:
--------------
mports/textproc:
Makefile (r1.65 -> r1.66)
Added Files:
-----------
mports/textproc/p5-XML-RegExp:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/Makefile,v
retrieving revision 1.65
retrieving revision 1.66
diff -Ltextproc/Makefile -Ltextproc/Makefile -u -r1.65 -r1.66
--- textproc/Makefile
+++ textproc/Makefile
@@ -58,6 +58,7 @@
SUBDIR += p5-XML-Handler-YAWriter
SUBDIR += p5-XML-NamespaceSupport
SUBDIR += p5-XML-Parser
+ SUBDIR += p5-XML-RegExp
SUBDIR += p5-XML-SAX
SUBDIR += p5-XML-SAX-Expat
SUBDIR += p5-XML-SAX-Writer
--- /dev/null
+++ textproc/p5-XML-RegExp/pkg-descr
@@ -0,0 +1,12 @@
+This package contains regular expressions for the following XML tokens:
+BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar,
+EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
+
+The definitions of these tokens were taken from the XML spec
+(Extensible Markup Language 1.0) at http://www.w3.org/TR/REC-xml.
+
+Also contains the regular expressions for the following tokens from the
+XML Namespaces spec at http://www.w3.org/TR/REC-xml-names:
+NCNameChar, NCName, QName, Prefix and LocalPart.
+
+WWW: http://search.cpan.org/dist/XML-RegExp/
--- /dev/null
+++ textproc/p5-XML-RegExp/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RegExp/.packlist
+%%SITE_PERL%%/XML/RegExp.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RegExp
+ at dirrmtry %%SITE_PERL%%/XML
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
--- /dev/null
+++ textproc/p5-XML-RegExp/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: XML::RegExp
+# Date created: 7 Dec 2001
+# Whom: Sergey Skvortsov <skv at protey.ru>
+#
+# $MidnightBSD: mports/textproc/p5-XML-RegExp/Makefile,v 1.1 2007/08/14 06:02:15 laffer1 Exp $
+# $FreeBSD: ports/textproc/p5-XML-RegExp/Makefile,v 1.4 2003/10/24 12:04:21 ijliao Exp $
+#
+
+PORTNAME= XML-RegExp
+PORTVERSION= 0.03
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Regular expressions for XML tokens
+
+PERL_CONFIGURE= yes
+
+MAN3= XML::RegExp.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ textproc/p5-XML-RegExp/distinfo
@@ -0,0 +1,3 @@
+MD5 (XML-RegExp-0.03.tar.gz) = 5826b24e0d05714e25c2bb04e1f1c09b
+SHA256 (XML-RegExp-0.03.tar.gz) = 4608bd4aed51d6f31a1a77796bc42f7ddf9700fe9b33c86a6b75ccb6a9cf6abe
+SIZE (XML-RegExp-0.03.tar.gz) = 3313
More information about the Midnightbsd-cvs
mailing list