svn commit: r379664 - head/www/p5-WWW-Search
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 23 10:08:48 UTC 2015
Author: sunpoet
Date: Mon Feb 23 10:08:46 2015
New Revision: 379664
URL: https://svnweb.freebsd.org/changeset/ports/379664
QAT: https://qat.redports.org/buildarchive/r379664/
Log:
- Sort PLIST
- Reformat pkg-descr
Modified:
head/www/p5-WWW-Search/Makefile
head/www/p5-WWW-Search/pkg-descr
head/www/p5-WWW-Search/pkg-plist
Modified: head/www/p5-WWW-Search/Makefile
==============================================================================
--- head/www/p5-WWW-Search/Makefile Mon Feb 23 10:08:40 2015 (r379663)
+++ head/www/p5-WWW-Search/Makefile Mon Feb 23 10:08:46 2015 (r379664)
@@ -22,14 +22,7 @@ BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSD
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 \
Modified: head/www/p5-WWW-Search/pkg-descr
==============================================================================
--- head/www/p5-WWW-Search/pkg-descr Mon Feb 23 10:08:40 2015 (r379663)
+++ head/www/p5-WWW-Search/pkg-descr Mon Feb 23 10:08:46 2015 (r379664)
@@ -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/
Modified: head/www/p5-WWW-Search/pkg-plist
==============================================================================
--- head/www/p5-WWW-Search/pkg-plist Mon Feb 23 10:08:40 2015 (r379663)
+++ head/www/p5-WWW-Search/pkg-plist Mon Feb 23 10:08:46 2015 (r379664)
@@ -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
More information about the svn-ports-head
mailing list