mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Sort PLIST
- Reformat pkg-descr
This commit is contained in:
parent
0e6bbca84f
commit
eee3f44d8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379664
@ -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 \
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user