1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add p5-XML-TreeBuilder 3.08, perl module to make XML document trees.

This commit is contained in:
Will Andrews 2001-01-03 23:48:47 +00:00
parent 9ba048d6a0
commit 451aec5397
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36735
6 changed files with 40 additions and 0 deletions

View File

@ -95,6 +95,7 @@
SUBDIR += p5-XML-Sablotron
SUBDIR += p5-XML-Simple
SUBDIR += p5-XML-Stream
SUBDIR += p5-XML-TreeBuilder
SUBDIR += p5-XML-Writer
SUBDIR += p5-XML-XPath
SUBDIR += p5-dTemplate

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: XML-TreeBuilder
# Date created: Tue Jan 2 00:03:51 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= XML-TreeBuilder
PORTVERSION= 3.08
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= XML::TreeBuilder.3 XML::Element.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (XML-TreeBuilder-3.08.tar.gz) = dba61e25ac62fbf1544011ed87b36a0a

View File

@ -0,0 +1 @@
Perl module to make XML document trees

View File

@ -0,0 +1,10 @@
This module uses XML::Parser to make XML document trees constructed of
XML::Element objects (and XML::Element is a subclass of HTML::Element
adapted for XML). XML::TreeBuilder is meant particularly for people
who are used to the HTML::TreeBuilder / HTML::Element interface to
document trees, and who don't want to learn some other document
interface like XML::Twig or XML::DOM.
Author: Sean M. Burke
--will

View File

@ -0,0 +1,4 @@
lib/perl5/site_perl/%%PERL_VER%%/XML/TreeBuilder.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/Element.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML-TreeBuilder/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML-TreeBuilder