Commit graph

13 commits

Author SHA1 Message Date
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
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-12-20 11:30:55 +00:00
minskim
dfd4150582 Add HOMEPAGE. 2004-02-22 07:14:14 +00:00
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
mjl
ead3f7d749 Update p5-XML-SAX to 0.12
- 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
2003-03-03 11:30:58 +00:00
seb
a90f36c5fc buildlink1 -> buildlink2
Use perl5/module.mk
2002-09-26 10:12:16 +00:00
martti
ee58d21bf4 Updated p5-XML-SAX to 0.09 (provided by Shell Hung in pkg/15557)
- 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-03-15 12:47:16 +00:00
mjl
5107ce8c17 Initial import of p5-XML-SAX-0.07
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.
2002-01-30 22:16:50 +00:00