summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX-Machines
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-05-27 08:31:48 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-05-27 08:31:48 +0000
commitd2a68db38e0698cd7700af98216d6fdb051a1805 (patch)
tree5291db813c70d0fc85f73af0caa40727090d65f3 /textproc/p5-XML-SAX-Machines
parentAdd p5-XML-Filter-XSLT 0.03, xSLT as a SAX Filter. (diff)
Add p5-XML-SAX-Machines 0.34, manage collections of SAX processors.
Notes
Notes: svn path=/head/; revision=60081
Diffstat (limited to 'textproc/p5-XML-SAX-Machines')
-rw-r--r--textproc/p5-XML-SAX-Machines/Makefile39
-rw-r--r--textproc/p5-XML-SAX-Machines/distinfo1
-rw-r--r--textproc/p5-XML-SAX-Machines/pkg-comment1
-rw-r--r--textproc/p5-XML-SAX-Machines/pkg-descr7
-rw-r--r--textproc/p5-XML-SAX-Machines/pkg-plist22
5 files changed, 70 insertions, 0 deletions
diff --git a/textproc/p5-XML-SAX-Machines/Makefile b/textproc/p5-XML-SAX-Machines/Makefile
new file mode 100644
index 000000000000..de014ddfd5e0
--- /dev/null
+++ b/textproc/p5-XML-SAX-Machines/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: XML::SAX::Machines
+# Date created: 28 Jan 2002
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-SAX-Machines
+PORTVERSION= 0.34
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX/Writer.pm:${PORTSDIR}/textproc/p5-XML-SAX-Writer
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+PLIST_SUB+= EXAMPLESDIR="share/examples/${PORTNAME}"
+
+MAN3= XML::Filter::Distributor.3 XML::Filter::DocSplitter.3 \
+ XML::Filter::Merger.3 XML::Filter::Tee.3 XML::SAX::ByRecord.3 \
+ XML::SAX::EventMethodMaker.3 XML::SAX::Machine.3 \
+ XML::SAX::Machines.3 XML::SAX::Manifold.3 XML::SAX::Pipeline.3 \
+ XML::SAX::Tap.3
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+post-install:
+.ifndef(NOPORTDOCS)
+ @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
+ @${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-SAX-Machines/distinfo b/textproc/p5-XML-SAX-Machines/distinfo
new file mode 100644
index 000000000000..77c3e6cd3384
--- /dev/null
+++ b/textproc/p5-XML-SAX-Machines/distinfo
@@ -0,0 +1 @@
+MD5 (XML-SAX-Machines-0.34.tar.gz) = 152c7b7f32ba1f54518775eb9e4e705a
diff --git a/textproc/p5-XML-SAX-Machines/pkg-comment b/textproc/p5-XML-SAX-Machines/pkg-comment
new file mode 100644
index 000000000000..4cebad699c74
--- /dev/null
+++ b/textproc/p5-XML-SAX-Machines/pkg-comment
@@ -0,0 +1 @@
+Manage collections of SAX processors
diff --git a/textproc/p5-XML-SAX-Machines/pkg-descr b/textproc/p5-XML-SAX-Machines/pkg-descr
new file mode 100644
index 000000000000..fa22bf4b3562
--- /dev/null
+++ b/textproc/p5-XML-SAX-Machines/pkg-descr
@@ -0,0 +1,7 @@
+XML::SAX::Machines is a collection of APIs that allow complex SAX
+machines to be constructed without a huge amount of extra typing.
+
+WWW: http://search.cpan.org/search?dist=XML-SAX-Machines
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/textproc/p5-XML-SAX-Machines/pkg-plist b/textproc/p5-XML-SAX-Machines/pkg-plist
new file mode 100644
index 000000000000..243d66488bf7
--- /dev/null
+++ b/textproc/p5-XML-SAX-Machines/pkg-plist
@@ -0,0 +1,22 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Machines/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/XML/Filter/Distributor.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/Filter/DocSplitter.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/Filter/Merger.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/Filter/Tee.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/ByRecord.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/EventMethodMaker.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Machine.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Machines.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Machines/ConfigDefaults.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Machines/ConfigHelper.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Machines/SiteConfig.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Manifold.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Pipeline.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Tap.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Machines
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/Filter 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX 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/SAX/Machines
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true