diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 13:52:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 13:52:51 +0000 |
commit | 201a939790470abbe78918b97c05b2186bcc94ab (patch) | |
tree | c979d1341e455aa83a1fc1a409da55a8310251b1 /www | |
parent | c380f6be74132b1e6fa70cf5a14c23fef0c42725 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WWW-RobotRules-Parser/Makefile | 26 | ||||
-rw-r--r-- | www/p5-WWW-RobotRules-Parser/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-RobotRules-Parser/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-WWW-RobotRules-Parser/pkg-plist | 7 |
5 files changed, 41 insertions, 0 deletions
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 <markun@onohara.to> +# +# $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 <bsd.port.mk> 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 |