aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SimpleObject-LibXML
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-09-02 12:52:46 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-09-02 12:52:46 +0000
commitf712470423ca9c715fff203814389c4436fa0ea5 (patch)
tree7517ef72581b003b5234a6e2778f05354752c34d /textproc/p5-XML-SimpleObject-LibXML
parent1e18f19e081f8dbaf5f02c9b1aab90229735b485 (diff)
downloadports-f712470423ca9c715fff203814389c4436fa0ea5.tar.gz
ports-f712470423ca9c715fff203814389c4436fa0ea5.zip
Import p5-XML-SimpleObject-LibXML, Perl extension allowing a simple(r)
object representation of an XML::LibXML DOM object.
Notes
Notes: svn path=/head/; revision=88342
Diffstat (limited to 'textproc/p5-XML-SimpleObject-LibXML')
-rw-r--r--textproc/p5-XML-SimpleObject-LibXML/Makefile24
-rw-r--r--textproc/p5-XML-SimpleObject-LibXML/distinfo1
-rw-r--r--textproc/p5-XML-SimpleObject-LibXML/pkg-descr6
-rw-r--r--textproc/p5-XML-SimpleObject-LibXML/pkg-plist8
4 files changed, 39 insertions, 0 deletions
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