Commit graph

13 commits

Author SHA1 Message Date
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +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
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +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
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
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
wiz
1d4465fa1c Update to 1.26, set LICENSE.
1.26  Fri Jun 25 18:35:15 BST 2010
    - Document the 'debug' parameter
    - Croak if the user does not supply the 'types' parameter
    - Fix problems with SYNOPSIS and show example plugin usage
    - Don't warn inside plugin_del
    - Don't complain about invalid eat constants when debug mode is off
    - Add irc_plugin_error event

    ( All the above by Hinrik ).
2010-09-06 11:54:34 +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
seb
bc8783053d Update p5-POE-Component-Pluggable from version 1.18 to version 1.24.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
1.24  Tue Aug 18 09:17:59 BST 2009
    - Applied patch from Jonathan Steinert to fix RT #48788

1.22  Thu Jul 23 14:12:05 BST 2009
    - Added constant 1.17 as a prereq. Versions prior to 1.03
      did not support the use constant { }; construct.

1.20  Wed Apr 29 09:27:08 BST 2009
    - Removed the crufty checks in Makefile.PL for 'weaken' support and
      required Task::Weaken instead.
    - Fixed some warnings when plugin return undef.
2009-11-21 10:51:18 +00:00
sno
63b4776e4e PkgSrc changes:
- updating package to POE::Component::Pluggable module version 1.18

Upstream changes:
1.18  Sat Apr 11 10:05:02 BST 2009
    - Tidied up all the code. Removed hard tabs and made code more readable
      some places. (Hinrik)
    - Complain when plugin register/unregister subroutines don't return a
      true value (Hinrik)

1.16  Wed Mar  4 23:07:47 GMT 2009
    - Remove extraneous newline from some debug messages (Hinrik)
    - Give a helpful warning when a plugin handler does not return
      a valid EAT constant (Hinrik)

1.14  Mon Jan 26 12:25:26 GMT 2009
    - We were not processing '_default' in $self. Fixed.
2009-04-12 10:04:40 +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
db297c766b Import p5-POE-Component-Pluggable version 1.10.
POE::Component::Pluggable is a base class for creating plugin enabled
POE Components. It is a generic port of POE::Component::IRC's plugin
system.

If your component dispatches events to registered POE sessions, then
POE::Component::Pluggable may be a good fit for you.
2008-09-10 18:53:49 +00:00