Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 04/27/2001 20:49:44
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Apr 27 17:49:43 UTC 2001

Modified Files:
	pkgsrc/textproc/p5-XML-Parser: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/textproc/p5-XML-Parser/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/p5-XML-Parser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.