diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-05 13:32:16 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-05 13:32:16 +0800 |
commit | 48b1ca28020ebd4791ae02ec7fe020037d495b1f (patch) | |
tree | 0275690995a76d5c2032aa8219608f841e630928 /www | |
parent | 49e57914fbad96136a7b258beb1dcc4dbd22793e (diff) | |
download | freebsd-ports-gnome-48b1ca28020ebd4791ae02ec7fe020037d495b1f.tar.gz freebsd-ports-gnome-48b1ca28020ebd4791ae02ec7fe020037d495b1f.tar.zst freebsd-ports-gnome-48b1ca28020ebd4791ae02ec7fe020037d495b1f.zip |
Adding port www/p5-WWW-Mechanize-Plugin-phpBB, Screen scraper for phpBB installations.
Approved by: tobez (implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Plugin-phpBB/Makefile | 34 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Plugin-phpBB/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr | 11 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Plugin-phpBB/pkg-plist | 9 |
5 files changed, 58 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a21480a79aa2..7cf346a01788 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile b/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile new file mode 100644 index 000000000000..f372625c3a22 --- /dev/null +++ b/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile @@ -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> diff --git a/www/p5-WWW-Mechanize-Plugin-phpBB/distinfo b/www/p5-WWW-Mechanize-Plugin-phpBB/distinfo new file mode 100644 index 000000000000..02393496affa --- /dev/null +++ b/www/p5-WWW-Mechanize-Plugin-phpBB/distinfo @@ -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 diff --git a/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr b/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr new file mode 100644 index 000000000000..2fd698968528 --- /dev/null +++ b/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr @@ -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> diff --git a/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-plist b/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-plist new file mode 100644 index 000000000000..47bd7b9eae0a --- /dev/null +++ b/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-plist @@ -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 |