Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2015 10:08:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379664 - head/www/p5-WWW-Search
Message-ID:  <201502231008.t1NA8lII028517@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502231008.t1NA8lII028517>