Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2014-12-16 k <andk@cpan.org>
* release 2.14
* no change to 2.14-TRIAL
2014-12-08 k <andk@cpan.org>
* release 2.14-TRIAL
* support for fileno() on directory handles (perl commit v5.21.6-337-g67f2cc7)
2014-07-26 k <andk@cpan.org>
* release 2.13-TRIAL
* support for telldir (Brian Fraser)
2014-06-20 k <andk@cpan.org>
* release 2.12
* test rewrite: v5.21.0-424-ge35475d stopped supporting
defined(@$ref) which was used in t/symdump.t (thanks to Aaron
Crane for spotting)
2013-10-30 k <andk@cpan.org>
* release 2.11
* v5.19.5-71-gd456e3f stopped producing the %@ hash at startup
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2013-03-27 k <k@k83.linux.bogus>
* release 2.10
* no change to 2.10-TRIAL
2013-03-24 k <k@k83.linux.bogus>
* release 2.10-TRIAL
* release 2.09-TRIAL
* address RT#84139: fix test to work with upcoming perl 5.18
(Thanks to ZEFRAM)
* fixed the autogen.t test again, this time for perl 5.8.9
2012-05-20 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* release 2.08_53
* apply doc patch by Nick Stokoe from ticket #77102
* declare dependency on Compress::Zlib
2009-03-01 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* release 2.08_51
* added a test by Jason M. Mills to chase down the bug he reports
in https://rt.cpan.org/Ticket/Display.html?id=43675
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.
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!
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=...").
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2007-10-11 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* release 2.08
* skip the recurse test on 5.005
Changes since last packaged version (2.0604):
2007-01-05 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* release 2.07
* rewrite symdump.t using Test::More
* adjust test suite to accept main::- also introduced for named
captures
ndreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.0604
* adjust test suite to accept main::+ introduced by named captures
2006-09-20 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* relase 2.0603
* add LICENSE field to Makefile.PL to also have it in the META.yml
2006-07-19 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.0602
* adjust test suite to accept new variable in bleadperl, the hash
$main::^H
2006-05-03 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.0601
* add copyright and license
Changelog doesn't have entry for 2.06.
2006-01-02 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.05
* fix the testcase for recursion so that it compiles and works
also after patch 26370 to perl after which stashes are not
autovivified anymore.
2005-12-25 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.04
* Export.pm now strict clean
* Makefile.PL up to date
* added ChangeLog.svn
* added tests for recursion, pod, podcover
* Fixed rt.cpan.org #8766--recursion
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.
changes since 2.01:
2002-03-01 Andreas J. Koenig <andreas.koenig@anima.de>
* lib/Devel/Symdump.pm: perl 5.6.1 introduced a package name of
"<none>" to work around a bug if somebody uses the deprecated
C<package> without an argument. I believe we need to ignore that
symbol completely so that at least we follow the lead of the B::
extensions. Thanks to Sreeji K Das /sreeji_k at yahoo.com/ for the
report.
2000-10-31 Andreas J. Koenig <andreas.koenig@anima.de>
* Typo fix: hashs --> hashes. Thanks to Sebastien Blondeel
<Sebastien.Blondeel@idealx.com> for the report.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)