diff options
author | sno <sno@pkgsrc.org> | 2012-07-06 12:37:33 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-07-06 12:37:33 +0000 |
commit | 514a707b6243f55224c658e9802830b7ef1e6511 (patch) | |
tree | accf1839bd4f75400c193196d7c6dd3221f6e190 /textproc | |
parent | 871aef47393bd6a7a430d0fc6efa65d5abdd8e9d (diff) | |
download | pkgsrc-514a707b6243f55224c658e9802830b7ef1e6511.tar.gz |
Updating package for Perl 5 module XML::SAX in textproc/p5-XML-SAX
from 0.96nb6 to 0.99.
pkgsrc changes:
- importing new package for extracted XML::SAX::Base module
Upstream changes (not noted by Author!):
- extracted XML::SAX::Base and XML::SAX::Exception module
- improved/fixed CDSect parsing
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 11 | ||||
-rw-r--r-- | textproc/p5-XML-SAX/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 47c5b1bbe6a..3bf0cb48851 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -1,26 +1,25 @@ -# $NetBSD: Makefile,v 1.33 2012/02/02 09:46:01 hans Exp $ +# $NetBSD: Makefile,v 1.34 2012/07/06 12:37:33 sno Exp $ -DISTNAME= XML-SAX-0.96 +DISTNAME= XML-SAX-0.99 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-SAX/ COMMENT= Perl interface to the SAX2 XML Parser +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -CONFLICTS+= p5-XML-SAX-Base-[0-9]* +CONFLICTS+= p5-XML-SAX-Base<1.07 DEPENDS+= p5-XML-NamespaceSupport>=0.03:../../textproc/p5-XML-NamespaceSupport +DEPENDS+= p5-XML-SAX-Base>=1.08:../../textproc/p5-XML-SAX-Base # included in perl>=5.6.1 #DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp -SUPERSEDES= p5-XML-SAX-Base-[0-9]* - MAKE_ENV= SKIP_SAX_INSTALL=yes EGSUBDIR= share/examples/p5-XML-SAX CONF_FILES= ${EGSUBDIR}/ParserDetails.ini \ diff --git a/textproc/p5-XML-SAX/distinfo b/textproc/p5-XML-SAX/distinfo index 7b2392093a8..3cd8b1a1f00 100644 --- a/textproc/p5-XML-SAX/distinfo +++ b/textproc/p5-XML-SAX/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2009/08/16 18:21:04 bouyer Exp $ +$NetBSD: distinfo,v 1.10 2012/07/06 12:37:33 sno Exp $ -SHA1 (XML-SAX-0.96.tar.gz) = ae050fcd129d247855bf480c1e44cdc2db823e9e -RMD160 (XML-SAX-0.96.tar.gz) = 9b230c84fdad560d99e8fc616e6c58921bb1e2f4 -Size (XML-SAX-0.96.tar.gz) = 62775 bytes +SHA1 (XML-SAX-0.99.tar.gz) = 9685c417627d75ae18ab0be3b1562608ee093d5c +RMD160 (XML-SAX-0.99.tar.gz) = 2e787c5e66da37b99da239df541a3bf5b1c1be4f +Size (XML-SAX-0.99.tar.gz) = 46703 bytes SHA1 (patch-aa) = d474262178b0a36da51ed0cdfd56e75272f25d71 SHA1 (patch-ab) = a1850ba4918732f58da4fb53b2cf07104182b96b |