Port details |
- p5-WWW-Mechanize-Plugin-phpBB Screen scraper for phpBB installations
- 0.02_2 www
=0 0.02_2Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2006-06-05 05:34:33
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: not specified in port
- Description:
- WWW::Mechanize::Plugin::phpBB is a screen scraper for phpBB driven forum
sites. It can log into the phpBB web interface, pull forum and topics
names and perform administrative tasks like deleting posts.
FUNCTIONALITY IS CURRENTLY LIMITED, READ ON WHAT'S AVAILABLE SO FAR.
WWW::Mechanize::Plugin::phpBB is implemented as a plugin to
WWW::Mechanize, using Joe McMahon's WWW::Mechanize::Pluggable framework.
WWW: https://metacpan.org/release/WWW-Mechanize-Plugin-phpBB
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-WWW-Mechanize-Plugin-phpBB>0:www/p5-WWW-Mechanize-Plugin-phpBB
- To install the port:
- cd /usr/ports/www/p5-WWW-Mechanize-Plugin-phpBB/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-WWW-Mechanize-Plugin-phpBB
- pkg install p5-WWW-Mechanize-Plugin-phpBB
- PKGNAME: p5-WWW-Mechanize-Plugin-phpBB
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (WWW-Mechanize-Plugin-phpBB-0.02.tar.gz) = c066d308cddb4efc6a475e79e6713dda3b6a26e9caee041726c6a21f080b2f68
SIZE (WWW-Mechanize-Plugin-phpBB-0.02.tar.gz) = 5609
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-WWW-Mechanize>=0 : www/p5-WWW-Mechanize
- p5-WWW-Mechanize-Pluggable>=0.10 : www/p5-WWW-Mechanize-Pluggable
- p5-HTML-Tree>=0 : www/p5-HTML-Tree
- p5-Log-Log4perl>=1.0 : devel/p5-Log-Log4perl
- p5-Class-Accessor>=0.19 : devel/p5-Class-Accessor
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-WWW-Mechanize>=0 : www/p5-WWW-Mechanize
- p5-WWW-Mechanize-Pluggable>=0.10 : www/p5-WWW-Mechanize-Pluggable
- p5-HTML-Tree>=0 : www/p5-HTML-Tree
- p5-Log-Log4perl>=1.0 : devel/p5-Log-Log4perl
- p5-Class-Accessor>=0.19 : devel/p5-Class-Accessor
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_p5-WWW-Mechanize-Plugin-phpBB
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.02_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.02_2
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.02_2
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
19 May 2016 10:53:06
0.02_2
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Apr 2016 14:33:58
0.02_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.02_2
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
07 Nov 2013 16:38:14
0.02_1
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 23:36:54
0.02_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
02 Aug 2013 18:52:11
0.02_1
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
21 Jan 2012 17:40:15
0.02_1
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
06 Nov 2011 23:45:43
0.02_1
|
dougb  |
Standardize WWW: tags a bit more:
1. Remove white space from the beginning of lines
2. Make the canonical WWW the last line of the file
3. Remove lines to the effect of, "More information can be found at..."
that's the stated purpose of the WWW: tags in the first place.
4. Change secondary WWW: lines to use other text to avoid confusion
While I'm here, remove some more useless Author: lines, and some
prepended white space to other lines.
Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
24 Oct 2011 09:11:38
0.02_1
|
dougb  |
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 |
19 Mar 2011 12:38:54
0.02_1
|
miwi  |
- Get Rid MD5 support |
25 Jan 2010 14:00:25
0.02_1
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 5).
Approved by: portmgr (itetcu) |
07 Oct 2009 08:50:34
0.02
|
tobez  |
Update to 0.02. Change maintainer from ports@ to perl@.
Changes: http://search.cpan.org/dist/WWW-Mechanize-Plugin-phpBB/Changes |
29 Apr 2008 05:27:10
0.01
|
linimon  |
Reset aaron's port maintainerships due to many maintainer-timeouts. |
17 Apr 2008 14:30:31
0.01
|
araujo  |
- 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
0.01 
|
linimon  |
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 |
05 Jun 2006 05:32:16
0.01
|
aaron  |
Adding port www/p5-WWW-Mechanize-Plugin-phpBB, Screen scraper for phpBB
installations.
Approved by: tobez (implicit) |