Adding port www/p5-WWW-Mechanize-Plugin-phpBB, Screen scraper for phpBB installations.
Approved by: tobez (implicit)
This commit is contained in:
parent
ea6b9222cb
commit
90f9becd9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164383
5 changed files with 58 additions and 0 deletions
|
@ -729,6 +729,7 @@
|
|||
SUBDIR += p5-WWW-Mechanize
|
||||
SUBDIR += p5-WWW-Mechanize-FormFiller
|
||||
SUBDIR += p5-WWW-Mechanize-Pluggable
|
||||
SUBDIR += p5-WWW-Mechanize-Plugin-phpBB
|
||||
SUBDIR += p5-WWW-Mechanize-Shell
|
||||
SUBDIR += p5-WWW-Mixi
|
||||
SUBDIR += p5-WWW-Robot
|
||||
|
|
34
www/p5-WWW-Mechanize-Plugin-phpBB/Makefile
Normal file
34
www/p5-WWW-Mechanize-Plugin-phpBB/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: p5-WWW-Mechanize-Plugin-phpBB
|
||||
# Date created: 04 Jun 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WWW-Mechanize-Plugin-phpBB
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WWW
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Screen scraper for phpBB installations
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/WWW/Mechanize/Pluggable.pm:${PORTSDIR}/www/p5-WWW-Mechanize-Pluggable \
|
||||
${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \
|
||||
${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \
|
||||
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= WWW::Mechanize::Plugin::phpBB.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600 # inherited from p5-WWW-Mechanize-Pluggable
|
||||
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-WWW-Mechanize-Plugin-phpBB/distinfo
Normal file
3
www/p5-WWW-Mechanize-Plugin-phpBB/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (WWW-Mechanize-Plugin-phpBB-0.01.tar.gz) = a49e5c3c267b99691b945ff02441e4f8
|
||||
SHA256 (WWW-Mechanize-Plugin-phpBB-0.01.tar.gz) = 39759ec5df3ad23acfa8e97edb25b73de6dcb00e4ed70555accc81239f77b800
|
||||
SIZE (WWW-Mechanize-Plugin-phpBB-0.01.tar.gz) = 5524
|
11
www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr
Normal file
11
www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
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: http://search.cpan.org/dist/WWW-Mechanize-Plugin-phpBB
|
||||
Author: Mike Schilli <m@perlmeister.com>
|
9
www/p5-WWW-Mechanize-Plugin-phpBB/pkg-plist
Normal file
9
www/p5-WWW-Mechanize-Plugin-phpBB/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/WWW/Mechanize/Plugin/phpBB.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/Plugin/phpBB/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/Plugin/phpBB
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Mechanize/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Mechanize
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
Loading…
Reference in a new issue