Commit graph

24 commits

Author SHA1 Message Date
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
sno
cbfdeba7cb Updating package for Perl5 module Module::Pluggable from CPAN in
devel/p5-Module-Pluggable from 4.8 to 5.1

Upstream changes:
2014-01-05 - 5.1
    Add in missing files left out of the MANIFEST due to stupidity (thanks to Petr Pisar)

2013-12-20 - 5.0
    Gain support for @INC hooks and hence for App::FatPacker (thanks to Diab Jerius)

2013-10-22 - 4.9
    Fix the fact that we can't handle single letter package names (thanks sbaynes)
2014-02-16 10:44:45 +00:00
sno
c5400a8295 Updating package for CPAN distribution Module-Pluggable in
devel/p5-Module-Pluggable from 4.3nb2 to 4.8

Upstream changes:
2013-05-27 - 4.8
    Fix some typos (David Steinbrunner)
    Fix error in testing when Text::BibTex is installed (thanks to Andreas Koenig)

2013-02-25 - 4.7
    Fix more hash ordering bugs in tests by forcing sort of returned plugins (Yves Orton)

2013-01-23 - 4.6
    Add warning about future removal from core

2012-11-05 - 4.5
    Fix docs
    Fix problem with PAUSE upload

2012-11-05 - 4.4
    Fix hash ordering bug in tests (Yves Orton)
    Fix install dir (Tatsuhiko Miyagawa)
2013-07-03 13:28:31 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
38021a1915 Updating package for CPAN module Module::Pluggable in
devel/p5-Module-Pluggable from 4.0 to 4.3.

pkgsrc changes:
- switch PERL5_MODULE_TYPE from ExtUtils::MakeMaker (default) to
  Module::Build

upstream changes:
2012-08-15 - 4.3
    * Fix calling the correct method when instantiating (Doh!)
    * Hopefully stop smoker failures

2012-08-14 - 4.2
    * Fix a problem with installation directory (Jerry D. Hedden)

2012-07-20 - 4.1
    * Allow triggers on events which gives a powerful way to modify
      behaviour (Tim Brody, Dan Dascalescu, Paul Evans, Jens Rehsack)
    * Put documentation in about behaviour under blib and test, allow
      searching outside blib under test (suggestion from Stephen Baynes)
    * Made following symlinks the default behaviour, added ability to
      turn that off (Aran Deltac)
    * Fix installation path (Matthias Dietrich, Todd Rinaldo)
    * Allow min_depth and max_depth (as per suggestion from Jens Rehsack)
    * Set our @INC up to include and prefer our search_dirs if necessary
      (as per suggestion from Ian Goodacre)
    * Switch to Module::Build
2012-09-10 10:57:16 +00:00
rhaen
836ca72568 Updated to 4.0
Changes:

no changelog provided by upstream
2012-04-01 20:24:44 +00:00
hiramatsu
b29de6d7c6 Add LICENSE. 2011-10-17 15:18:59 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +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
060a43c597 Update Module::Pluggable to 3.9. Changes since 3.8:
2009-03-02 - 3.9
    Allow inner packages when in a one file situation (suggestion from Christopher Brown)
    Fix bug with requiring skipped packages (from Jos Boumans)

Oked by he@
2009-03-21 23:18:22 +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
abs
8a87987989 Updated devel/p5-Module-Pluggable to 3.8
2008-03-16 - 3.8
    Set INSTALLDIRS correctly in Makefile.PL
    A couple of other fixups to play nicely in Core

2008-03-12 - 3.7
    Ignore editor cruft by default (Dave Rolsky and Matt Trout)
    Doc patches (Matt Trout)
    Prevent prototype mismatch warnings under Error.pm (Christopher H. Laco)
    Don't pick up the ::SUPER pseudo stash in 5.8 (Alex Vandiver)
    Make things work under VOS (Nicholas Clark and Paul Green)
    Fix warning under Devel::Cover (Brian Cassidy)
    Make tests run under Taint again
    Get rid of Build.PL
2008-05-28 21:50:24 +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
heinz
4be0e681b9 Updated to version 3.6.
Pkgsrc changes:
  - The package supports installation to DESTDIR.

Changes since version 3.4:
==========================
2007-04-07 - 3.6
    Include blead perl patch from Craig Berry that gives better
    Module::Pluggable::Object::search_paths portability as
    prompted by VMS test failures.

2007-01-29 - 3.5
    Patch from Audrey Tang to prevent clobbering of $@
2007-05-27 09:16:28 +00:00
obache
d903b75922 Update p5-Module-Pluggable to 3.4.
from Changes:
2006-11-27 - 3.4
    Make sure we don't fail taint checking when other
    Module::Pluggable::* modules are installed.

2006-11-24 - 3.3
    Few more patches from Jos Boumans to get read for CORE

2006-11-15 - 3.2
    Remove Class::Inspector dependency and inline code
    Prepare for assimilation into CORE

2006-07-11 - 3.1
    Force Test::More version to be latest which stops it trampling on $_
    Use Class::Inspector tests to check to see Package is loaded thus
    preventing incompatability problems introduced by last patch.
2006-12-08 14:58:15 +00:00
abs
054f9858d5 Update p5-Module-Pluggable from 2.8 to 3.01
2006-06-07 - 3.01
    Fix from Brian Cassidy in Devel::InnerPackage

2006-06-06 - 3.0
	Big refactor to split stuff up into more manageable pieces

2006-04-05 - 2.98
    Allow the ability to provide the file matching regex

2006-02-06 - 2.97
    Patch from Ricardo Signes to fix bug where File::Find
    is not topic-safe in 5.6.1

2005-09-01 - 2.96
    Patch from Alex Vandiver to sort an edge case where the package
    stash to contain "::"

2005-07-30 - 2.95
    Patch from Alex Vandiver to sort ::ISA::CACHE issues.
    More patches from Christopher H. Laco to sort out only and except
    and to fix calling search_path( add => ... ) before plugins()

2005-07-09 - 2.9 More Tainting fixes
    Patches from Christopher H. Laco and Joe McMahon  to do more taint fixing
    Suggestion from Christopher H. Laco to do a can check before instatiating
2006-08-10 12:53:32 +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
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
3d6baccce9 Initial import of p5-Module-Pluggable-2.8:
p5-Module-Pluggable provides a simple but, hopefully, extensible
way of having 'plugins' for your module. Obviously this isn't going
to be the be all and end all of solutions but it works for me.

Essentially all it does is export a method into your namespace that
looks through a search path for .pm files and turn those into class
names.

Optionally it instantiates those classes for you.
2005-04-18 16:36:15 +00:00