summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Container
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24* Teach devel/p5-Module-Build to write .packlists just like MakeMaker.pmjlam1-5/+4
does. This allows us to use dynamic PLISTs for Perl modules that are built using Module::Build. Bump the PKGREVISION of p5-Module-Build to 1. * Drop the use of PERL5_USES_MODULE_BUILD and introduce a new variable PERL5_MODULE_TYPE that is either "MakeMaker" or "Module::Build" that names the framework used to build/install the module. * Split out the variables set in perl5/buildlink3.mk that are also used by perl5/module.mk into a new file perl5/vars.mk. Move some PERL5_* variable definitions from pkgsrc/mk/bsd.pkg.use.mk into perl5/vars.mk. This just centralizes the common PERL5_* definitions into a single file location. * Convert the known packages that use Module::Build to set PERL5_MODULE_TYPE and PERL5_PACKLIST: devel/p5-Class-Container devel/p5-Exception-Class devel/p5-Log-Dispatch devel/p5-Array-Compare textproc/p5-Pod-Coverage www/p5-Apache-Session-Wrapper www/p5-MasonX-Request-WithApacheSession
2005-02-23Update to 0.12:wiz1-3/+4
0.12 Sun Jan 23 21:02:35 CST 2005 - Fixed a bug in the container() method, which was only returning valid results for delayed objects, not auto-created ones. [Spotted by Sebastian Willert]
2005-02-23Update to 0.12:wiz1-4/+5
0.12 Sun Jan 23 21:02:35 CST 2005 - Fixed a bug in the container() method, which was only returning valid results for delayed objects, not auto-created ones. [Spotted by Sebastian Willert]
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-12-05Update p5-Class-Container from version 0.10 to 0.11.he2-6/+6
Point HOMEPAGE to an author-independent CPAN link. Change log: 0.11 Wed Mar 3 21:34:51 CST 2004 - Fixed a bug in the code that detects whether Scalar::Util is loadable. [Spotted by Michael Alan Dorman]
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2003-10-11Scalar::Util is recommended by Class::Container, and required bykim1-1/+2
HTML::Mason so require it here to avoid possible inconsistancies in building Class::Container.
2003-08-30Import p5-Class-Container version 0.10.he4-0/+44
This class facilitates building frameworks of several classes that inter-operate. It was first designed and built for "HTML::Mason", in which the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several other objects must create each other transparently, passing the appropriate parameters to the right class, possibly substituting other subclasses for any of these objects.