Initial import of XML-Elemental-1.03

This is a package of a XML::Parser style and
generic classes for easily parsing XML documents into
native object-oriented perl form.

from Sam Smith <s at msmith.net>
This commit is contained in:
sturm 2005-04-25 18:31:56 +00:00
parent 0dbc07eebe
commit 38bd744b6b
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/04/25 18:31:56 sturm Exp $
COMMENT= "generic classes for simplistic handling of XML data"
DISTNAME= XML-Elemental-1.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Sam Smith <s@msmith.net>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
RUN_DEPENDS= ::textproc/p5-XML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (XML-Elemental-1.03.tar.gz) = 1320e9848c5d65fc45789ec7eed0d3c8
RMD160 (XML-Elemental-1.03.tar.gz) = 59510cfc1d279859d9f16ba033995df26e57efd0
SHA1 (XML-Elemental-1.03.tar.gz) = 1011b6c1c5480b58d647e0520867013aa62bf885
SIZE (XML-Elemental-1.03.tar.gz) = 6001

View File

@ -0,0 +1,3 @@
This is a package of a XML::Parser style and
generic classes for easily parsing XML documents into
native object-oriented perl form.

View File

@ -0,0 +1,17 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/25 18:31:56 sturm Exp $
${P5SITE}/XML/
${P5SITE}/XML/Elemental/
${P5SITE}/XML/Elemental.pm
${P5SITE}/XML/Elemental/Characters.pm
${P5SITE}/XML/Elemental/Document.pm
${P5SITE}/XML/Elemental/Element.pm
${P5SITE}/XML/Elemental/Node.pm
${P5SITE}/XML/Parser/
${P5SITE}/XML/Parser/Style/
${P5SITE}/XML/Parser/Style/Elemental.pm
@man man/man3p/XML::Elemental.3p
@man man/man3p/XML::Elemental::Characters.3p
@man man/man3p/XML::Elemental::Document.3p
@man man/man3p/XML::Elemental::Element.3p
@man man/man3p/XML::Elemental::Node.3p
@man man/man3p/XML::Parser::Style::Elemental.3p