Next | Query returned 26 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2012-09-11 10:06:02 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package for CPAN module Class::Base in devel/p5-Class-Base from
0.04 to 0.05.

upstream changes:
Version 0.05 2012/05/16
	* Silencing a warning by chromatic RT 75286
	* Linking to source repository
   2012-03-22 14:48:41 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package for Perl5 module Class::Base from CPAN in devel/p5-Class-Base
from 0.03nb3 to 0.04.

pkgsrc changes:
- don't use per author download location, use module namespace one's

Upstream changes:
#------------------------------------------------------------------------
# Version 0.04 2012/02/06
#------------------------------------------------------------------------
* Test script is using Test::More instead the home-made ok() and is().
* Recommend using Badger::Base instead.
* Gabor Szabo co-maintainer.
   2011-08-09 12:00:16 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Revision bump after updating perl to 5.14.1
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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!
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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-14 11:19:15 by David Brownlee | Files touched by this commit (3) | Imported package
Log message:
Added devel/p5-Class-Base version 0.03

This module implements a simple base class from which other modules
can be derived, thereby inheriting a number of useful methods such
as new(), init(), params(), clone(), error() and debug().

For a number of years, I found myself re-writing this module for
practically every Perl project of any significant size. Or rather,
I would copy the module from the last project and perform a global
search and replace to change the names. Each time it got a little
more polished and eventually, I decided to Do The Right Thing and
release it as a module in it's own right.

It doesn't pretend to be an all-encompassing solution for every
kind of object creation problem you might encounter. In fact, it
only supports blessed hash references that are created using the
popular, but by no means universal convention of calling new() with
a list or reference to a hash array of named parameters. Constructor
failure is indicated by returning undef and setting the $ERROR
package variable in the module's class to contain a relevant message
(which you can also fetch by calling error() as a class method).


Next | Query returned 26 messages, browsing 21 to 30 | previous