diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-10 05:20:30 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-10 05:20:30 +0000 |
commit | 5ffe071c4aa0aa7b9ab985ca055f93dadbeb935f (patch) | |
tree | c056715dda243f00c1ee5350ae7a77c3e996d948 /www/p5-WWW-Mechanize-Pluggable | |
parent | d53270e39b667ed72d644a3add0bad9a1765d46c (diff) | |
download | ports-5ffe071c4aa0aa7b9ab985ca055f93dadbeb935f.tar.gz ports-5ffe071c4aa0aa7b9ab985ca055f93dadbeb935f.zip |
Notes
Diffstat (limited to 'www/p5-WWW-Mechanize-Pluggable')
-rw-r--r-- | www/p5-WWW-Mechanize-Pluggable/Makefile | 8 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Pluggable/distinfo | 6 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Pluggable/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Pluggable/pkg-plist | 2 |
4 files changed, 12 insertions, 10 deletions
diff --git a/www/p5-WWW-Mechanize-Pluggable/Makefile b/www/p5-WWW-Mechanize-Pluggable/Makefile index b6c27fecec63..9082e09a97b7 100644 --- a/www/p5-WWW-Mechanize-Pluggable/Makefile +++ b/www/p5-WWW-Mechanize-Pluggable/Makefile @@ -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 diff --git a/www/p5-WWW-Mechanize-Pluggable/distinfo b/www/p5-WWW-Mechanize-Pluggable/distinfo index 774ffd889436..635ea3c5c6d8 100644 --- a/www/p5-WWW-Mechanize-Pluggable/distinfo +++ b/www/p5-WWW-Mechanize-Pluggable/distinfo @@ -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 diff --git a/www/p5-WWW-Mechanize-Pluggable/pkg-descr b/www/p5-WWW-Mechanize-Pluggable/pkg-descr index 84420281c072..9e259f33c16a 100644 --- a/www/p5-WWW-Mechanize-Pluggable/pkg-descr +++ b/www/p5-WWW-Mechanize-Pluggable/pkg-descr @@ -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 diff --git a/www/p5-WWW-Mechanize-Pluggable/pkg-plist b/www/p5-WWW-Mechanize-Pluggable/pkg-plist index f62d1ab32a08..c0f1b7ba728d 100644 --- a/www/p5-WWW-Mechanize-Pluggable/pkg-plist +++ b/www/p5-WWW-Mechanize-Pluggable/pkg-plist @@ -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 |