summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX
AgeCommit message (Collapse)AuthorFilesLines
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.