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.
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
- PERL5_PACKLIST has changed to standard format
2.13 Fri May 18 06:24:42 2012
- remove unused and invalid SIGNATURE file
- move content of BUGS to Changes
- Remove the INSTALL and configure files,
people should use the standard CPAN installation tools
- Add standard prerequisites to Makefile.PL
2.12 Wed May 16 12:47:16 2012
- use strict; use warnings; in examples
- remove bareword from POD (JBAKER)
- make lbrack and rbrack official.
2.11 Fri Feb 17 12:31:04 2012
- skip the signature verification
2.10 Wed Dec 21 11:18:26 2011
- remove Build.PL (keep the Makefile.PL only)
- Replace home-made testing tools with CPAN-ish tools
- Require Capture::Tiny for testing
- New co-maintainer: Gabor Szabo
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=...").
2.09 Sun Mar 13 9:17 PM GMT 2005
- Fix for incorrect formatting of 'D...' time done at end
2.08 Sat Mar 12 11:47 AM GMT 2005
- Add remove option
- Add patch to account for weird terminal sizing under Windoze
(thanks to Andrew Peters for the patch).
2.07 Sun Mar 6 1:31 PM GMT 2005
- Correct handling of non-term mode to output stats but no PB
- Print time taken to complete in ETA mode when Done
- Add use of 'name' to example in 'new' doc
- Add doc of use of minor characters to description
- Add doc. for name value to new
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.