Little and efficient Perl module to manage xml data.
WWW: http://search.cpan.org/dist/XML-TinyXML/ PR: 136395 Submitted by: Rick van der Zwet <info@rickvanderzwet.nl>
This commit is contained in:
parent
973b435580
commit
c1eba0ce96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237345
5 changed files with 38 additions and 0 deletions
|
@ -807,6 +807,7 @@
|
|||
SUBDIR += p5-XML-Smart
|
||||
SUBDIR += p5-XML-Stream
|
||||
SUBDIR += p5-XML-Tiny
|
||||
SUBDIR += p5-XML-TinyXML
|
||||
SUBDIR += p5-XML-TreeBuilder
|
||||
SUBDIR += p5-XML-TreePP
|
||||
SUBDIR += p5-XML-Twig
|
||||
|
|
21
textproc/p5-XML-TinyXML/Makefile
Normal file
21
textproc/p5-XML-TinyXML/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: p5-XML-TinyXML
|
||||
# Date created: 2009-07-09
|
||||
# Whom: Rick van der Zwet <info@rickvanderzwet.nl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-TinyXML
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= info@rickvanderzwet.nl
|
||||
COMMENT= Little and efficient Perl module to manage xml data
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::TinyXML.3 XML::TinyXML::Node.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-XML-TinyXML/distinfo
Normal file
3
textproc/p5-XML-TinyXML/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (XML-TinyXML-0.11.tar.gz) = d48561b50f960803f0d48d94f85de446
|
||||
SHA256 (XML-TinyXML-0.11.tar.gz) = d9f7206e1a8fd991890eebe4bc1c5c9f319f1561d453a8e4cf3cbe7340f33f5c
|
||||
SIZE (XML-TinyXML-0.11.tar.gz) = 28434
|
3
textproc/p5-XML-TinyXML/pkg-descr
Normal file
3
textproc/p5-XML-TinyXML/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Little and efficient Perl module to manage xml data.
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-TinyXML/
|
10
textproc/p5-XML-TinyXML/pkg-plist
Normal file
10
textproc/p5-XML-TinyXML/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML/Node.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/TinyXML/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/TinyXML/TinyXML.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/TinyXML/TinyXML.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/TinyXML/autosplit.ix
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/TinyXML
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML
|
Loading…
Reference in a new issue