summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-02-05 11:41:52 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-02-05 11:41:52 +0000
commitf21b06e3bc561dd03db26aad540931e230604128 (patch)
tree2cc3479f8ac9c186a7703eb87cfec287d3171e3b /textproc
parentNew port: whatpix (diff)
Add p5-XML-Quote 1.02, XML quote/dequote functions.
Notes
Notes: svn path=/head/; revision=74844
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-XML-Quote/Makefile22
-rw-r--r--textproc/p5-XML-Quote/distinfo1
-rw-r--r--textproc/p5-XML-Quote/pkg-comment1
-rw-r--r--textproc/p5-XML-Quote/pkg-descr9
-rw-r--r--textproc/p5-XML-Quote/pkg-plist8
6 files changed, 42 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 889d03cfb715..e9f68e8325f6 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -254,6 +254,7 @@
SUBDIR += p5-XML-NamespaceSupport
SUBDIR += p5-XML-Node
SUBDIR += p5-XML-Parser
+ SUBDIR += p5-XML-Quote
SUBDIR += p5-XML-RSS
SUBDIR += p5-XML-RegExp
SUBDIR += p5-XML-SAX
diff --git a/textproc/p5-XML-Quote/Makefile b/textproc/p5-XML-Quote/Makefile
new file mode 100644
index 000000000000..6b827242ad54
--- /dev/null
+++ b/textproc/p5-XML-Quote/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: XML-Quote
+# Date created: 05 February 2003
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-Quote
+PORTVERSION= 1.02
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MAN3= XML::Quote.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Quote/distinfo b/textproc/p5-XML-Quote/distinfo
new file mode 100644
index 000000000000..3bd405e5c3ce
--- /dev/null
+++ b/textproc/p5-XML-Quote/distinfo
@@ -0,0 +1 @@
+MD5 (XML-Quote-1.02.tar.gz) = 98f45c2efeeea13793949e5c74689741
diff --git a/textproc/p5-XML-Quote/pkg-comment b/textproc/p5-XML-Quote/pkg-comment
new file mode 100644
index 000000000000..f4d017e5246d
--- /dev/null
+++ b/textproc/p5-XML-Quote/pkg-comment
@@ -0,0 +1 @@
+XML quote/dequote functions
diff --git a/textproc/p5-XML-Quote/pkg-descr b/textproc/p5-XML-Quote/pkg-descr
new file mode 100644
index 000000000000..641ce92ffb83
--- /dev/null
+++ b/textproc/p5-XML-Quote/pkg-descr
@@ -0,0 +1,9 @@
+This module provides functions to quote/dequote strings in "xml"-way.
+
+All functions are written in XS and are very fast; they correctly process
+utf8, tied, overloaded variables and all the rest of perl "magic".
+
+WWW: http://search.cpan.org/search?dist=XML-Quote
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/textproc/p5-XML-Quote/pkg-plist b/textproc/p5-XML-Quote/pkg-plist
new file mode 100644
index 000000000000..cccf767d3b3d
--- /dev/null
+++ b/textproc/p5-XML-Quote/pkg-plist
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/XML/Quote.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/Quote.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/Quote.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/autosplit.ix
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote
+@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true