diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-06-05 08:04:28 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-06-05 08:04:28 +0000 |
commit | 0b1c0d4bed71d4eb0b5c2a9ff9eb3cdfa40bee26 (patch) | |
tree | 8aac90d2707e396b68425d26d5b37f69d47dbef7 /www/p5-FEAR-API | |
parent | ba1b188c6e18b26ba0e8be1786239452117c2fc5 (diff) | |
download | ports-0b1c0d4bed71d4eb0b5c2a9ff9eb3cdfa40bee26.tar.gz ports-0b1c0d4bed71d4eb0b5c2a9ff9eb3cdfa40bee26.zip |
Notes
Diffstat (limited to 'www/p5-FEAR-API')
-rw-r--r-- | www/p5-FEAR-API/Makefile | 57 | ||||
-rw-r--r-- | www/p5-FEAR-API/distinfo | 3 | ||||
-rw-r--r-- | www/p5-FEAR-API/pkg-descr | 7 | ||||
-rw-r--r-- | www/p5-FEAR-API/pkg-plist | 27 |
4 files changed, 94 insertions, 0 deletions
diff --git a/www/p5-FEAR-API/Makefile b/www/p5-FEAR-API/Makefile new file mode 100644 index 000000000000..eb8a942c47a5 --- /dev/null +++ b/www/p5-FEAR-API/Makefile @@ -0,0 +1,57 @@ +# ex:ts=8 +# Ports collection makefile for: FEAR::API +# Date created: Jun 5, 2006 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= FEAR-API +PORTVERSION= 0.487.3 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/X/XE/XERN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Web Scraping Zen + +BUILD_DEPENDS= p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib \ + p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ + p5-Email-Find>=0:${PORTSDIR}/mail/p5-Email-Find \ + p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \ + p5-HTML-Encoding>=0:${PORTSDIR}/www/p5-HTML-Encoding \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-HTML-LinkExtractor>=0:${PORTSDIR}/www/p5-HTML-LinkExtractor \ + p5-HTTP-Proxy>=0:${PORTSDIR}/www/p5-HTTP-Proxy \ + p5-HTTP-Recorder>=0:${PORTSDIR}/www/p5-HTTP-Recorder \ + p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \ + p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ + p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \ + p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files \ + p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ + p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \ + p5-Regexp-Bind>=0:${PORTSDIR}/devel/p5-Regexp-Bind \ + p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ + p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions \ + p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \ + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-Template-Extract>=0:${PORTSDIR}/textproc/p5-Template-Extract \ + p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ + p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ + p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-XML-RSS-SimpleGen>=0:${PORTSDIR}/textproc/p5-XML-RSS-SimpleGen \ + p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= fear.1 +MAN3= FEAR::API.3 \ + FEAR::API::Filters.3 \ + FEAR::API::Document.3 + +.include <bsd.port.mk> diff --git a/www/p5-FEAR-API/distinfo b/www/p5-FEAR-API/distinfo new file mode 100644 index 000000000000..e23577ce143d --- /dev/null +++ b/www/p5-FEAR-API/distinfo @@ -0,0 +1,3 @@ +MD5 (FEAR-API-0.487.3.tar.gz) = 78a13d43cc7efb24642491152d2ee37f +SHA256 (FEAR-API-0.487.3.tar.gz) = b40934d9f30674d0c824de62053d3e2afb69694348bb0d64bd1f109ad1e3c07d +SIZE (FEAR-API-0.487.3.tar.gz) = 89036 diff --git a/www/p5-FEAR-API/pkg-descr b/www/p5-FEAR-API/pkg-descr new file mode 100644 index 000000000000..dbff62931510 --- /dev/null +++ b/www/p5-FEAR-API/pkg-descr @@ -0,0 +1,7 @@ +FEAR::API is a tool that helps reduce your time creating site scraping scripts +and help you do it in a much more elegant way. FEAR::API combines many strong +and powerful features from various CPAN modules, such as LWP::UserAgent, +WWW::Mechanize, Template::Extract, Encode, HTML::Parser, etc. and digests them +into a deeper Zen. + +WWW: http://search.cpan.org/dist/FEAR-API/ diff --git a/www/p5-FEAR-API/pkg-plist b/www/p5-FEAR-API/pkg-plist new file mode 100644 index 000000000000..b6e70dbf8b55 --- /dev/null +++ b/www/p5-FEAR-API/pkg-plist @@ -0,0 +1,27 @@ +%%SITE_PERL%%/FEAR/API.pm +%%SITE_PERL%%/FEAR/API/Agent.pm +%%SITE_PERL%%/FEAR/API/ChksumRepos.pm +%%SITE_PERL%%/FEAR/API/Closure.pm +%%SITE_PERL%%/FEAR/API/Document.pm +%%SITE_PERL%%/FEAR/API/Extract.pm +%%SITE_PERL%%/FEAR/API/Filters.pm +%%SITE_PERL%%/FEAR/API/Link.pm +%%SITE_PERL%%/FEAR/API/Log.pm +%%SITE_PERL%%/FEAR/API/Prefetching.pm +%%SITE_PERL%%/FEAR/API/Prefetching/Base.pm +%%SITE_PERL%%/FEAR/API/Prefetching/Server.pm +%%SITE_PERL%%/FEAR/API/Recorder.pm +%%SITE_PERL%%/FEAR/API/Recorder/FEAR_API.pm +%%SITE_PERL%%/FEAR/API/Recorder/LWP_Simple.pm +%%SITE_PERL%%/FEAR/API/Recorder/LWP_UserAgent.pm +%%SITE_PERL%%/FEAR/API/SourceFilter.pm +%%SITE_PERL%%/FEAR/API/Translate.pm +%%SITE_PERL%%/FEAR/API/Translate/Backend.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/FEAR/API/.packlist +@dirrm %%SITE_PERL%%/FEAR/API/Prefetching +@dirrm %%SITE_PERL%%/FEAR/API/Recorder +@dirrm %%SITE_PERL%%/FEAR/API/Translate +@dirrm %%SITE_PERL%%/FEAR/API +@dirrm %%SITE_PERL%%/FEAR +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FEAR/API +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FEAR |