diff options
author | will <will@FreeBSD.org> | 2001-04-07 16:01:40 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-07 16:01:40 +0800 |
commit | c9c94c47644e0b488c17bde3eed7c798f793e222 (patch) | |
tree | 45028581b7b7e56e8fd36c3481cf2e4cc06b2cf0 /textproc | |
parent | ff6356b6cefe874d215ff4c29fa74e264dd6e3fe (diff) | |
download | freebsd-ports-gnome-c9c94c47644e0b488c17bde3eed7c798f793e222.tar.gz freebsd-ports-gnome-c9c94c47644e0b488c17bde3eed7c798f793e222.tar.zst freebsd-ports-gnome-c9c94c47644e0b488c17bde3eed7c798f793e222.zip |
Add p5-libxml 0.07, a collection of Perl5 modules for working with XML.
PR: 25769
Submitted by: Johann Visagie <johann@egenetics.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-libxml/Makefile | 34 | ||||
-rw-r--r-- | textproc/p5-libxml/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-libxml/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-libxml/pkg-descr | 9 | ||||
-rw-r--r-- | textproc/p5-libxml/pkg-plist | 21 |
6 files changed, 67 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 79d65818eea3..1953a53f53ac 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -119,6 +119,7 @@ SUBDIR += p5-XML-Writer SUBDIR += p5-XML-XPath SUBDIR += p5-dTemplate + SUBDIR += p5-libxml SUBDIR += par SUBDIR += perl2html SUBDIR += pspell 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 <johann@egenetics.com> +# +# $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 <bsd.port.mk> 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 <ken@bitsko.slc.ut.us> + +-- Johann Visagie <johann@egenetics.com> 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 |