diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-23 18:08:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-23 18:08:46 +0800 |
commit | e425fc7492683abfde25e2547a4e5a6c037625fb (patch) | |
tree | 7ac7f478baf9d8cd383e2f03bcb2f40432d4c0b6 /www | |
parent | 90c8e743c428752e2a325e51c63b96b3a024c86e (diff) | |
download | freebsd-ports-gnome-e425fc7492683abfde25e2547a4e5a6c037625fb.tar.gz freebsd-ports-gnome-e425fc7492683abfde25e2547a4e5a6c037625fb.tar.zst freebsd-ports-gnome-e425fc7492683abfde25e2547a4e5a6c037625fb.zip |
- Sort PLIST
- Reformat pkg-descr
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Search/Makefile | 9 | ||||
-rw-r--r-- | www/p5-WWW-Search/pkg-descr | 16 | ||||
-rw-r--r-- | www/p5-WWW-Search/pkg-plist | 6 |
3 files changed, 11 insertions, 20 deletions
diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile index 870bbafce719..472b218c393c 100644 --- a/www/p5-WWW-Search/Makefile +++ b/www/p5-WWW-Search/Makefile @@ -22,14 +22,7 @@ BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-User>=0:${PORTSDIR}/sysutils/p5-User \ p5-libwww>=2:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ - p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-HTML-Parser>=2.23:${PORTSDIR}/www/p5-HTML-Parser \ - p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-User>=0:${PORTSDIR}/sysutils/p5-User \ - p5-libwww>=2:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \ p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \ p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File \ diff --git a/www/p5-WWW-Search/pkg-descr b/www/p5-WWW-Search/pkg-descr index 31d7afe4b505..354bad613ab0 100644 --- a/www/p5-WWW-Search/pkg-descr +++ b/www/p5-WWW-Search/pkg-descr @@ -1,13 +1,11 @@ - This class is the parent for all access method supported - by the WWW::Search library. This library implements a - Perl API to web-based search engines. +This class is the parent for all access method supported by the WWW::Search +library. This library implements a Perl API to web-based search engines. - Current search engines supported include AltaVista (both - web and news), Dejanews, Excite (web only), HotBot (web - only), Infoseek (e-mail, web, and news) and Lycos. +Current search engines supported include AltaVista (both web and news), +Dejanews, Excite (web only), HotBot (web only), Infoseek (e-mail, web, and news) +and Lycos. - Search results are limited and there is a pause between - each request for results to avoid overloading either the - client or the server. +Search results are limited and there is a pause between each request for results +to avoid overloading either the client or the server. WWW: http://search.cpan.org/dist/WWW-Search/ diff --git a/www/p5-WWW-Search/pkg-plist b/www/p5-WWW-Search/pkg-plist index c94985c60930..6f24fb98274f 100644 --- a/www/p5-WWW-Search/pkg-plist +++ b/www/p5-WWW-Search/pkg-plist @@ -1,7 +1,5 @@ bin/AutoSearch bin/WebSearch -man/man1/AutoSearch.1.gz -man/man1/WebSearch.1.gz %%SITE_PERL%%/WWW/Search.pm %%SITE_PERL%%/WWW/Search/Null.pm %%SITE_PERL%%/WWW/Search/Null/Count.pm @@ -13,7 +11,6 @@ man/man1/WebSearch.1.gz %%SITE_PERL%%/WWW/Search/Test.pm %%SITE_PERL%%/WWW/SearchResult.pm %%PERL5_MAN3%%/WWW::Search.3.gz -%%PERL5_MAN3%%/WWW::SearchResult.3.gz %%PERL5_MAN3%%/WWW::Search::Null.3.gz %%PERL5_MAN3%%/WWW::Search::Null::Count.3.gz %%PERL5_MAN3%%/WWW::Search::Null::Empty.3.gz @@ -22,3 +19,6 @@ man/man1/WebSearch.1.gz %%PERL5_MAN3%%/WWW::Search::Result.3.gz %%PERL5_MAN3%%/WWW::Search::Simple.3.gz %%PERL5_MAN3%%/WWW::Search::Test.3.gz +%%PERL5_MAN3%%/WWW::SearchResult.3.gz +man/man1/AutoSearch.1.gz +man/man1/WebSearch.1.gz |