diff options
author | skv <skv@FreeBSD.org> | 2003-02-05 11:41:52 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-02-05 11:41:52 +0000 |
commit | 48ecdc4ceccb1bf7d62e29c44d81f22161ab121b (patch) | |
tree | d1b911f295e51dd76625f2653fa02222a23b8616 /textproc/p5-XML-Quote | |
parent | cd74bd2923f35463043b53af459b8b4735ee0964 (diff) | |
download | FreeBSD-ports-48ecdc4ceccb1bf7d62e29c44d81f22161ab121b.zip FreeBSD-ports-48ecdc4ceccb1bf7d62e29c44d81f22161ab121b.tar.gz |
Add p5-XML-Quote 1.02, XML quote/dequote functions.
Diffstat (limited to 'textproc/p5-XML-Quote')
-rw-r--r-- | textproc/p5-XML-Quote/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-XML-Quote/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Quote/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Quote/pkg-descr | 9 | ||||
-rw-r--r-- | textproc/p5-XML-Quote/pkg-plist | 8 |
5 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-XML-Quote/Makefile b/textproc/p5-XML-Quote/Makefile new file mode 100644 index 0000000..6b82724 --- /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 0000000..3bd405e --- /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 0000000..f4d017e --- /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 0000000..641ce92 --- /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 0000000..cccf767 --- /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 |