- import of p5-XML-Simple-1.05

--
XML::Simple is a Perl module that makes it really easy to read and
write XML files. You can get a full rundown of the module's
capabilities and limitations in the manual page.

XML::Simple was originally developed for the purpose of reading and
writing config files in XML format (which offers various advantages
over say .INI format). Having said that, many people find it useful
for other purposes.
This commit is contained in:
avsm 2001-01-21 19:27:54 +00:00
parent 7690998c25
commit c79cbbd3f9
5 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/21 19:27:54 avsm Exp $
DISTNAME= XML-Simple-1.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
NEED_VERSION= 1.348
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
HOMEPAGE= http://www.web.co.nz/~grantm/cpan/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl/${ARCH}-openbsd
BUILD_DEPENDS= ${PERL_MODULES}/XML/Parser.pm::textproc/p5-XML-Parser \
${PERL_MODULES}/Storable.pm::devel/p5-Storable
RUN_DEPENDS= ${BUILD_DEPENDS}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (XML-Simple-1.05.tar.gz) = 2f003d83da8c87b7025cd22fabd7c8ac
RMD160 (XML-Simple-1.05.tar.gz) = 381e20a415433527b7cdb362c7d0698ee517376c
SHA1 (XML-Simple-1.05.tar.gz) = f2f64c73ab755531969401a1ea8324f6a75172ed

View File

@ -0,0 +1 @@
trivial perl API for reading/writing XML

View File

@ -0,0 +1,10 @@
XML::Simple is a Perl module that makes it really easy to read and
write XML files. You can get a full rundown of the module's
capabilities and limitations in the manual page.
XML::Simple was originally developed for the purpose of reading and
writing config files in XML format (which offers various advantages
over say .INI format). Having said that, many people find it useful
for other purposes.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/21 19:27:54 avsm Exp $
libdata/perl5/site_perl/XML/Simple.pm
man/man3/XML::Simple.3p