summaryrefslogtreecommitdiff
path: root/devel/p5-prefork
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Updating package for p5 module prefork from 1.03 to 1.04sno2-6/+7
pkgsrc changes: - Adding license (perl5 license) Upstream changes: 1.04 Sun 12 Jul 2009 - Upgrading to Module::Install::DSL 0.91 - Sometimes there is no Config_heavy.pl - Updating dependencies to rid myself of memory leaks
2009-04-23PkgSrc changes:sno2-7/+6
- Updating package for p5 module prefork to 1.03 Upstream changes: 1.03 Mon 21 Apr 2008 - Upgrading to Module::Install 0.83 - Preload all of Config.pm
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-06-12Add DESTDIR support.joerg1-1/+2
2008-04-23Update to 1.02:wiz2-6/+6
1.02 Fri 23 Nov 2007 - Upgrading to Module::Install 0.68
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-11-03Update p5-prefork to 1.01.obache2-8/+6
Patch provided by Martin Wilke via PR 34366. NOTE: No need to depend on p5-ExtUtils-AutoInstall>=0.59 now, so remove it. Changes: 1.01 Tue 25 Jul 2006 - Imported from CVS to svn repository
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-11-22Update to 1.00:wiz2-7/+6
1.00 Thu Sep 8 2005 - Has proven itself stable, promoting to 1.00 - Various small POD clean ups - Adding default notifier to auto-compile the CGI functions - Rebuilding with a newer (better) Module::Install
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
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-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-06-26Fix build: this needs p5-ExtUtils-AutoInstall to build.seb1-1/+3
2005-06-24Initial import of p5-prefork-0.04:wiz4-0/+32
The prefork pragma is intended to allow module writers to optimise module loading for both scenarios with as little additional code as possible. The prefork.pm is intended to serve as a central and optional marshalling point for state detection (are we running in procedural or pre-forking mode) and to act as a relatively light-weight module loader.