summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX
AgeCommit message (Collapse)AuthorFilesLines
2010-02-17bah, revert the whole thing. Someone with perl5 packlist clue shouldtnn1-2/+2
have a look.
2010-02-17back out local test targettnn1-5/+1
2010-02-17Nuke the .orig files in post-extract rather than pre-configure.tnn1-1/+5
The latter was ineffective for some reason.
2010-02-16Fixing '.orig' relics being installed after patching (fixes PLIST, bumping ↵sno1-2/+5
Revision)
2009-08-16Add patch derived frombouyer3-3/+45
http://rt.cpan.org/Public/Bug/Display.html?id=43174 Fix an issue where "]]>" close tag could be skipped if split in 2 bufffers when reading. PKGREVISION++
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-1/+3
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2009-03-08The package textproc/p5-XML-SAX-Base is at version 1.02, on CPANseb1-2/+4
the module XML::SAX:Base is at version 1.04 since 2002, no newer release is available. Since about the same time the Perl 5 module XML::SAX includes the XML::SAX::Base module, the CHANGES file says: 0.11 03 Sep 2002 Matt Sergeant - Base: Merged in XML::SAX::Base 1.04 (including memory leak fixes) Hence the packages textproc/p5-XML-SAX-Base and textproc/p5-XML-SAX are conflicting. To resolve this situation and as discussed with he@: - Remove the package textproc/p5-XML-SAX-Base. - Make textproc/p5-XML-SAX conflicting with the now defunct textproc/p5-XML-SAX-Base. Bump PKGREVISION of textproc/p5-XML-SAX to 2. - Adjust accordingly the dependencies of textproc/p5-XML-SAX-Writer: make it depend on textproc/p5-XML-SAX. Bump PKGREVISION of textproc/p5-XML-SAX-Writer to 1.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-06Update from version 0.16nb2 to 0.96. Changes:he2-7/+6
0.96 06 Aug 2008 Grant McLean - Fix breakage of Unicode regexes on 5.6 (introduced in 0.95 release) 0.95 05 Aug 2008 Grant McLean - XML::SAX::PurePerl fixes: - RT#37147: Fix handling of numeric character entities in attribute values (report from Jools Smyth) - RT#19442: Fix for numeric character entities spanning end of buffer (report from Eivind Eklund) - RT#29316: Performance fix for parsing from large strings (patch from Gordon Lack) - RT#26588: Fix for UTF8 bytes in first 4096 bytes of document not being decoded to Perl-UTF8-characters (patch from Niko Tyni of the Debian project) - RT#37545: incorrect operator precedence breaks single quotes around DTD entity declarations (report from Kevin Ryde) - RT#28477: Fix test in ParserFactory.pm for parser module loaded (report from Douglas Wilson) - RT#28564: Fix XML::SAX::PurePerl versioning (report from Chapman Flack)
2007-09-18Improve handling of dynamically changed parser registry file. Instead ofheinz2-8/+10
including ParserDetails.ini statically in PLIST we put it in an example directory (can you call an empty file an example? :-) and let CONF_FILES take care of copying it to the correct place. This way "pkg_admin check" will not report an incorrect checksum.
2007-09-15Readd ParserDetails.ini, lost in last, noted by joerg. Bump revision.wiz2-2/+5
2007-09-15Update to 0.16:wiz3-8/+8
0.16 27 Jun 2007 Grant McLean - Applied patch for PI handling from RT#19173
2007-06-13- The package supports installation to DESTDIR. The only issue was theheinz5-23/+65
creation of the parser registry (ParserDetails.ini) at installation time which does not work if using DESTDIR. Instead of breaking abstraction barriers (use of _USE_DESTDIR) to make this work, this task was moved to INSTALL/DEINSTALL scripts where it really belongs, which incidentally also solves the problem described above. - In order to move the creation of the parser registry to the pkgsrc scripts, Makefile.PL was changed (through patch-aa) to respect the variable SKIP_SAX_INSTALL (inspired by XML::LibXML). - File::Temp is a part of Perl since 5.6.1 so we do not need an explicit DEPENDS line for this.
2007-02-27Update to 0.15:wiz3-28/+23
0.15 08 Feb 2007 Grant McLean - Fixed handling of entities in attribute values - Cleaned up some benign warnings 0.14 23 Apr 2006 Matt Sergeant - Fixed CDATA section parsing (Uwe Voelker) - Fix Makefile.PL for VMS - Support calling set_handler() mid-parse - Fix for when random modules overload UNIVERSAL::AUTOLOAD() - Fix case when ParserDetails.ini isn't being updated but we are doing an upgrade. 0.13 24 Oct 2005 Matt Sergeant - Complete re-write of XML::SAX::PurePerl for performance - Support Encoding & XMLVersion in DocumentLocator interface - A few conformance tweaks to match perl SAX 2.1.
2006-11-05DESTDIR support. p5-XML-SAX wants to use one of its modules duringjoerg1-1/+11
installation, which makes the PERL5LIB dance necessary.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-20Add missing file to PLIST. Bump PKGREVISION.wiz2-5/+4
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
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-1/+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-02-22Add HOMEPAGE.minskim1-1/+2
2004-01-05bl3ifyjlam1-2/+5
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-03Update p5-XML-SAX to 0.12mjl3-8/+8
- Made sure SAX.ini works as documented - Fixed when you specify Module (version) - Base: Merged in XML::SAX::Base 1.04 (including memory leak fixes) - ParserFactory: Made it do what the docs say when you specify a module version number. - SAX: Fixed XML::SAX::Intro typo. - ParserFactory: Fixed (and test) broken version in parser pkg - PurePerl: Fixed PubidChar missing '-' - ParserFactory: Allow version in parser package
2002-09-26buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-03-15Updated p5-XML-SAX to 0.09 (provided by Shell Hung in pkg/15557)martti3-6/+7
- PurePerl: Performance enhancements - PurePerl: Line End handling implemented. - PurePerl: Attribute Value Normalization implemented. - PurePerl: Fixed element copying for end_element - Fixes for perl 5.7.2
2002-01-30Initial import of p5-XML-SAX-0.07mjl5-0/+52
XML::SAX is a SAX parser access API for Perl. It includes classes and APIs required for implementing SAX drivers, along with a factory class for returning any SAX parser installed on the user's system. Older version (0.6) provided by Shell Hung in PR/15087.