summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-20update to XML-Parser 2.34recht2-6/+5
ok'd by bad@ changes: (none given for 2.34..) 2.33 - Fixed Tree style (grantm) - Fixed some non-utf8 stuff in DTDs (patch in XML::DOM tarball) 2.32 - Memory leak fix (Juerd Waalboer). - Added windows-1252 encoding - Styles moved to separate .pm files to make loading faster and ease maintainence - Don't load IO::Handle unless we really need to
2004-03-31Find the expat libraries and headers if they come from /usr/X11R6.jlam1-2/+4
2004-01-05bl3ifyjlam1-3/+5
2003-10-11bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS.grant1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-10-09buildlink1 -> buildlink2.wiz1-7/+4
2002-08-20Update to 2.31:wiz2-7/+6
- Ilya Zakharevich <ilya@math.ohio-state.edu> and Dave Mitchell <davem@fdgroup.com> both provided patches to fix problems module had with 5.8.0 - Dave Mitchell also made some UTF-8 related fixes to the test suite.
2002-08-20Comment out HOMEPAGE, since it disappeared.wiz1-2/+2
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-16Fix previous problem (libexpat looked for in libpth dir, and of coursehubertf3-5/+18
not found if pth is not installed) differently: look in $Config{prefix}/lib first. Patch mailed to the perl folks (perl-xml@lyris.activestate.com)
2001-10-16Makefile.PL looks for libpth when it really wants to look for libexpat.hubertf1-2/+4
Seems that's not set in %Config either, though (esp. when you don't have pth installed 8-). Fix path to expat by passing EXPATLIBPATH and EXPATINCPATH to the Makefile.PL.
2001-10-03Use expat/buildlink.mk and remove some unnecessary variable settings.jlam1-5/+3
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-06-10Add EXPATLIBPATH=${LOCALBASE}/lib to find expat on a.out (don't know whywiz1-2/+3
it's needed, but it seems to help, and doesn't hurt). pkg/12947 by John Klos
2001-04-27Update to 2.30, supplied by Nathan Ahlstrom in pkg/12629.wiz2-6/+9
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.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28Update to 2.29, per pkg/11599 by Damon Brodie.wiz2-4/+4
ChangeLog not available.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam5-42/+6
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-05-18Initial import of p5-XML-Parser, a Perl interface to James Clark'sbad7-0/+62
XML parser, expat.