summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-27 17:49:43 +0000
committerwiz <wiz@pkgsrc.org>2001-04-27 17:49:43 +0000
commit3e3f919615726846b00b69f85fbe4d1092d15d03 (patch)
tree1d5e9af5ce3030f4fca75bca27296cddbad5331a /textproc
parent37bca17726788e8aa0809d3baf99da397cb9e1b3 (diff)
downloadpkgsrc-3e3f919615726846b00b69f85fbe4d1092d15d03.tar.gz
Update to 2.30, supplied by Nathan Ahlstrom in pkg/12629.
Changes: - Get rid of ContentStash global. Not that big a deal looking it up everytime and gets rid of a potential threading problem. - Switch to shareable library version of expat from sourceforge (i.e. no longer include expat source and require that libexpat be installed) - Bob Tribit <btribit@traffic.com> demonstrated a fix for problems in compiling under perl 5.6.0 with 5.005 threading. - Matt Sergeant <matt@sergeant.org> discovered a typo ('IO::Handler' instead of 'IO::Handle') in Expat.pm that caused IO::Handle objects to be treated as strings instead of handles. - Matt Sergeant also provided a patch to allow tied handles to work properly in calls to parse. - Eric Bohlman <ebohlman@netcom.com> reported a failure when incremental parsing and external parsing were used together. Need to give explicit package when calling Do_External_Parse from externalEntityRef otherwise fails when called through ExpatNB.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-Parser/Makefile9
-rw-r--r--textproc/p5-XML-Parser/distinfo6
2 files changed, 9 insertions, 6 deletions
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile
index 93f5881ab64..4bf9ddd39b4 100644
--- a/textproc/p5-XML-Parser/Makefile
+++ b/textproc/p5-XML-Parser/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2001/02/28 13:20:46 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/04/27 17:49:43 wiz Exp $
#
-DISTNAME= XML-Parser-2.29
-PKGNAME= p5-${DISTNAME}
+DISTNAME= XML-Parser.2.30
+PKGNAME= p5-${DISTNAME:S/./-/1}
+WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/1}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
@@ -10,6 +11,8 @@ MAINTAINER= bad@netbsd.org
HOMEPAGE= http://wwwx.netheaven.com/~coopercc/xmlparser/intro.html
COMMENT= Perl extension interface to James Clark's XML parser, expat
+DEPENDS+= expat-*:../../textproc/expat
+
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Parser/.packlist
diff --git a/textproc/p5-XML-Parser/distinfo b/textproc/p5-XML-Parser/distinfo
index 4e0dcc3a3ad..16d80c034b9 100644
--- a/textproc/p5-XML-Parser/distinfo
+++ b/textproc/p5-XML-Parser/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 15:05:04 skrll Exp $
+$NetBSD: distinfo,v 1.3 2001/04/27 17:49:43 wiz Exp $
-SHA1 (XML-Parser-2.29.tar.gz) = ca6bcdd9baea6ce51444cfe93ac1226372f9da67
-Size (XML-Parser-2.29.tar.gz) = 295423 bytes
+SHA1 (XML-Parser.2.30.tar.gz) = 1626c959e40446b5c71ce9d4477bc862b6c4ea07
+Size (XML-Parser.2.30.tar.gz) = 254911 bytes