diff --git a/www/Makefile b/www/Makefile index 8a8ee97f2caf..97c153969a2a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -935,6 +935,7 @@ SUBDIR += p5-WWW-OpenSVN SUBDIR += p5-WWW-OpenSearch SUBDIR += p5-WWW-Robot + SUBDIR += p5-WWW-RobotRules-Parser SUBDIR += p5-WWW-Scraper-ISBN SUBDIR += p5-WWW-Scraper-ISBN-Amazon_Driver SUBDIR += p5-WWW-Scraper-ISBN-Driver diff --git a/www/p5-WWW-RobotRules-Parser/Makefile b/www/p5-WWW-RobotRules-Parser/Makefile new file mode 100644 index 000000000000..8d5a5e4165cb --- /dev/null +++ b/www/p5-WWW-RobotRules-Parser/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-WWW-RobotRules-Parser +# Date created: 2008-01-30 +# Whom: Masahiro Teramoto +# +# $FreeBSD$ +# + +PORTNAME= WWW-RobotRules-Parser +PORTVERSION= 0.04001 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@onohara.to +COMMENT= Just Parse robots.txt + +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI + +PERL_CONFIGURE= yes + +MAN3= WWW::RobotRules::Parser.3 + +.include diff --git a/www/p5-WWW-RobotRules-Parser/distinfo b/www/p5-WWW-RobotRules-Parser/distinfo new file mode 100644 index 000000000000..e1bebf504e36 --- /dev/null +++ b/www/p5-WWW-RobotRules-Parser/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-RobotRules-Parser-0.04001.tar.gz) = bc56361f48f1199f7252ca2e1d1af7dd +SHA256 (WWW-RobotRules-Parser-0.04001.tar.gz) = e5c6166a3b2234c5aeef90bf433cde657dccbe60f1ab112387030ce9789fbb43 +SIZE (WWW-RobotRules-Parser-0.04001.tar.gz) = 19608 diff --git a/www/p5-WWW-RobotRules-Parser/pkg-descr b/www/p5-WWW-RobotRules-Parser/pkg-descr new file mode 100644 index 000000000000..f8d2b5948a76 --- /dev/null +++ b/www/p5-WWW-RobotRules-Parser/pkg-descr @@ -0,0 +1,4 @@ +WWW::RobotRules::Parser allows you to simply parse robots.txt files +as described in http://www.robotstxt.org/wc/norobots.html. + +WWW: http://http://search.cpan.org/dist/WWW-RobotRules-Parser/ diff --git a/www/p5-WWW-RobotRules-Parser/pkg-plist b/www/p5-WWW-RobotRules-Parser/pkg-plist new file mode 100644 index 000000000000..12254eb780d9 --- /dev/null +++ b/www/p5-WWW-RobotRules-Parser/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/RobotRules/Parser/.packlist +%%SITE_PERL%%/WWW/RobotRules/Parser.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/RobotRules/Parser +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/RobotRules +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrmtry %%SITE_PERL%%/WWW/RobotRules +@dirrmtry %%SITE_PERL%%/WWW