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