a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
pkgsrc changes:
- add license
Upstream changes:
2.08 20 Sep 2010
- Changed test script to use Test::More, renamed it to test.t and moved
it into the t/ folder. (Fixes [cpan #61369].)
- Moved the perl module into the lib/ folder.
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!
- Minor correction to POD from Daniel Leidert <daniel.leidert@wgdd.de>.
2.06 20 Jan 2009
- Fixed make_encmap to avoid spurious output when there is an error with
the input file. (Fixes [cpan #41854].)
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=...").
ChangeLog:
2.05 11 Sep 2008
- Changed the shebang line in the two scripts to be less specific. Thanks
to Daniel Leidert <daniel.leidert@wgdd.de> for the suggestion.
2.04 06 Sep 2008
- Incorporated a patch from Daniel Leidert <daniel.leidert@wgdd.de> which
updates the maps iso-8859-2.xml to iso-8859-9.xml and adds the maps
iso-8859-1.xml, iso-8859-10.xml, iso-8859-11.xml, iso-8859-13.xml to
iso-8859-16.xml and windows-1251.xml.
- Updated the map windows-1250.xml and added the maps windows-1252.xml to
windows-1258.xml using data from ftp://ftp.unicode.org/Public/MAPPINGS.
ChangeLog:
2.05 11 Sep 2008
- Changed the shebang line in the two scripts to be less specific. Thanks
to Daniel Leidert <daniel.leidert@wgdd.de> for the suggestion.
- changed location of distfile to a more generic form
- changed location of homepage to a generic form
Changelog:
2.03 08 Jul 2008
- Improved POD formatting of compile_encoding and make_encmap manual pages,
courtesy of a patch from Daniel Leidert <daniel.leidert@wgdd.de>.
2.02 29 Jun 2008
- Added manual pages supplied by Daniel Leidert <daniel.leidert@wgdd.de>
for compile_encoding and make_encmap.
- added DESTDIR support
- maintainer change to rhaen@NetBSD.org
ChangeLog:
2.01 24 Jul 2007
- Fixed crash at end of test script when using perl-5.6.x. (The crash
was actually due to a bug in perl that is fixed as of perl-5.8.0 at
least, so the test script is simply modified to not tickle that bug.)
- Clarified the copyright notices. Only the *changes* in version 2.x are
my copyright.
2.00 18 Jul 2007
- Fixed bin/compile_encoding to run with perl-5.9.x by using restricted
hashes instead of pseudo-hashes (which have been removed from
perl-5.9.x)
- Fixed accidental variable interpolation in Encoding.pm
- Fixed case of $ExtUtils::MakeMaker::VERSION in Makefile.PL so that
ABSTRACT_FROM and AUTHOR get set when intended
- Added LICENSE to Makefile.PL
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.
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.