diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-09-02 12:52:46 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-09-02 12:52:46 +0000 |
commit | f712470423ca9c715fff203814389c4436fa0ea5 (patch) | |
tree | 7517ef72581b003b5234a6e2778f05354752c34d /textproc | |
parent | 1e18f19e081f8dbaf5f02c9b1aab90229735b485 (diff) | |
download | ports-f712470423ca9c715fff203814389c4436fa0ea5.tar.gz ports-f712470423ca9c715fff203814389c4436fa0ea5.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-SimpleObject-LibXML/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-XML-SimpleObject-LibXML/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-XML-SimpleObject-LibXML/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-XML-SimpleObject-LibXML/pkg-plist | 8 |
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3240d9bb287a..8974d1a29faa 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -297,6 +297,7 @@ SUBDIR += p5-XML-Schematron SUBDIR += p5-XML-Simple SUBDIR += p5-XML-SimpleObject + SUBDIR += p5-XML-SimpleObject-LibXML SUBDIR += p5-XML-Stream SUBDIR += p5-XML-TreeBuilder SUBDIR += p5-XML-Twig diff --git a/textproc/p5-XML-SimpleObject-LibXML/Makefile b/textproc/p5-XML-SimpleObject-LibXML/Makefile new file mode 100644 index 000000000000..c3aad792af98 --- /dev/null +++ b/textproc/p5-XML-SimpleObject-LibXML/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-XML-SimpleObject-LibXML +# Date created: 02 September 2003 +# Whom: Foxfair Hu <foxfair@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= XML-SimpleObject-LibXML +PORTVERSION= 0.59 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= A simple(r) object representation of an XML::LibXML DOM object + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML + +PERL_CONFIGURE= YES + +MAN3= XML::SimpleObject::LibXML.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-SimpleObject-LibXML/distinfo b/textproc/p5-XML-SimpleObject-LibXML/distinfo new file mode 100644 index 000000000000..7b3d4f3c56bf --- /dev/null +++ b/textproc/p5-XML-SimpleObject-LibXML/distinfo @@ -0,0 +1 @@ +MD5 (XML-SimpleObject-LibXML-0.59.tar.gz) = 5c46e0a5bb0d5f7a4883e2d76babcc1d diff --git a/textproc/p5-XML-SimpleObject-LibXML/pkg-descr b/textproc/p5-XML-SimpleObject-LibXML/pkg-descr new file mode 100644 index 000000000000..25b9b06a27e0 --- /dev/null +++ b/textproc/p5-XML-SimpleObject-LibXML/pkg-descr @@ -0,0 +1,6 @@ +This is a short and simple class allowing simple object access to a parsed +XML::LibXML tree, with methods for fetching children and attributes in as +clean a manner as possible. My apologies for further polluting the XML:: +space; this is a small and quick module, with easy and compact usage. + +WWW: http://search.cpan.org/perldoc?XML::SimpleObject::LibXML diff --git a/textproc/p5-XML-SimpleObject-LibXML/pkg-plist b/textproc/p5-XML-SimpleObject-LibXML/pkg-plist new file mode 100644 index 000000000000..ce8c961b7ca9 --- /dev/null +++ b/textproc/p5-XML-SimpleObject-LibXML/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SimpleObject/LibXML/.packlist +%%SITE_PERL%%/XML/SimpleObject/LibXML.pm +%%SITE_PERL%%/XML/SimpleObject/ex.pl +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SimpleObject/LibXML +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SimpleObject 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML/SimpleObject 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true |