Commit graph

15 commits

Author SHA1 Message Date
adam
db34751c9c Changes 1.25:
* Updating to Module::Install::DSL 1.00
* Updating copyright year
2011-08-10 04:17:23 +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
sno
bf19257575 PkgSrc changes:
- Updating package for p5 module Class::Inspector to 1.24

Upstream changes:
1.24 Tue 21 Apr 2009
	- Updating Perl dependency to 5.006
	- Updating to Module::Install::DSL 0.83
	- Add the Class::Inspector::Functions interface.
2009-04-23 06:59:31 +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
he
3d45d3d696 Update to version 1.23. Changes:
1.23 Mon  2 Jun 2008
	- No functional changes
	- Updating to Module::Install 0.75
	- Correcting the location of the author tests
2008-06-21 14:32:25 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
198cbdaec4 Update to 1.22:
1.22 Sat 1 Mar 2008
	- 1.21_01 tested ok, moving to production version
	- No changes

1.21_01 Tue 12 Feb 2008
	- Adding experimental support for utf8 methods
	  (as per http://rt.cpan.org/Public/Bug/Display.html?id=28796)

1.20 Tue 12 Feb 2008
	- CPAN Testers results look good for 1.19_01,
	  converting to a production release.

1.19_01 Mon 11 Feb 2008
	- Bug fix to adapt to changes to File::Spec

1.18 Thu  8 Nov 2007
	- Incremental release, no functional changes
	- Updated to Module::Install 0.68
	  (This brings META.yml to the current version)
	- Updated versions of the automated tests that
	  were causing CPAN Testers failures.
2008-04-23 19:49:26 +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
seb
19c717aa69 Update to version 1.17
Changes since last packaged version (1.16):
1.17 Mon  6 Aug 2007
	- Classes with leading numbers after the first :: are permitted
	- Removing some old cruft from the tests
	- Updated to Module::Install 0.65
2007-08-15 20:58:52 +00:00
wiz
ad21174619 Update to 1.16:
1.16 Wed 10 May 2006
	- This release contains only build-time changes
	- AutoInstall is only needed for options, so remove auto_install

1.15 Sun  7 May 2006
	- This release contains only build-time changes
	- Upgrading to Module::Install 0.62

1.14 Sun  8 Apr 2006
	- This release contains only build-time changes
	- Moved from older CVS to newer SVN repository
	- Upgraded to Module::Install 0.61
2006-07-19 22:36:01 +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
d03e1bab9e Update to 1.13:
1.13 Wed Sep 28 2005
	- Fixed a minor POD bug in the synopsis

1.12 Fri Sep  9 2005
	- Added a fix for classes with insanely broken ->isa methods
	  that cause Perl to die.

1.11 Tue Sep  6 2005
	- It occured to me after I added ->find that what it _really_ is
	  is a way to find all the subclasses, but then include the class
	  itself in the returned list. This method makes much more sense
	  it I don't return the class itself, and rename it ->subclasses
	- Fixed broken Makefile.PL

1.10 Mon Sep  5 2005
	- Added the ->find method
	- Cleaned up and reorganised the POD
	- Made sure all return conditions are documented properly
	- Converted to Module::Install

1.09 skipped
2005-11-22 22:50:40 +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
8cc839cb9c Initial import of Class-Inspector-1.08.
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but
they aren't always very friendly, and usually involve a relatively
high level of Perl wizardry, or strange and unusual looking code.
Class::Inspector attempts to provide an easier, more friendly
interface to this information.
2005-06-24 18:50:58 +00:00