7edb FreshPorts -- www/p5-WWW-Mechanize-Pluggable
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-WWW-Mechanize-Pluggable 1.12 www on this many watch lists=0 search for ports that depend on this port
Custmomize WWW::Mechanize via plugins
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Jun 2006 05:17:39
Also Listed In: perl5
License: not specified in port


This module provides all of the same functionality of WWW::Mechanize, but 
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 
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 
call to the WWW::Mechanize::Pluggable method altogether.

These methods receive whatever parameters the WWW::Mechanize::Pluggable 
methods received, plus a reference to the actvive Mech object.

All other extensions to WWW::Mechanize::Pluggable are handled by the 
plugins.

Author: Joe McMahon
WWW: http://search.cpan.org/dist/WWW-Mechanize-Pluggable/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Data-Dump-Streamer
  2. www/p5-HTML-Form
  3. www/p5-HTML-Parser
  4. www/p5-HTTP-Cookies
  5. www/p5-HTTP-Daemon
  6. www/p5-HTTP-Message
  7. net/p5-URI
  8. www/p5-WWW-Mechanize
  9. www/p5-libwww
  10. lang/perl5.12
Required To Run:
  1. devel/p5-Data-Dump-Streamer
  2. www/p5-HTML-Form
  3. www/p5-HTML-Parser
  4. www/p5-HTTP-Cookies
  5. www/p5-HTTP-Daemon
  6. www/p5-HTTP-Message
  7. net/p5-URI
  8. www/p5-WWW-Mechanize
  9. www/p5-libwww
  10. lang/perl5.12
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/p5-WWW-Mechanize-Pluggable/ && make install clean
To add the package: pkg_add -r p5-WWW-Mechanize-Pluggable


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/WWW/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/WWW/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/WWW/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/WWW/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/WWW/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/WWW/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/WWW/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/WWW/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/WWW/
  11. http://at.cpan.org/modules/by-module/WWW/
  12. http://backpan.perl.org/modules/by-module/WWW/
  13. http://cpan.nctu.edu.tw/modules/by-module/WWW/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/WWW/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/WWW/
  16. http://www.cpan.dk/modules/by-module/WWW/
  17. http://www.cpan.dk/modules/by-module/WWW/

Number of commits found: 18

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
17 Dec 2012 10:22:02
Original commit files touched by this commit  1.12
az search for other commits by this committer
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
13 Mar 2012 16:15:36
Original commit files touched by this commit  1.12
pgollucci search for other commits by this committer
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
08 Mar 2012 18:45:38
Original commit files touched by this commit  1.12
pgollucci search for other commits by this committer
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
30 Dec 2011 18:13:13
Original commit files touched by this commit  1.12
swills search for other commits by this committer
- Add BUILD_DEPENDS to silence build warnings and enable testing
28 Dec 2011 08:20:20
Original commit files touched by this commit  1.12
ehaupt search for other commits by this committer
End WWW CPAN URL with a "/"
24 Oct 2011 09:11:38
Original commit files touched by this commit  1.12
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
21 Jul 2011 14:34:39
Original commit files touched by this commit  1.12
sunpoet search for other commits by this committer
- Update to 1.12

Changes:               
http://search.cpan.org/dist/WWW-Mechanize-Pluggable/Changes
13 Jul 2011 01:37:49
Original commit files touched by this commit  1.10
sunpoet search for other commits by this committer
- Update to 1.10

Changes:               
http://search.cpan.org/dist/WWW-Mechanize-Pluggable/Changes
24 Mar 2011 03:10:29
Original commit files touched by this commit  1.08
wen search for other commits by this committer
- Update to 1.08
ChangeLog:
http://cpansearch.perl.org/src/MCMAHON/WWW-Mechanize-Pluggable-1.08/Changes
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.06
miwi search for other commits by this committer
- Get Rid MD5 support
10 Jun 2010 05:20:31
Original commit files touched by this commit  1.06
pgollucci search for other commits by this committer
- Update to 1.06
- Pass to perl@

With Hat:       perl@
Changes:        http:/search.cpan.org/dist/WWW-Mechanize-Pluggable/Changes
25 Jan 2010 14:00:25
Original commit files touched by this commit  1.04_1
kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 5).

Approved by:    portmgr (itetcu)
29 Apr 2008 11:32:28
Original commit files touched by this commit  1.04
miwi search for other commits by this committer
- Update to 1.04
- Pass maintainership to perl@
29 Apr 2008 05:27:10
Original commit files touched by this commit  1.01
linimon search for other commits by this committer
Reset aaron's port maintainerships due to many maintainer-timeouts.
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.01
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
08 Sep 2007 01:11:48
Original commit files touched by this commit  1.01
  Sanity Test Failure
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
31 Jul 2006 21:45:53
Original commit files touched by this commit  1.01
aaron search for other commits by this committer
- Update to v1.01
05 Jun 2006 05:15:36
Original commit files touched by this commit  1.00
aaron search for other commits by this committer
Adding port www/p5-WWW-Mechanize-Pluggable, Custmomize WWW::Mechanize via
plugins.

Approved by:    tobez (implicit)

Number of commits found: 18

287f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days31
new fortnight62
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0