notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-XML-SAX Simple API for XML
1.02 textproc on this many watch lists=72 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.02Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-11-20 17:07:54
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: expat, p5-XML-NamespaceSupport, freetype2, libiconv, png
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/XML-SAX
Description:
XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. It is designed around the need to be able to "plug in" different SAX parsers to an application without requiring programmer intervention. Those of you familiar with the DBI will be right at home. Some of the designs come from the Java JAXP specification (SAX part), only without the javaness.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (34 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-XML-SAX-1.02/catalog.mk
  2. /usr/local/share/licenses/p5-XML-SAX-1.02/LICENSE
  3. /usr/local/share/licenses/p5-XML-SAX-1.02/ART10
  4. /usr/local/share/licenses/p5-XML-SAX-1.02/GPLv1+
  5. lib/perl5/site_perl/XML/SAX.pm
  6. lib/perl5/site_perl/XML/SAX/DocumentLocator.pm
  7. lib/perl5/site_perl/XML/SAX/Intro.pod
  8. @comment lib/perl5/site_perl/XML/SAX/ParserDetails.ini
  9. lib/perl5/site_perl/XML/SAX/ParserFactory.pm
  10. lib/perl5/site_perl/XML/SAX/PurePerl.pm
  11. lib/perl5/site_perl/XML/SAX/PurePerl/DTDDecls.pm
  12. lib/perl5/site_perl/XML/SAX/PurePerl/DebugHandler.pm
  13. lib/perl5/site_perl/XML/SAX/PurePerl/DocType.pm
  14. lib/perl5/site_perl/XML/SAX/PurePerl/EncodingDetect.pm
  15. lib/perl5/site_perl/XML/SAX/PurePerl/Exception.pm
  16. lib/perl5/site_perl/XML/SAX/PurePerl/NoUnicodeExt.pm
  17. lib/perl5/site_perl/XML/SAX/PurePerl/Productions.pm
  18. lib/perl5/site_perl/XML/SAX/PurePerl/Reader.pm
  19. lib/perl5/site_perl/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm
  20. lib/perl5/site_perl/XML/SAX/PurePerl/Reader/Stream.pm
  21. lib/perl5/site_perl/XML/SAX/PurePerl/Reader/String.pm
  22. lib/perl5/site_perl/XML/SAX/PurePerl/Reader/URI.pm
  23. lib/perl5/site_perl/XML/SAX/PurePerl/Reader/UnicodeExt.pm
  24. lib/perl5/site_perl/XML/SAX/PurePerl/UnicodeExt.pm
  25. lib/perl5/site_perl/XML/SAX/PurePerl/XMLDecl.pm
  26. lib/perl5/site_perl/man/man3/XML::SAX.3.gz
  27. lib/perl5/site_perl/man/man3/XML::SAX::DocumentLocator.3.gz
  28. lib/perl5/site_perl/man/man3/XML::SAX::Intro.3.gz
  29. lib/perl5/site_perl/man/man3/XML::SAX::ParserFactory.3.gz
  30. lib/perl5/site_perl/man/man3/XML::SAX::PurePerl.3.gz
  31. lib/perl5/site_perl/man/man3/XML::SAX::PurePerl::Reader.3.gz
  32. @owner
  33. @group
  34. @mode
Collapse this list.
Dependency lines:
  • p5-XML-SAX>0:textproc/p5-XML-SAX
To install the port:
cd /usr/ports/textproc/p5-XML-SAX/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/p5-XML-SAX
  • pkg install p5-XML-SAX
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-XML-SAX
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1560604463 SHA256 (XML-SAX-1.02.tar.gz) = 4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a SIZE (XML-SAX-1.02.tar.gz) = 47318

Packages (timestamps in pop-ups are UTC):
p5-XML-SAX
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.021.021.021.021.02-1.02-
FreeBSD:13:quarterly1.021.021.021.021.021.021.021.02
FreeBSD:14:latest1.021.021.021.021.021.02-1.02
FreeBSD:14:quarterly1.021.02-1.021.021.021.021.02
FreeBSD:15:latest1.021.02n/a1.02n/a1.021.021.02
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-XML-NamespaceSupport>=0.03 : textproc/p5-XML-NamespaceSupport
  2. p5-XML-SAX-Base>=1.05 : textproc/p5-XML-SAX-Base
  3. perl5>=5.32.r0<5.33 : lang/perl5.32
  4. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-XML-NamespaceSupport>=0.03 : textproc/p5-XML-NamespaceSupport
  2. p5-XML-SAX-Base>=1.05 : textproc/p5-XML-SAX-Base
  3. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. biology/p5-Bio-Cluster
  2. biology/p5-BioPerl
  3. databases/p5-DBIWrapper
  4. devel/p5-IOC
  5. math/polymake
  6. net/p5-OAI-Harvester
  7. net-im/p5-DJabberd
Expand this list (44 items / 37 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. print/p5-XML-Handler-AxPoint
  3. security/p5-Nmap-Scanner
  4. textproc/docbook2X
  5. textproc/p5-MARC-Charset
  6. textproc/p5-MARC-XML
  7. textproc/p5-RDF-Notation3
  8. textproc/p5-RDF-Simple
  9. textproc/p5-RDF-Trine
  10. textproc/p5-SVG-Parser
  11. textproc/p5-XML-Atom-Stream
  12. textproc/p5-XML-DOM2
  13. textproc/p5-XML-Directory
  14. textproc/p5-XML-Elemental
  15. textproc/p5-XML-Filter-BufferText
  16. textproc/p5-XML-Filter-GenericChunk
  17. textproc/p5-XML-Filter-SAX1toSAX2
  18. textproc/p5-XML-Filter-XInclude
  19. textproc/p5-XML-Filter-XSLT
  20. textproc/p5-XML-GDOME
  21. textproc/p5-XML-Generator-DBI
  22. textproc/p5-XML-LibXML
  23. textproc/p5-XML-LibXML-SAX-ChunkParser
  24. textproc/p5-XML-SAX-Expat
  25. textproc/p5-XML-SAX-ExpatXS
  26. textproc/p5-XML-SAX-Machines
  27. textproc/p5-XML-SAX-Simple
  28. textproc/p5-XML-SAXDriver-CSV
  29. textproc/p5-XML-SAXDriver-Excel
  30. textproc/p5-XML-STX
  31. textproc/p5-XML-Schematron
  32. textproc/p5-XML-Simple
  33. textproc/p5-XML-Toolkit
  34. textproc/p5-XML-Validator-Schema
  35. www/p5-HTTP-OAI
  36. Collapse this list.

Deleted ports which required this port:

Expand this list of 3 deleted ports
  1. biology/p5-bioperl*
  2. print/axpoint*
  3. textproc/p5-XML-SAXDriver-Sablotron*
  4. Collapse this list of deleted ports.
for Run
  1. biology/p5-Bio-Cluster
  2. biology/p5-BioPerl
  3. databases/p5-DBIWrapper
  4. devel/p5-IOC
  5. math/polymake
  6. net/p5-OAI-Harvester
  7. net/vmware-vsphere-cli
Expand this list (46 items / 39 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. net-im/p5-DJabberd
  3. print/p5-XML-Handler-AxPoint
  4. security/p5-Nmap-Scanner
  5. textproc/docbook2X
  6. textproc/p5-MARC-Charset
  7. textproc/p5-MARC-XML
  8. textproc/p5-RDF-Notation3
  9. textproc/p5-RDF-Simple
  10. textproc/p5-RDF-Trine
  11. textproc/p5-SVG-Parser
  12. textproc/p5-XML-Atom-Stream
  13. textproc/p5-XML-DOM2
  14. textproc/p5-XML-Directory
  15. textproc/p5-XML-Elemental
  16. textproc/p5-XML-Filter-BufferText
  17. textproc/p5-XML-Filter-GenericChunk
  18. textproc/p5-XML-Filter-SAX1toSAX2
  19. textproc/p5-XML-Filter-XInclude
  20. textproc/p5-XML-Filter-XSLT
  21. textproc/p5-XML-GDOME
  22. textproc/p5-XML-Generator-DBI
  23. textproc/p5-XML-LibXML
  24. textproc/p5-XML-LibXML-SAX-ChunkParser
  25. textproc/p5-XML-SAX-Expat
  26. textproc/p5-XML-SAX-ExpatXS
  27. textproc/p5-XML-SAX-Machines
  28. textproc/p5-XML-SAX-Simple
  29. textproc/p5-XML-SAXDriver-CSV
  30. textproc/p5-XML-SAXDriver-Excel
  31. textproc/p5-XML-STX
  32. textproc/p5-XML-Schematron
  33. textproc/p5-XML-Simple
  34. textproc/p5-XML-Toolkit
  35. textproc/p5-XML-Validator-Schema
  36. www/p5-HTTP-OAI
  37. Collapse this list.

Deleted ports which required this port:

Expand this list of 4 deleted ports
  1. biology/p5-bioperl*
  2. print/axpoint*
  3. sysutils/ispman*
  4. textproc/p5-XML-SAXDriver-Sablotron*
  5. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
textproc_p5-XML-SAX
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/XML/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/XML/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/XML/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/XML/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/XML/
  7. http://backpan.perl.org/modules/by-module/XML/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/XML/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/XML/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/XML/
  12. https://www.cpan.org/modules/by-module/XML/
Collapse this list.

Number of commits found: 42

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.02
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.02
20 Jul 2022 14:23:14
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
textproc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.02
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.02
15 Jun 2019 19:21:08
Revision:504253Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.02

- Sort PLIST
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/XML-SAX
1.00
30 Mar 2019 20:45:42
Revision:497358Original commit files touched by this commit
sunpoet search for other commits by this committer
Cosmetic change
1.00
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
1.00
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
1.00
27 Feb 2018 07:15:54
Revision:463111Original commit files touched by this commit
pi search for other commits by this committer
textproc/p5-XML-SAX: fix checksum mismatch for ParserDetails.ini

- The file %%SITE_PERL%%/XML/SAX/ParserDetails.ini
  is updated by ports that depending textproc/p5-XML-SAX.
- For example, textproc/p5-XML-SAX-Expat, textproc/p5-XML-Simple
  and textproc/p5-XML-LibXML append something to the .ini file.
- This causes checksum mismatch when executing
  `pkg check -s textproc/p5-XML-SAX`

The fix provides a pkg-install program to handle the file in post-install.

PR:		197011
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
Reviewed by:	John Hein, mat, Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
1.00
15 Feb 2018 12:46:09
Revision:461894Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.00

- Add NO_ARCH
- Remove outdated post-configure:

Changes:	http://search.cpan.org/dist/XML-SAX/Changes
0.99_2
15 Sep 2017 08:58:50
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
0.99_2
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
0.99_2
11 Jan 2015 13:27:07
Revision:376744Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE
0.99_2
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.99_1
08 Nov 2013 17:11:58
Revision:333249Original commit files touched by this commit
vanilla search for other commits by this committer
1: remove WRITE_INI_OK config from p5-XML-SAX, force to write ini now.
2: fix install/deinstall problem of p5-XML-SAX-ExpatXS, will cause md5 checksum
error of p5-XML-SAX.

PR:		ports/183781
Submitted by:	Ryan Frederick <ryanrfrederick@gmail.com>
0.99
07 Nov 2013 03:52:42
Revision:333056Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
0.99
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
0.99
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
0.99
24 Jul 2012 16:44:06
Original commit files touched by this commit
jgh search for other commits by this committer
- shorten description to prevent line wrapping
0.99
31 May 2012 11:19:32
Original commit files touched by this commit
bapt search for other commits by this committer
Convert to new options framework
0.99
27 May 2012 19:46:54
Original commit files touched by this commit
crees search for other commits by this committer
Fix interactivity when ParserDetails exists.

It is now an OPTION (on by default, and recommended) to alter ParserDetails.ini
so unattended builds are no longer held up.

Requested by:   wblock
0.99
08 May 2012 07:59:09
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.99

Changes:        http://search.cpan.org/dist/XML-SAX/Changes
PR:             ports/166794
Submitted by:   sunpoet (myself)
0.96
07 May 2012 15:42:51
Original commit files touched by this commit
skv search for other commits by this committer
Pass maintainership of almost of my "p5-*" ports to "perl@".

(I hope updating of them will be improved).
0.96
03 Jul 2011 14:40:25
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.96
22 Jul 2009 16:27:08
Original commit files touched by this commit
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
0.96
11 Aug 2008 10:10:55
Original commit files touched by this commit
skv search for other commits by this committer
Update to 0.96

Changes:        http://search.cpan.org/src/GRANTM/XML-SAX-0.96/Changes
0.16
17 Apr 2008 14:30:31
Original commit files touched by this commit
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
0.16
27 Jun 2007 11:14:59
Original commit files touched by this commit
skv search for other commits by this committer
Update to 0.16

Changes:        http://search.cpan.org/src/GRANTM/XML-SAX-0.16/Changes
0.15
11 Feb 2007 16:58:17
Original commit files touched by this commit
skv search for other commits by this committer
Update to 0.15

Changes:        http://search.cpan.org/src/GRANTM/XML-SAX-0.15/Changes
0.14
25 Jun 2006 16:38:48
Original commit files touched by this commit
clsung search for other commits by this committer
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
  portmgr (erwin) first.

PR:             ports/98755
Submitted by:   rafan
Approved by:    portmgr (erwin)
0.14
25 Apr 2006 14:11:32
Original commit files touched by this commit
skv search for other commits by this committer
Update to 0.14

Changes:        http://search.cpan.org/src/MSERGEANT/XML-SAX-0.14/Changes
0.13
24 Jan 2006 03:10:24
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
0.13
22 Jan 2006 02:55:05
Original commit files touched by this commit
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
0.13
25 Oct 2005 15:25:26
Original commit files touched by this commit
skv search for other commits by this committer
Update to 0.13

Changes:        http://search.cpan.org/src/MSERGEANT/XML-SAX-0.13/Changes
0.12
12 Aug 2004 12:48:01
Original commit files touched by this commit
mat search for other commits by this committer
After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all
these ports were broken because they always depended on it. I've rearranged all
the dependencies to fit the new scheme.
0.12
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.12
27 Feb 2003 09:29:13
Original commit files touched by this commit
skv search for other commits by this committer
Updated to 0.12
0.11
04 Sep 2002 08:59:34
Original commit files touched by this commit
skv search for other commits by this committer
Updated to 0.11
0.10
08 Apr 2002 16:09:23
Original commit files touched by this commit
skv search for other commits by this committer
Updated to 0.10, solved broken .pod issue, added post-install script
to register XML::SAX::PurePerl.

Approved by:    markm
28 Jan 2002 12:10:37
commit hash: fp1.24054@dev.null.freshports.orgcommit hash: fp1.24054@dev.null.freshports.orgcommit hash: fp1.24054@dev.null.freshports.orgcommit hash: fp1.24054@dev.null.freshports.org files touched by this commit
skv search for other commits by this committer
Updated to 1.05    
13 Dec 2001 11:13:23
commit hash: fp1.21960@dev.null.freshports.orgcommit hash: fp1.21960@dev.null.freshports.orgcommit hash: fp1.21960@dev.null.freshports.orgcommit hash: fp1.21960@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.03    
20 Nov 2001 20:07:54
commit hash: fp1.20955@dev.null.freshports.orgcommit hash: fp1.20955@dev.null.freshports.orgcommit hash: fp1.20955@dev.null.freshports.orgcommit hash: fp1.20955@dev.null.freshports.org files touched by this commit
tobez search for other commits by this committer
Add p5-XML-SAX 0.02, simple API for XML.    

Number of commits found: 42