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
This commit is contained in:
parent
4915d5024d
commit
07a248e319
2 changed files with 9 additions and 10 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue