aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CatalystX-Component-Traits
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326003
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281882
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - /mach/ -> /%%PERL_ARCH%%/Philip M. Gollucci2010-09-241-4/+4
| | | | | | | With Hat: perl@ Notes: svn path=/head/; revision=261741
* - Update to 0.16Philip M. Gollucci2010-08-312-4/+4
| | | | | | | | | PR: ports/150122 Submitted by: Bill Brinzer <bill.brinzer@gmail.com> Changes: http://search.cpan.org/dist/CatalystX-Component-Traits/Changes Notes: svn path=/head/; revision=260241
* - update to 0.14Yen-Ming Lee2009-11-092-17/+9
| | | | | | | | | PR: 140382 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=244025
* Adds a Catalyst::Component "COMPONENT" method to your Catalyst component baseMartin Wilke2009-07-284-0/+51
class. This method reads the optional traits parameter from app and component config and instantiates the component subclass with those traits using "new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable. WWW: http://search.cpan.org/dist/CatalystX-Component-Traits/ PR: ports/137142 Submitted by: Bill Brinzer <bill.brinzer at gmail.com> Notes: svn path=/head/; revision=238537