Commit graph

17 commits

Author SHA1 Message Date
sno
14f7cda278 Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
2009-04-24 17:15:21 +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
hiramatsu
6060b64024 Update p5-Class-Autouse to 1.29.
Changes from 1.27:

1.29 Mon 12 Nov 2007
        - No functional changes
        - Upgrading to Module::Install 0.68
        - Updating to newer author tests
        - Removing the use of base.pm

1.28 Tue 17 Jul 2007
        - No functional changes
        - Upgrading to Module::Install 0.65
        - Updating List::Util dependency to 1.19.
          (Fixes memory leak AND resolving the Win32 problem listed below)
2007-11-16 03:11:25 +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
wiz
ee2dce1096 Update to 1.27:
1.27 Mon  4 Sep 2006
	- Upgrading to Module::Install 0.64
2007-02-18 02:06:39 +00:00
wiz
0af8458861 Update to 1.26:
1.26 Wed Apr 12 2006
	- Debugging change in 1.25 regressed an undocumented 5.6-related
	  bug first fixed in 1.20. Make sure $DEBUG is always defined
	  (Michael Schwern)
	- Re-introduced the List::Util 1.18 dependency, but stay at 1.17
	  if on a Win32 (and cygwin, just in case) platform.
	- Module::Install updated to pre-release of 0.62

1.25 Fri Apr  7 2006
	- Expands the can hook to also hook isa (Michael Schwern)
	- Minor change to debugging (Michael Schwern)
	- Optimised out the warnings.pm hook change (Michael Schwern)
	- Module::Install updated to 0.61
2006-07-19 22:35:28 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wiz
c73ad93615 Update to 1.24:
1.24 Fri Jan 13 2006
	- No functional changes. No need to upgrade.
	- Updated copyright notice to 2006.
	- Added t/05_base.t to try and chase down base.pm bug
	  (Failed to find it, but left test so CPAN Tests can validate my
	  assumptions on what should happen and that it happens for them)
	- Added base.pm as a dep (although unversioned dep) to make sure
	  it is installed on older perls.
	- Module::Install updated to 0.52
	- Decrement List::Util dep to 1.17 as 1.18 fails to build on some
	  platforms.
2006-01-22 00:44:00 +00:00
wiz
39d0c9fded Update to 1.23:
1.23 Thu Dec 29 2005
	- In moving from CVS to SVN I forgot to bring ::Parent with it.
	  (The tests passed spuriously because it found the old version.)
	- Upgraded Module::Install and shrunk Makefile.PL again to reflect
	  the new features in it.
	- Upgraded List::Util dependency to 1.18 because of memory leaks
	  and problems with non XS versions of functions we use.

1.22 Wed Dec 21 2005
	- Apparently generating spurious warnings on Perl 5.8.1
	  on Mac OS X when using SVK. Tentatively applying solution.
	- No change in functionality on any platform.
	- No need to upgrade unless you are seeing lots of warnings.
	- Rolled back the File::Spec dependency from 0.82 to 0.80
	  to avoid needless upgrades in some 5.005 and 5.006 situations.
	- Moved from older CVS repository to newer SVN repository
	- Updated Makefile.PL to Module::Install 0.45
2006-01-03 17:34:41 +00:00
wiz
8f81826c4d Update to 1.21:
1.21 Wed Sep 28 2005
	- Documenting ->autouse(@classes)
	- Tidying up the POD a little to refer to features
	  in an order much more relevant to the reader.

1.20 Tue Aug 18 2005
	- Catch and rethrow all error when autoloading during a ->can.
	- Debugging can now only be done at compile time, and thus is
	  optimised out. The :debug flag is removed and instead you need
	  to preset $Class::Autouse::DEBUG.
	  Given that this was only for my benefit in the first place, it's
	  not appropriate to slow down everything else because of it.

1.18 Tue Jul 26 2005
	- Added :nostat module to disable the initial stat checks
	  of modules.
2005-11-22 23:16:07 +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
wiz
b2ec44f9f4 Update to 1.17:
1.17 Tue Mar  8 2005
        - Added include('ExtUtils::AutoInstall') by request, to make
          life easier when installing svk, although I have NFI why :/
2005-06-24 19:42:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
epg
edc92d702b Whoops, forgot to regenerate distinfo to add RMD160 checksum. 2005-03-03 04:23:13 +00:00
epg
a52bc3960b Import p5-Class-Autouse-1.16.
Class::Autouse allows you to specify a class that will only load
when a method of that class is called.  For large classes that
might not be used during the running of a program, such as Date::Manip,
this can save you large amounts of memory, and decrease the script
load time.
2005-03-03 04:21:33 +00:00