summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Adapter
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-08-09Changes 1.08:adam2-8/+7
* Upgrading to Module::Install 1.00 * Fixed 56492: [PATCH] Fix spelling error
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. 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=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-04-24Update p5-Class-Adapter from version 1.06 to version 1.07.seb2-6/+6
Upstream changes: 1.07 Mon 12 Apr 2010 - Upgrading to Module::Install 0.95 - I accidentally deleted Class::Adapter from the CPAN. erk!
2009-12-04Update p5-Class-Adapter from version 1.05 to version 1.06.seb2-6/+6
Upstream changes: 1.06 Mon 23 Nov 2009 - Upgrading to Module::Install 0.91 - Allow class methods to be passed through
2008-10-30Updated from version 1.04nb1 to 1.05.he2-7/+6
Upstream changes: 1.05 Wed 10 Sep 2008 - Upgrading to Module::Install 0.77 - Refactoring the DESTROY method to be more paranoidly correct - Updating the test scripts to newer style - Removing File::Spec dependency - Adding support for wrapping around packages that aren't in their own module file.
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-07-17- updated to 1.04rhaen2-8/+6
ChangeLog: 1.04 Wed 14 Nov 2007 - No functional changes - Upgrading to Module::Install 0.68
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-08-14Initial import of p5-Class-Adapter version 1.03 into The NetBSDseb4-0/+32
Packages Collection. The Perl 5 module Class::Adapter is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. An Adapter in this Perl sense of the term is when a class is created to achieve by composition (objects containing other object) something that can't be achieved by inheritance (sub-classing).