Commit graph

13 commits

Author SHA1 Message Date
adam
d7f7c792b2 Revision bump after updating perl to 5.14.1 2011-08-10 06:30:21 +00:00
wiz
d181a9e465 Reset maintainer. 2010-11-01 00:08:09 +00:00
seb
c3f1e700ad 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!
2010-08-21 16:32:42 +00:00
heinz
f63b157751 Added LICENSE information. 2010-01-21 17:41:06 +00:00
he
b021813da0 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-10-19 19:17:40 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
318eb78b23 Update to 1.4:
#------------------------------------------------------------------------
# Version 1.04   Date: 2007/09/28
#------------------------------------------------------------------------

* Added the has_instance() method to return an existing instance without
  creating a new one.

* General cleanup of code, documentation and tests.

* Changed licence from Perl Artistic to the same terms as Perl itself
  (e.g. Artistic 2.0/GPL)
2007-11-29 14:14:22 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
cube
246b50d21b Initial import of p5-Class-Singleton, version 1.03, into the NetBSD
Packages Collection.

A Singleton describes an object class that can have only one instance in any
system.  An example of a Singleton might be a print spooler or system registry.
This module implements a Singleton class from which other classes can be
derived.  By itself, the Class::Singleton module does very little other than
manage the instantiation of a single object.  In deriving a class from
Class::Singleton, your module will inherit the Singleton instantiation method
and can implement whatever specific functionality is required.
2005-01-26 14:43:14 +00:00