summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Handler-Trees
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-12-02 19:24:45 +0000
committerSteve Price <steve@FreeBSD.org>2001-12-02 19:24:45 +0000
commitdf25fac56aca6e402c2162ef6be1c88d802a0e0e (patch)
treee152748bc220f09f84ca20541e73ff0c5b8a72e3 /textproc/p5-XML-Handler-Trees
parentUpdate to 0.6.5. (diff)
Adding p5-XML-Handler-Trees version 0.01.
PerlSAX handlers for building XML tree structures. PR: 32325 Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes: svn path=/head/; revision=50893
Diffstat (limited to 'textproc/p5-XML-Handler-Trees')
-rw-r--r--textproc/p5-XML-Handler-Trees/Makefile29
-rw-r--r--textproc/p5-XML-Handler-Trees/distinfo1
-rw-r--r--textproc/p5-XML-Handler-Trees/pkg-comment1
-rw-r--r--textproc/p5-XML-Handler-Trees/pkg-descr13
-rw-r--r--textproc/p5-XML-Handler-Trees/pkg-plist7
5 files changed, 51 insertions, 0 deletions
diff --git a/textproc/p5-XML-Handler-Trees/Makefile b/textproc/p5-XML-Handler-Trees/Makefile
new file mode 100644
index 000000000000..af183a4546f2
--- /dev/null
+++ b/textproc/p5-XML-Handler-Trees/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: XML::Handler::Trees
+# Date created: 22 Nov 2001
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-Handler-Trees
+PORTVERSION= 0.01
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@protey.ru
+
+BUILD_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos
+
+PERL_CONFIGURE= yes
+
+MAN3= XML::Handler::Trees.3
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+post-extract:
+ @${FIND} ${WRKSRC} -type f -name "*.p[lm]" | ${XARGS} ${CHMOD} +w
+ @${FIND} ${WRKSRC} -type f -name "*.p[lm]" | ${XARGS} dos2unix -p
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Handler-Trees/distinfo b/textproc/p5-XML-Handler-Trees/distinfo
new file mode 100644
index 000000000000..63494c7ce22b
--- /dev/null
+++ b/textproc/p5-XML-Handler-Trees/distinfo
@@ -0,0 +1 @@
+MD5 (XML-Handler-Trees-0.01.tar.gz) = e604b5082113fbbddf6e42a86736b617
diff --git a/textproc/p5-XML-Handler-Trees/pkg-comment b/textproc/p5-XML-Handler-Trees/pkg-comment
new file mode 100644
index 000000000000..10a0ae769f15
--- /dev/null
+++ b/textproc/p5-XML-Handler-Trees/pkg-comment
@@ -0,0 +1 @@
+PerlSAX handlers for building tree structures
diff --git a/textproc/p5-XML-Handler-Trees/pkg-descr b/textproc/p5-XML-Handler-Trees/pkg-descr
new file mode 100644
index 000000000000..4673a52a02ab
--- /dev/null
+++ b/textproc/p5-XML-Handler-Trees/pkg-descr
@@ -0,0 +1,13 @@
+XML::Handler::Trees provides three PerlSAX handler classes for building
+tree structures. XML::Handler::Tree builds the same type of tree as the
+"Tree" style in XML::Parser. XML::Handler::EasyTree builds the same
+type of tree as the "EasyTree" style added to XML::Parser by
+XML::Parser::EasyTree. XML::Handler::TreeBuilder builds the same type
+of tree as Sean M. Burke's XML::TreeBuilder. These classes make it
+possible to construct these tree structures from sources other than
+XML::Parser.
+
+WWW: http://search.cpan.org/search?dist=XML-Handler-Trees
+
+-- Sergey Skvortsov
+skv@protey.ru
diff --git a/textproc/p5-XML-Handler-Trees/pkg-plist b/textproc/p5-XML-Handler-Trees/pkg-plist
new file mode 100644
index 000000000000..5f47091d3960
--- /dev/null
+++ b/textproc/p5-XML-Handler-Trees/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Handler/Trees/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/XML/Handler/Trees.pm
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/Handler 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Handler/Trees
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Handler 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true