From d2a68db38e0698cd7700af98216d6fdb051a1805 Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Mon, 27 May 2002 08:31:48 +0000 Subject: Add p5-XML-SAX-Machines 0.34, manage collections of SAX processors. --- textproc/p5-XML-SAX-Machines/Makefile | 39 ++++++++++++++++++++++++++++++++ textproc/p5-XML-SAX-Machines/distinfo | 1 + textproc/p5-XML-SAX-Machines/pkg-comment | 1 + textproc/p5-XML-SAX-Machines/pkg-descr | 7 ++++++ textproc/p5-XML-SAX-Machines/pkg-plist | 22 ++++++++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 textproc/p5-XML-SAX-Machines/Makefile create mode 100644 textproc/p5-XML-SAX-Machines/distinfo create mode 100644 textproc/p5-XML-SAX-Machines/pkg-comment create mode 100644 textproc/p5-XML-SAX-Machines/pkg-descr create mode 100644 textproc/p5-XML-SAX-Machines/pkg-plist (limited to 'textproc/p5-XML-SAX-Machines') 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 +# +# $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 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 -- cgit v1.2.3