aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-mixin
Commit message (Collapse)AuthorAgeFilesLines
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-09-081-1/+1
| | | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat Notes: svn path=/head/; revision=281438
* - Cleaning MD5 in perl@'s ports.Philippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274220
* Update to 0.07.Anton Berezin2010-01-253-7/+5
| | | | | | | Changes: http://search.cpan.org/dist/mixin/Changes Notes: svn path=/head/; revision=248546
* Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239641
* Hunt for typos in devel/p5-*.Jimmy Olgeni2008-05-231-1/+1
| | | | Notes: svn path=/head/; revision=213563
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Update to 0.06Mathieu Arnold2007-04-192-4/+4
| | | | Notes: svn path=/head/; revision=190372
* Update to 0.05Mathieu Arnold2007-03-262-4/+4
| | | | Notes: svn path=/head/; revision=188426
* Be hipe and add SHA256Mathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148240
* Add SIZE fieldMathieu Arnold2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99406
* Update my ports to use my @FreeBSD.org addressMathieu Arnold2003-08-161-1/+1
| | | | | | | Approved by: demon (mentor) Notes: svn path=/head/; revision=87033
* New port devel/p5-mixinKirill Ponomarev2003-07-224-0/+36
Mixin inheritance is an alternative to the usual multiple-inheritance and solves the problem of knowing which parent will be called. It also solves a number of tricky problems like diamond inheritence. The idea is to solve the same sets of problems which MI solves without the problems of MI. PR: 54746 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: fjoe (mentor) Notes: svn path=/head/; revision=85366