On Sat, 11 Mar 2006 00:22:41 +0100 steven mestdagh <[EMAIL PROTECTED]> wrote:
> Jasper Lievisse Adriaanse [2006-03-08, 19:15:29]:
> > 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
>
> please add appropriate dependencies
Here it is:
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/11 13:51:38
@@ -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
@@ -16,8 +16,11 @@
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
-RUN_DEPENDS= ::textproc/p5-XML-Parser
+RUN_DEPENDS= ::devel/p5-Class-Accessor \
+ ::textproc/p5-XML-Parser \
+ ::textproc/p5-XML-SAX
BUILD_DEPENDS= ${RUN_DEPENDS}
+REGRESS_DEPENDS= ::textproc/p5-XML-Parser
CONFIGURE_STYLE=perl
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/11 13:51:38
@@ -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/11 13:51:38
@@ -1,11 +1,12 @@
@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/Elemental/SAXHandler.pm
+${P5SITE}/XML/Elemental/Util.pm
${P5SITE}/XML/Parser/
${P5SITE}/XML/Parser/Style/
${P5SITE}/XML/Parser/Style/Elemental.pm
@@ -14,4 +15,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
>
> ===> Configuring for p5-XML-Elemental-2.0
> Checking if your kit is complete...
> Looks good
> Warning: prerequisite Class::Accessor 0 not found.
> Warning: prerequisite XML::SAX 0 not found.
>
> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
>
--
Humppa is a serious thing!
pgp5jXYMicfUI.pgp
Description: PGP signature
