From eb01b30986cd23e1018d53a06b5e2c76072d1aca Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Jul 2012 04:16:45 +0000 Subject: - Add p5-XML-Parsepp 0.02 XML::Parsepp provides a pure Perl implementation to parse XML documents. Its interface is very close to that of XML::Parser (in fact, the synopsis has, with some minor modifications, been copied from XML::Parser). WWW: http://search.cpan.org/dist/XML-Parsepp/ --- textproc/p5-XML-Parsepp/Makefile | 27 +++++++++++++++++++++++++++ textproc/p5-XML-Parsepp/distinfo | 2 ++ textproc/p5-XML-Parsepp/pkg-descr | 5 +++++ textproc/p5-XML-Parsepp/pkg-plist | 5 +++++ 4 files changed, 39 insertions(+) create mode 100644 textproc/p5-XML-Parsepp/Makefile create mode 100644 textproc/p5-XML-Parsepp/distinfo create mode 100644 textproc/p5-XML-Parsepp/pkg-descr create mode 100644 textproc/p5-XML-Parsepp/pkg-plist (limited to 'textproc/p5-XML-Parsepp') diff --git a/textproc/p5-XML-Parsepp/Makefile b/textproc/p5-XML-Parsepp/Makefile new file mode 100644 index 000000000000..2056ff268cc6 --- /dev/null +++ b/textproc/p5-XML-Parsepp/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-XML-Parsepp +# Date created: 2012-07-01 +# Whom: Sunpoet Po-Chuan Hsieh +# +# $FreeBSD$ +# + +PORTNAME= XML-Parsepp +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simplified pure Perl parser for XML + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +PERL_CONFIGURE= 5.14.0+ + +MAN3= XML::Parsepp.3 + +post-patch: + @${REINPLACE_CMD} -e 's|lib/Acme/XMLpp.pm|lib/XML/Parsepp.pm|' ${WRKSRC}/Makefile.PL + +.include diff --git a/textproc/p5-XML-Parsepp/distinfo b/textproc/p5-XML-Parsepp/distinfo new file mode 100644 index 000000000000..3d67a252c5fb --- /dev/null +++ b/textproc/p5-XML-Parsepp/distinfo @@ -0,0 +1,2 @@ +SHA256 (XML-Parsepp-0.02.tar.gz) = cc4b632c28ef426ea284f9f330a140d41565936d0e4213c6ebe8f6a896ef5fdf +SIZE (XML-Parsepp-0.02.tar.gz) = 34428 diff --git a/textproc/p5-XML-Parsepp/pkg-descr b/textproc/p5-XML-Parsepp/pkg-descr new file mode 100644 index 000000000000..0065b1436bf0 --- /dev/null +++ b/textproc/p5-XML-Parsepp/pkg-descr @@ -0,0 +1,5 @@ +XML::Parsepp provides a pure Perl implementation to parse XML documents. Its +interface is very close to that of XML::Parser (in fact, the synopsis has, with +some minor modifications, been copied from XML::Parser). + +WWW: http://search.cpan.org/dist/XML-Parsepp/ diff --git a/textproc/p5-XML-Parsepp/pkg-plist b/textproc/p5-XML-Parsepp/pkg-plist new file mode 100644 index 000000000000..874c74d62883 --- /dev/null +++ b/textproc/p5-XML-Parsepp/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/XML/Parsepp.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parsepp/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parsepp +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML +@dirrmtry %%SITE_PERL%%/XML -- cgit v1.2.3