summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Node
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-11 16:17:16 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-11 16:17:16 +0000
commit95f76f6b03510cd390de83bc0c44ff4cd5b37a2f (patch)
treecd053af964cc314811db907591449f8ebab17979 /textproc/p5-XML-Node
parentVarious niceties for p5-Text-FixedLength lovers (diff)
Perl5 module to extend and simplify XML::Parser
PR: ports/25768 Submitted by: Johann Visagie <johann@egenetics.com>
Notes
Notes: svn path=/head/; revision=42525
Diffstat (limited to 'textproc/p5-XML-Node')
-rw-r--r--textproc/p5-XML-Node/Makefile24
-rw-r--r--textproc/p5-XML-Node/distinfo1
-rw-r--r--textproc/p5-XML-Node/pkg-comment1
-rw-r--r--textproc/p5-XML-Node/pkg-descr17
-rw-r--r--textproc/p5-XML-Node/pkg-plist7
5 files changed, 50 insertions, 0 deletions
diff --git a/textproc/p5-XML-Node/Makefile b/textproc/p5-XML-Node/Makefile
new file mode 100644
index 000000000000..1549f838b53e
--- /dev/null
+++ b/textproc/p5-XML-Node/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-XML-Node
+# Date created: 13 March 2001
+# Whom: Johann Visagie <johann@egenetics.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-Node
+PORTVERSION= 0.10
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= johann@egenetics.com
+
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+
+PERL_CONFIGURE= YES
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= XML::Node.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Node/distinfo b/textproc/p5-XML-Node/distinfo
new file mode 100644
index 000000000000..fd26f5c98e49
--- /dev/null
+++ b/textproc/p5-XML-Node/distinfo
@@ -0,0 +1 @@
+MD5 (XML-Node-0.10.tar.gz) = d05369ba4c7f7cbb1ff0b727f89a07a9
diff --git a/textproc/p5-XML-Node/pkg-comment b/textproc/p5-XML-Node/pkg-comment
new file mode 100644
index 000000000000..b8cc43270ced
--- /dev/null
+++ b/textproc/p5-XML-Node/pkg-comment
@@ -0,0 +1 @@
+Perl5 module to extend and simplify XML::Parser
diff --git a/textproc/p5-XML-Node/pkg-descr b/textproc/p5-XML-Node/pkg-descr
new file mode 100644
index 000000000000..b0c86abc662d
--- /dev/null
+++ b/textproc/p5-XML-Node/pkg-descr
@@ -0,0 +1,17 @@
+XML::Node is a Perl5 module which provides a simplified extension interface
+to XML::Parser.
+
+Paraphrasing the README:
+
+ Instead of worrying about "start", "end", and "char" callbacks of every
+ single XML node, you can simply say that you only want to be notified when
+ a path is found.
+
+ Using XML::Node, you can ignore the parts of XML files that you are not
+ interested in. Additionally, you can register a variable instead of a
+ callback function. The corresponding string found in an XML file will be
+ automatically appended to your variable.
+
+Author: Chang Liu <liu@ics.uci.edu>
+
+-- Johann Visagie <johann@egenetics.com>
diff --git a/textproc/p5-XML-Node/pkg-plist b/textproc/p5-XML-Node/pkg-plist
new file mode 100644
index 000000000000..91faf8db3d44
--- /dev/null
+++ b/textproc/p5-XML-Node/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/XML/Node.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/parse-foo.pl
+lib/perl5/site_perl/%%PERL_VER%%/XML/parse-orders.pl
+lib/perl5/site_perl/%%PERL_VER%%/XML/parse-testsuite.pl
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%//auto/XML/Node/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Node
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true