pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Elemental XML::Elemental is a SAX-base...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47b2a3ca3fd2
branches:  trunk
changeset: 544568:47b2a3ca3fd2
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Tue Jul 15 23:07:03 2008 +0000

description:
XML::Elemental is a SAX-based package for easily parsing XML documents
into a more native and mostly object-oriented perl form.

The development of this package grew out of the desire for something
more object-oriented then XML::Simple and was more simplistic and
perlish then the various standard XML API modules such as XML::DOM.
Easier installation of modules was also a contributing factor.

diffstat:

 textproc/p5-XML-Elemental/DESCR    |   7 +++++++
 textproc/p5-XML-Elemental/Makefile |  20 ++++++++++++++++++++
 textproc/p5-XML-Elemental/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r fa3aefe0cf71 -r 47b2a3ca3fd2 textproc/p5-XML-Elemental/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Elemental/DESCR   Tue Jul 15 23:07:03 2008 +0000
@@ -0,0 +1,7 @@
+XML::Elemental is a SAX-based package for easily parsing XML documents
+into a more native and mostly object-oriented perl form.
+
+The development of this package grew out of the desire for something
+more object-oriented then XML::Simple and was more simplistic and
+perlish then the various standard XML API modules such as XML::DOM.
+Easier installation of modules was also a contributing factor.
diff -r fa3aefe0cf71 -r 47b2a3ca3fd2 textproc/p5-XML-Elemental/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Elemental/Makefile        Tue Jul 15 23:07:03 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 23:07:03 rhaen Exp $
+#
+
+DISTNAME=      XML-Elemental-2.1
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER=    rhaen%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~tima/XML-Elemental/
+COMMENT=       Simplistic and perlish handling of XML data
+
+DEPENDS+=      p5-Task-Weaken>=1.02:../../devel/p5-Task-Weaken
+DEPENDS+=      p5-XML-SAX>=0:../../textproc/p5-XML-SAX
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+PERL5_PACKLIST=        auto/XML/Elemental/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fa3aefe0cf71 -r 47b2a3ca3fd2 textproc/p5-XML-Elemental/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Elemental/distinfo        Tue Jul 15 23:07:03 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 23:07:03 rhaen Exp $
+
+SHA1 (XML-Elemental-2.1.tar.gz) = 596034728a155171c635e8ee08b1b6de5f45e822
+RMD160 (XML-Elemental-2.1.tar.gz) = 6d10e035e19a8e24575e190c99d85b5fae22a362
+Size (XML-Elemental-2.1.tar.gz) = 9736 bytes



Home | Main Index | Thread Index | Old Index