Import p5-XML-SimpleObject-LibXML, Perl extension allowing a simple(r)
object representation of an XML::LibXML DOM object.
This commit is contained in:
parent
1e18f19e08
commit
f712470423
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88342
5 changed files with 40 additions and 0 deletions
|
@ -297,6 +297,7 @@
|
|||
SUBDIR += p5-XML-Schematron
|
||||
SUBDIR += p5-XML-Simple
|
||||
SUBDIR += p5-XML-SimpleObject
|
||||
SUBDIR += p5-XML-SimpleObject-LibXML
|
||||
SUBDIR += p5-XML-Stream
|
||||
SUBDIR += p5-XML-TreeBuilder
|
||||
SUBDIR += p5-XML-Twig
|
||||
|
|
24
textproc/p5-XML-SimpleObject-LibXML/Makefile
Normal file
24
textproc/p5-XML-SimpleObject-LibXML/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: p5-XML-SimpleObject-LibXML
|
||||
# Date created: 02 September 2003
|
||||
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-SimpleObject-LibXML
|
||||
PORTVERSION= 0.59
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A simple(r) object representation of an XML::LibXML DOM object
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= XML::SimpleObject::LibXML.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-XML-SimpleObject-LibXML/distinfo
Normal file
1
textproc/p5-XML-SimpleObject-LibXML/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (XML-SimpleObject-LibXML-0.59.tar.gz) = 5c46e0a5bb0d5f7a4883e2d76babcc1d
|
6
textproc/p5-XML-SimpleObject-LibXML/pkg-descr
Normal file
6
textproc/p5-XML-SimpleObject-LibXML/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This is a short and simple class allowing simple object access to a parsed
|
||||
XML::LibXML tree, with methods for fetching children and attributes in as
|
||||
clean a manner as possible. My apologies for further polluting the XML::
|
||||
space; this is a small and quick module, with easy and compact usage.
|
||||
|
||||
WWW: http://search.cpan.org/perldoc?XML::SimpleObject::LibXML
|
8
textproc/p5-XML-SimpleObject-LibXML/pkg-plist
Normal file
8
textproc/p5-XML-SimpleObject-LibXML/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SimpleObject/LibXML/.packlist
|
||||
%%SITE_PERL%%/XML/SimpleObject/LibXML.pm
|
||||
%%SITE_PERL%%/XML/SimpleObject/ex.pl
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SimpleObject/LibXML
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SimpleObject 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/XML/SimpleObject 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
|
Loading…
Reference in a new issue