aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Filter-SAXT
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-05-27 08:51:51 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-05-27 08:51:51 +0000
commit012b8668b51b440126479c2dc3a29d8805d74a3d (patch)
treec7e88387ad4eef89b7280d28aa048394bf180e38 /textproc/p5-XML-Filter-SAXT
parent8617fceed8583c4382d3154c5202f89a8fbed954 (diff)
downloadports-012b8668b51b440126479c2dc3a29d8805d74a3d.tar.gz
ports-012b8668b51b440126479c2dc3a29d8805d74a3d.zip
Add p5-XML-Filter-SAXT 0.01,
replicates SAX events to several SAX event handlers.
Notes
Notes: svn path=/head/; revision=60091
Diffstat (limited to 'textproc/p5-XML-Filter-SAXT')
-rw-r--r--textproc/p5-XML-Filter-SAXT/Makefile22
-rw-r--r--textproc/p5-XML-Filter-SAXT/distinfo1
-rw-r--r--textproc/p5-XML-Filter-SAXT/pkg-comment1
-rw-r--r--textproc/p5-XML-Filter-SAXT/pkg-descr9
-rw-r--r--textproc/p5-XML-Filter-SAXT/pkg-plist7
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/p5-XML-Filter-SAXT/Makefile b/textproc/p5-XML-Filter-SAXT/Makefile
new file mode 100644
index 000000000000..2d654377d04e
--- /dev/null
+++ b/textproc/p5-XML-Filter-SAXT/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: XML::Filter::SAXT
+# Date created: 13 Mar 2002
+# Whom: Sergey Skvortsov <skv@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-Filter-SAXT
+PORTVERSION= 0.01
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MAN3= XML::Filter::SAXT.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Filter-SAXT/distinfo b/textproc/p5-XML-Filter-SAXT/distinfo
new file mode 100644
index 000000000000..9f7e48adee2d
--- /dev/null
+++ b/textproc/p5-XML-Filter-SAXT/distinfo
@@ -0,0 +1 @@
+MD5 (XML-Filter-SAXT-0.01.tar.gz) = da65cbe1938bff4c8975014c80063e05
diff --git a/textproc/p5-XML-Filter-SAXT/pkg-comment b/textproc/p5-XML-Filter-SAXT/pkg-comment
new file mode 100644
index 000000000000..ec1b07d8f85f
--- /dev/null
+++ b/textproc/p5-XML-Filter-SAXT/pkg-comment
@@ -0,0 +1 @@
+Replicates SAX events to several SAX event handlers
diff --git a/textproc/p5-XML-Filter-SAXT/pkg-descr b/textproc/p5-XML-Filter-SAXT/pkg-descr
new file mode 100644
index 000000000000..34065470b9c3
--- /dev/null
+++ b/textproc/p5-XML-Filter-SAXT/pkg-descr
@@ -0,0 +1,9 @@
+SAXT is like the Unix 'tee' command in that it multiplexes the input
+stream to several output streams. In this case, the input stream is a
+PerlSAX event producer (like XML::Parser::PerlSAX) and the output
+streams are PerlSAX handlers or filters.
+
+WWW: http://search.cpan.org/search?dist=XML-Filter-SAXT
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/textproc/p5-XML-Filter-SAXT/pkg-plist b/textproc/p5-XML-Filter-SAXT/pkg-plist
new file mode 100644
index 000000000000..d85a30b3f069
--- /dev/null
+++ b/textproc/p5-XML-Filter-SAXT/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter/SAXT/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/XML/Filter/SAXT.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter/SAXT
+@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 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true