diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-12-12 08:01:52 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-12-12 08:01:52 +0000 |
commit | e174c2ae2a87ade402c29f8d032a77e8041b8247 (patch) | |
tree | c7431467ac448a1925e75f01fce194ef478052aa /www | |
parent | - Document smbftpd - format string vulnerability. (diff) |
Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent
Scrapi.
WWW: http://search.cpan.org/dist/Web-Scraper/
PR: ports/117554
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes:
svn path=/head/; revision=203198
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Web-Scraper/Makefile | 34 | ||||
-rw-r--r-- | www/p5-Web-Scraper/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Web-Scraper/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Web-Scraper/pkg-plist | 9 |
5 files changed, 51 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 37c763af86e8..618479c21bd7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -926,6 +926,7 @@ SUBDIR += p5-WWW-WebArchive SUBDIR += p5-WWW-Wikipedia SUBDIR += p5-WWW-Yandex-TIC + SUBDIR += p5-Web-Scraper SUBDIR += p5-WebService-Basecamp SUBDIR += p5-WebService-Bloglines SUBDIR += p5-WebService-CIA diff --git a/www/p5-Web-Scraper/Makefile b/www/p5-Web-Scraper/Makefile new file mode 100644 index 000000000000..91cd41c6dd33 --- /dev/null +++ b/www/p5-Web-Scraper/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-Web-Scraper +# Date created: 2007-10-27 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Web-Scraper +PORTVERSION= 0.22 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Web Scraping Toolkit inspired by Scrapi + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${SITE_PERL}/HTTP/Response/Encoding.pm:${PORTSDIR}/www/p5-HTTP-Response-Encoding \ + ${SITE_PERL}/HTML/Selector/XPath.pm:${PORTSDIR}/www/p5-HTML-Selector-XPath \ + ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \ + ${SITE_PERL}/HTML/TreeBuilder/XPath.pm:${PORTSDIR}/www/p5-HTML-TreeBuilder-XPath \ + ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ + ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \ + ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/XML/XPathEngine.pm:${PORTSDIR}/textproc/p5-XML-XPathEngine \ + ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML + +PERL_CONFIGURE= yes + +MAN3= Web::Scraper.3 Web::Scraper::Filter.3 + +.include <bsd.port.mk> diff --git a/www/p5-Web-Scraper/distinfo b/www/p5-Web-Scraper/distinfo new file mode 100644 index 000000000000..035e52a1e0f7 --- /dev/null +++ b/www/p5-Web-Scraper/distinfo @@ -0,0 +1,3 @@ +MD5 (Web-Scraper-0.22.tar.gz) = 25a565c52a307bc301e2b56c8534c52e +SHA256 (Web-Scraper-0.22.tar.gz) = 1d6768c7a220e98c17a7152723cab17ac2c47fa98395e7ccda6a5f60d2824b2e +SIZE (Web-Scraper-0.22.tar.gz) = 42756 diff --git a/www/p5-Web-Scraper/pkg-descr b/www/p5-Web-Scraper/pkg-descr new file mode 100644 index 000000000000..e3229a91347e --- /dev/null +++ b/www/p5-Web-Scraper/pkg-descr @@ -0,0 +1,4 @@ +Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent +Scrapi. + +WWW: http://search.cpan.org/dist/Web-Scraper/ diff --git a/www/p5-Web-Scraper/pkg-plist b/www/p5-Web-Scraper/pkg-plist new file mode 100644 index 000000000000..11d625dfdbe1 --- /dev/null +++ b/www/p5-Web-Scraper/pkg-plist @@ -0,0 +1,9 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Scraper/.packlist +%%SITE_PERL%%/Web/Scraper.pm +%%SITE_PERL%%/Web/Scraper/Filter.pm +bin/scraper +@dirrmtry %%SITE_PERL%%/Web/Scraper +@dirrmtry %%SITE_PERL%%/Web +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Scraper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web |