1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Update to 1.06

- Pass to perl@

With Hat:       perl@
Changes:        http:/search.cpan.org/dist/WWW-Mechanize-Pluggable/Changes
This commit is contained in:
Philip M. Gollucci 2010-06-10 05:20:30 +00:00
parent d53270e39b
commit 5ffe071c4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256297
4 changed files with 12 additions and 10 deletions

View File

@ -6,13 +6,12 @@
#
PORTNAME= WWW-Mechanize-Pluggable
PORTVERSION= 1.04
PORTREVISION= 1
PORTVERSION= 1.06
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Custmomize WWW::Mechanize via plugins
BUILD_DEPENDS= ${SITE_PERL}/HTML/Form.pm:${PORTSDIR}/www/p5-libwww \
@ -31,7 +30,8 @@ RUN_DEPENDS= ${SITE_PERL}/HTML/Form.pm:${PORTSDIR}/www/p5-libwww \
MAN3= WWW::Mechanize::Pluggable.3 \
WWW::Mechanize::Pluggable::Design.3 \
WWW::Mechanize::Plugin::Cookbook.3 \
WWW::Mechanize::Plugin::HelloWorld.3
WWW::Mechanize::Plugin::HelloWorld.3 \
Module::Pluggable.3
PERL_CONFIGURE= yes

View File

@ -1,3 +1,3 @@
MD5 (WWW-Mechanize-Pluggable-1.04.tar.gz) = a7fd3fd289c2bb185a0cf85adacee35c
SHA256 (WWW-Mechanize-Pluggable-1.04.tar.gz) = e3993b61569dfea84244ec2a5b030fa95d4c2f648804c19cffe7494493ce6be4
SIZE (WWW-Mechanize-Pluggable-1.04.tar.gz) = 45612
MD5 (WWW-Mechanize-Pluggable-1.06.tar.gz) = bd67f057dafedddafeacb3d277122675
SHA256 (WWW-Mechanize-Pluggable-1.06.tar.gz) = d092c597eed22eba2909abe88b0564dc4db44efb259399336ded77037003cf6a
SIZE (WWW-Mechanize-Pluggable-1.06.tar.gz) = 51441

View File

@ -3,9 +3,9 @@ adds support for plugins using Module::Pluggable; this means that any
module named WWW::Mechanize::Plugin::whatever... will be found and loaded
when WWW::Mechanize::Pluggable is loaded.
Big deal, you say. Well, it becomes a big deal in conjunction with
WWW::Mechanize::Pluggable's other feature: plugin hooks. When plugins are
loaded, their import() methods can call WWW::Mechanize::Pluggable's
Big deal, you say. Well, it becomes a big deal in conjunction
with WWW::Mechanize::Pluggable's other feature: plugin hooks. When plugins
are loaded, their import() methods can call WWW::Mechanize::Pluggable's
prehook and posthook methods. These methods add callbacks to the plugin
code in WWW::Mechanize::Pluggable's methods. These callbacks can act
before a method or after it, and have to option of short-circuiting the

View File

@ -2,7 +2,9 @@
%%SITE_PERL%%/WWW/Mechanize/Pluggable/Design.pm
%%SITE_PERL%%/WWW/Mechanize/Plugin/Cookbook.pm
%%SITE_PERL%%/WWW/Mechanize/Plugin/HelloWorld.pm
%%SITE_PERL%%/Module/Pluggable.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/Pluggable/.packlist
@dirrmtry %%SITE_PERL%%/Module
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/Pluggable
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW