summaryrefslogtreecommitdiff
path: root/devel/p5-Object-Realize-Later
AgeCommit message (Collapse)AuthorFilesLines
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-04-24Modify dependencies to perl-modules which are deployed with the perl-core,sno1-2/+2
mainly Scalar::Util and List::Util
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-09-10Update from version 0.15nb2 to 0.18, discussed in general terms with maintainer.he2-8/+8
Pkgsrc changes: o Adjust dependencies o Adjust maintainer e-mail address Upstream changes: version 0.18: Fri Jun 8 16:12:16 CEST 2007 - add Test::Pod to pre-requisits. version 0.17: Fri Jun 8 16:09:52 CEST 2007 - added t/pod.t - use oodist to generate documentation version 0.16: Sun Mar 25 17:10:24 CEST 2007 - generate pod with OODoc 0.99 - removed need for version, mkdist, mkdoc - removed README.oodoc
2008-06-12Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+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-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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.
2004-02-17Import p5-Object-Realize-Later from pkgsrc-wip. Packaged by Adrianminskim4-0/+28
Portelli and slightly modified by me. This module helps you implementing delay loading of object-data. While creating a stub-object, Object::Realize::Later simulates you got the real data.