diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-01 20:26:26 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-01 20:26:26 +0800 |
commit | 2575f7b2b4e68ac8c708159bac3fb40be9d95581 (patch) | |
tree | 5bd01bf97917ed8f826a10a3871c42699fbc8952 | |
parent | 411bfc37b17f62980276910a3444456844192338 (diff) | |
download | freebsd-ports-gnome-2575f7b2b4e68ac8c708159bac3fb40be9d95581.tar.gz freebsd-ports-gnome-2575f7b2b4e68ac8c708159bac3fb40be9d95581.tar.zst freebsd-ports-gnome-2575f7b2b4e68ac8c708159bac3fb40be9d95581.zip |
Add p5-XML-Literal 0.01, syntax suppor for XML literals.
PR: ports/101155
Submitted by: Gea-Suan Lin <gslin at gslin.org>
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Literal/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-XML-Literal/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-XML-Literal/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-XML-Literal/pkg-plist | 6 |
5 files changed, 46 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 808e46805a57..4741a69b85ad 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -589,6 +589,7 @@ SUBDIR += p5-XML-LibXML-XPathContext SUBDIR += p5-XML-LibXSLT SUBDIR += p5-XML-Liberal + SUBDIR += p5-XML-Literal SUBDIR += p5-XML-Mini SUBDIR += p5-XML-NamespaceSupport SUBDIR += p5-XML-Node diff --git a/textproc/p5-XML-Literal/Makefile b/textproc/p5-XML-Literal/Makefile new file mode 100644 index 000000000000..cff96c47b73b --- /dev/null +++ b/textproc/p5-XML-Literal/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-XML-Literal +# Date created: 2006-08-01 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= XML-Literal +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Syntax suppor for XML literals + +PERL_CONFIGURE= yes + +MAN3= XML::Literal.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires Perl 5.6.0 or newer, install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-XML-Literal/distinfo b/textproc/p5-XML-Literal/distinfo new file mode 100644 index 000000000000..ad7b5066a12b --- /dev/null +++ b/textproc/p5-XML-Literal/distinfo @@ -0,0 +1,3 @@ +MD5 (XML-Literal-0.01.tar.gz) = ab95fe07e61aa7525250546d7c9a97c8 +SHA256 (XML-Literal-0.01.tar.gz) = 0f87fce67b76334ae22bd0e01b2b425244780107cb92817568acd18d76b17b9d +SIZE (XML-Literal-0.01.tar.gz) = 24468 diff --git a/textproc/p5-XML-Literal/pkg-descr b/textproc/p5-XML-Literal/pkg-descr new file mode 100644 index 000000000000..68cb85d1f7da --- /dev/null +++ b/textproc/p5-XML-Literal/pkg-descr @@ -0,0 +1,8 @@ +This module takes one function at its use line. Afterwards, all +single-line <...> calls that looks like a XML literal will be +processed with that function, instead of the built-in shell glob. + +Support for qx<...> overriding for multiline XML literals is planned +for Perl 5.10. + +WWW: http://search.cpan.org/dist/XML-Literal/ diff --git a/textproc/p5-XML-Literal/pkg-plist b/textproc/p5-XML-Literal/pkg-plist new file mode 100644 index 000000000000..dcc970da6918 --- /dev/null +++ b/textproc/p5-XML-Literal/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Literal/.packlist +%%SITE_PERL%%/XML/Literal.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Literal +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML +@dirrmtry %%SITE_PERL%%/XML |