- Unbreak and update to 0.19

- Bump PORTEPOCH
- rewrite pkg-descr to note that a valid key is required from Google
- Give maintainership to submitter

PR:		ports/41005
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Patrick Li 2002-07-26 13:55:05 +00:00
parent 5948574224
commit a265c299f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63603
3 changed files with 23 additions and 9 deletions

View File

@ -6,20 +6,25 @@
#
PORTNAME= WWW-Search-Google
PORTVERSION= 2.21
PORTVERSION= 0.19
PORTEPOCH= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WWW/JSMYSER
MASTER_SITE_SUBDIR= WWW
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= erwin@lansing.dk
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/WWW/Search.pm:${PORTSDIR}/www/p5-WWW-Search
BROKEN= 'Port no longer returns search results from Google'
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/WWW/Search.pm:${PORTSDIR}/www/p5-WWW-Search \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
post-patch:
@${PERL} -pi -e '$$_="" if /no warnings/;' \
${WRKSRC}/Google.pm
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= WWW::Search::Google.3

View File

@ -1 +1 @@
MD5 (WWW-Search-Google-2.21.tar.gz) = 6d1864cccfaedafbf9be976b15e70bc7
MD5 (WWW-Search-Google-0.19.tar.gz) = e465f8be84ad7c39c1bcffe832aa91eb

View File

@ -1,2 +1,11 @@
A Google specialization of Perl's WWW::Search module for making and
interpreting Google searches.
This class is a Google specialization of WWW::Search. It handles
searching Google http://www.google.com/ using its new SOAP API
http://www.google.com/apis/.
All interaction should be done through WWW::Search objects.
Note that you must register for a Google Web API account and have a
valid Google API license key before using this module.
Author: Leon Brocard <acme@astray.com>
WWW: http://search.cpan.org/search?dist=WWW-Search-Google