2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-08-04 11:53:30 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-DNS-ZoneParse from version 0.99 to version 1.00.
Upstream changes:
1.00 - Fri Jul 02 2010
- (je) Improve parsing performance significantly.
- (je) Improve parsing of quoted data and data with escape sequences.
- (je) Add error message to unparsable line callback.
- (je) Catch more errors with invalid data sections (invalid escapes,
bad quoting).
- (je) Add support for $GENERATE directives.
- (je) Add support for $ORIGIN directives.
- (je) Add method to help construct FQDNs from record names.
- (je) Support reversed CLASS/TTL entries in zonefiles.
- (je) Increase the number of unit tests (still incomplete).
|
2009-11-10 14:34:13 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-DNS-ZoneParse from version 0.96 to version 0.99.
Upstream changes:
0.99 - Tue Oct 20 2009
- (je) Support for callback to catch unparsable lines.
- (je) Keep a counter of unparsable lines after parsing.
- (je) Support new record types (SRV, TXT, RP, HINFO, LOC).
- (je) Automatic un/escaping of special characters.
- (je) Reformat regular expressions for clarity.
- (je) Update file open syntax.
- (je) Require Perl 5.6+.
- (je) Support for Unicode names (bug 27527).
- (je) Support TXT records containing a semicolon (bug 50165).
- (je) Support backslashes in zone data (bug 12679).
- (je) Support SRV records (bug 24402).
- (je) Support names ending in what looks like a record type (bug 39006).
- (je) Increase unit test coverage.
- (je) Improve parsing for lines containing comments.
- (je) Improve parsing for multi-line records.
0.98 - Skipped
0.97 - Skipped
|
2009-01-11 13:38:51 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 0.95nb3 to 0.96.
Upstream changes:
0.96 - Fri Nov 14 2008
- (ms) Obtained co-maintainership to apply overdue patches
- (ms) Applied SRV patch by Andrew Fresh:
http://rt.cpan.org/Public/Bug/Display.html?id=24402
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
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-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578) |
Log message:
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.
|