Commit graph

12 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
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +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
he
4085e6e20c Update p5-DNS-ZoneParse from version 0.82 to 0.95.
Change HOMEPAGE to non-author-specific URL on search.cpan.org.

Change log:

0.95 - Sun Oct 24 2004
      - suppress $TTL directive in output() if the zone has no TTL defined
      - fix bug #7845 - zonefile and origin lost during parse.

0.94 - Thu Sep 2 2004
      - allow PTR records without an address (carries over from previous
        record). This doesn't seem to be forbidden by the standards (bug #7546)

0.93 - Wed Sep 1 2004
      - s/it's/its/ (RT bug #7533, Debian bug #268524)

0.92 - Sat Aug 21 2004
      - Fix reported bugs #3806, #4283, #7363, #7392 with thanks to
        Martin (mv <at> pdv-systeme <dot> de)

0.91 - Sun Aug 03 2003
      - fix bug #3028 - parsing AAAA records

0.90 - Sun May 11 2003
      - fix bug #2541 - PTR parse/output error

0.89 - Sat May 3 2003
      - small fix for perl 5.005

0.88 - Wed Apr 27 2003
      -  fix bug #2440 - parsing ambiguous records improved

0.87 - Wed Mar 26 2003
      - Bug fixes thanks to Alex Woods
      - fix bug #2290 - parsing MX records without name
      - fix bug #2291 - populate 'name' fields with parent name if undef

0.86 - Tue Mar 25 2003
      - bug fix in 0.85 introduced new bug. FIXED with test. (Thanks Alex Woods)
      - use opportunity to update API and BUGS sections in POD

0.85 - Mon Mar 24 2003
      - fix filehandle typo in lib/DNS/ZoneParse.pm
      - update tests to test object ctor for filename
      - fix parsing for RRs without CLASS

0.84 - Sun Mar 2 2003
      - improved test suite
      - tidy codebase
      - turn class inside out (http://perlmonks.org/index.pl?node_id=219131)
      - rename Dump(), newSerial(), PrintZone() methods
      - dump() now returns a copy of the data
      - TXT record parsing improved

0.83 - Sat Jan 18 2003
      - Add patches from anonymous and Kan Sasaki:
          + parse $TTL
          + shorten serial number
          + parse MX records without a name
          + printZone() tweak
      - update documentation
      - move module from <dist>/  to <dist>/lib/DNS
2004-12-05 17:40:28 +00:00
snj
f0768bb694 Convert to buildlink3. 2004-04-27 06:05:57 +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
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
seb
7d0ac13852 Trivially use buildlink2. 2002-12-02 22:30:13 +00:00
cjep
a287a5e8ae Initial import of DNS::ZoneParse 0.82 into the NetBSD packages collection
as net/p5-DNS-ZoneParse.

This perl5 module is for parsing and manipulating DNS zone files. It can be
used to pull all the resource records into an anonymous hash structure.
2002-10-15 15:36:46 +00:00