Hello,

here's an update for textproc/p5-XML-Elemental to version 2.0.

- Convert to SAX-based system. (XML::Elemental::SAXHandler
        added to the distribution.)
- Switched to Clarkian notation
- Added parser method to XML::Elemental for convienance.
- Added XML::Elemental::Util to the distribution.
- Added testing suite finally.

The MAINTAINER can't test it on a -current machine due to
hardware issues.

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-XML-Elemental/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    2005/04/25 18:31:56     1.1.1.1
+++ Makefile    2006/03/08 18:04:42
@@ -2,7 +2,7 @@
 
 COMMENT=       "generic classes for simplistic handling of XML data"
 
-DISTNAME=      XML-Elemental-1.03
+DISTNAME=      XML-Elemental-2.0
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-XML-Elemental/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    2005/04/25 18:31:56     1.1.1.1
+++ distinfo    2006/03/08 18:04:42
@@ -1,4 +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 +MD5 (XML-Elemental-2.0.tar.gz) =
209a5159b6a15790763bfe642af9a6d0 +RMD160 (XML-Elemental-2.0.tar.gz) =
a4a57afcb4213792ff68007518d3e4a6fffeb503 +SHA1 (XML-Elemental-2.0.tar.gz) =
53dc1f554537d61211611c482db2a1ad98541eeb +SIZE (XML-Elemental-2.0.tar.gz) =
7888 Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/p5-XML-Elemental/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   2005/04/25 18:31:56     1.1.1.1
+++ pkg/PLIST   2006/03/08 18:04:42
@@ -6,6 +6,8 @@
 ${P5SITE}/XML/Elemental/Document.pm
 ${P5SITE}/XML/Elemental/Element.pm
 ${P5SITE}/XML/Elemental/Node.pm
+${P5SITE}/XML/Elemental/SAXHandler.pm
+${P5SITE}/XML/Elemental/Util.pm
 ${P5SITE}/XML/Parser/
 ${P5SITE}/XML/Parser/Style/
 ${P5SITE}/XML/Parser/Style/Elemental.pm
@@ -14,4 +16,6 @@
 @man man/man3p/XML::Elemental::Document.3p
 @man man/man3p/XML::Elemental::Element.3p
 @man man/man3p/XML::Elemental::Node.3p
[EMAIL PROTECTED] man/man3p/XML::Elemental::SAXHandler.3p
[EMAIL PROTECTED] man/man3p/XML::Elemental::Util.3p
 @man man/man3p/XML::Parser::Style::Elemental.3p

Cheers,
Jasper

-- 
Humppa is a serious thing!

Attachment: pgpEMCr4WIUOC.pgp
Description: PGP signature

Reply via email to