summaryrefslogtreecommitdiff
path: root/devel/p5-Package-Generator
AgeCommit message (Collapse)AuthorFilesLines
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
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!
2009-07-18pkgsrc changes:sno2-8/+9
- Updating package for p5 module Package::Generator from 0.102nb1 to 0.103 - Adding perl5 license as license - Setting Module::Install as module type Upstream changes: 0.103 2009-07-09 add perl5 v8 requirement; never worked 100% under 5.6 anyway
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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-08-01Initial import of p5-Package-Generator version 0.102 in the NetBSDseb3-0/+30
Packages Collection. The Perl 5 module Package::Generator lets you quickly and easily construct new packages. It gives them unused names and sets up their package data, if provided. Also included in this package is the Perl 5 module Package::Reaper. This module allows you to create simple objects which, when destroyed, delete a given package. This lets you approximate lexically scoped packages