From f0c9f031c6266ba80d5abae849f437735a170f80 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 7 Apr 2001 08:01:40 +0000 Subject: Add p5-libxml 0.07, a collection of Perl5 modules for working with XML. PR: 25769 Submitted by: Johann Visagie --- textproc/p5-libxml/Makefile | 34 ++++++++++++++++++++++++++++++++++ textproc/p5-libxml/distinfo | 1 + textproc/p5-libxml/pkg-comment | 1 + textproc/p5-libxml/pkg-descr | 9 +++++++++ textproc/p5-libxml/pkg-plist | 21 +++++++++++++++++++++ 5 files changed, 66 insertions(+) create mode 100644 textproc/p5-libxml/Makefile create mode 100644 textproc/p5-libxml/distinfo create mode 100644 textproc/p5-libxml/pkg-comment create mode 100644 textproc/p5-libxml/pkg-descr create mode 100644 textproc/p5-libxml/pkg-plist (limited to 'textproc/p5-libxml') diff --git a/textproc/p5-libxml/Makefile b/textproc/p5-libxml/Makefile new file mode 100644 index 000000000000..185b49115aaf --- /dev/null +++ b/textproc/p5-libxml/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-libxml +# Date created: 13 March 2001 +# Whom: Johann Visagie +# +# $FreeBSD$ +# + +PORTNAME= libxml +PORTVERSION= 0.07 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- +DISTNAME= libxml-perl-${PORTVERSION} + +MAINTAINER= johann@egenetics.com + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= Data::Grove.3 Data::Grove::Parent.3 Data::Grove::Visitor.3 \ + XML::ESISParser.3 XML::Handler::CanonXMLWriter.3 \ + XML::Handler::Sample.3 XML::Handler::Subs.3 \ + XML::Handler::XMLWriter.3 XML::Parser::PerlSAX.3 \ + XML::PatAct::ActionTempl.3 XML::PatAct::Amsterdam.3 \ + XML::PatAct::MatchName.3 XML::PatAct::PatternTempl.3 \ + XML::PatAct::ToObjects.3 XML::Perl2SAX.3 XML::SAX2Perl.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include diff --git a/textproc/p5-libxml/distinfo b/textproc/p5-libxml/distinfo new file mode 100644 index 000000000000..3d2526f30554 --- /dev/null +++ b/textproc/p5-libxml/distinfo @@ -0,0 +1 @@ +MD5 (libxml-perl-0.07.tar.gz) = a79c6da708e5906fec84ea611fa4b41e diff --git a/textproc/p5-libxml/pkg-comment b/textproc/p5-libxml/pkg-comment new file mode 100644 index 000000000000..1d08122dd834 --- /dev/null +++ b/textproc/p5-libxml/pkg-comment @@ -0,0 +1 @@ +Collection of Perl5 modules for working with XML diff --git a/textproc/p5-libxml/pkg-descr b/textproc/p5-libxml/pkg-descr new file mode 100644 index 000000000000..f356ffaca207 --- /dev/null +++ b/textproc/p5-libxml/pkg-descr @@ -0,0 +1,9 @@ +From the README: + + libxml-perl is a collection of smaller Perl modules, scripts, and + documents for working with XML in Perl. libxml-perl software works in + combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and others. + +Author: Ken MacLeod + +-- Johann Visagie diff --git a/textproc/p5-libxml/pkg-plist b/textproc/p5-libxml/pkg-plist new file mode 100644 index 000000000000..2761d96a48e9 --- /dev/null +++ b/textproc/p5-libxml/pkg-plist @@ -0,0 +1,21 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libxml-perl/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Data/Grove.pm +lib/perl5/site_perl/%%PERL_VER%%/Data/Grove/Parent.pm +lib/perl5/site_perl/%%PERL_VER%%/Data/Grove/Visitor.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/ESISParser.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Handler/CanonXMLWriter.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Handler/Sample.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Handler/Subs.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Handler/XMLWriter.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Parser/PerlSAX.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/PatAct/ActionTempl.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/PatAct/Amsterdam.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/PatAct/MatchName.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/PatAct/PatternTempl.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/PatAct/ToObjects.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Perl2SAX.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX2Perl.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Data/Grove +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libxml-perl +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Data 2>/dev/null || true -- cgit v1.2.3