1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add p5-libxml 0.07, a collection of Perl5 modules for working with XML.

PR:		25769
Submitted by:	Johann Visagie <johann@egenetics.com>
This commit is contained in:
Will Andrews 2001-04-07 08:01:40 +00:00
parent d3c69b6928
commit f0c9f031c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41023
6 changed files with 67 additions and 0 deletions

View File

@ -119,6 +119,7 @@
SUBDIR += p5-XML-Writer
SUBDIR += p5-XML-XPath
SUBDIR += p5-dTemplate
SUBDIR += p5-libxml
SUBDIR += par
SUBDIR += perl2html
SUBDIR += pspell

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (libxml-perl-0.07.tar.gz) = a79c6da708e5906fec84ea611fa4b41e

View File

@ -0,0 +1 @@
Collection of Perl5 modules for working with XML

View File

@ -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>

View File

@ -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