From c79cbbd3f983f26ecd0e15546caf4a243d345b98 Mon Sep 17 00:00:00 2001 From: avsm Date: Sun, 21 Jan 2001 19:27:54 +0000 Subject: [PATCH] - 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. --- textproc/p5-XML-Simple/Makefile | 25 +++++++++++++++++++++++++ textproc/p5-XML-Simple/files/md5 | 3 +++ textproc/p5-XML-Simple/pkg/COMMENT | 1 + textproc/p5-XML-Simple/pkg/DESCR | 10 ++++++++++ textproc/p5-XML-Simple/pkg/PLIST | 3 +++ 5 files changed, 42 insertions(+) create mode 100644 textproc/p5-XML-Simple/Makefile create mode 100644 textproc/p5-XML-Simple/files/md5 create mode 100644 textproc/p5-XML-Simple/pkg/COMMENT create mode 100644 textproc/p5-XML-Simple/pkg/DESCR create mode 100644 textproc/p5-XML-Simple/pkg/PLIST diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile new file mode 100644 index 00000000000..1d8988b94cd --- /dev/null +++ b/textproc/p5-XML-Simple/Makefile @@ -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 + +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 diff --git a/textproc/p5-XML-Simple/files/md5 b/textproc/p5-XML-Simple/files/md5 new file mode 100644 index 00000000000..729f6e1885b --- /dev/null +++ b/textproc/p5-XML-Simple/files/md5 @@ -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 diff --git a/textproc/p5-XML-Simple/pkg/COMMENT b/textproc/p5-XML-Simple/pkg/COMMENT new file mode 100644 index 00000000000..cb09fecc8ce --- /dev/null +++ b/textproc/p5-XML-Simple/pkg/COMMENT @@ -0,0 +1 @@ +trivial perl API for reading/writing XML diff --git a/textproc/p5-XML-Simple/pkg/DESCR b/textproc/p5-XML-Simple/pkg/DESCR new file mode 100644 index 00000000000..5ad28dc6440 --- /dev/null +++ b/textproc/p5-XML-Simple/pkg/DESCR @@ -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} diff --git a/textproc/p5-XML-Simple/pkg/PLIST b/textproc/p5-XML-Simple/pkg/PLIST new file mode 100644 index 00000000000..4e5cd95fda1 --- /dev/null +++ b/textproc/p5-XML-Simple/pkg/PLIST @@ -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