1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add www/p5-Google-Search, a perl interface to the Google AJAX Search API and

suggestion API.
This commit is contained in:
Emanuel Haupt 2010-07-20 11:31:42 +00:00
parent 1b9f75e361
commit 93bedc3013
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257990
5 changed files with 48 additions and 0 deletions

View File

@ -906,6 +906,7 @@
SUBDIR += p5-Flickr-Upload
SUBDIR += p5-Gantry
SUBDIR += p5-Geo-Caching
SUBDIR += p5-Google-Search
SUBDIR += p5-Gtk2-WebKit
SUBDIR += p5-Gungho
SUBDIR += p5-HTML-Adsense

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-Google-Search
# Date created: 20 Jul 2010
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Google-Search
PORTVERSION= 0.027
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Interface to the Google AJAX Search API and suggestion API
RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \
p5-Carp-Clan-Share>=0:${PORTSDIR}/devel/p5-Carp-Clan-Share \
p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= 5.8.0+
MAN3= Google::Search.3 Google::Search::Result.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Google-Search-0.027.tar.gz) = 8c65436e4fdf552baa340645af6ec130
SHA256 (Google-Search-0.027.tar.gz) = 5fee8ca4bc802736048472de603298db43dac33a43e1f76b67fd368ba344c845
SIZE (Google-Search-0.027.tar.gz) = 11543

View File

@ -0,0 +1,4 @@
Google::Search is an interface to the Google AJAX Search API. Currently, their
API looks like it will fetch you the top 64 results for your search query.
WWW: http://search.cpan.org/dist/Google-Search/

View File

@ -0,0 +1,11 @@
%%SITE_PERL%%/Google/Search.pm
%%SITE_PERL%%/Google/Search/Carp.pm
%%SITE_PERL%%/Google/Search/Error.pm
%%SITE_PERL%%/Google/Search/Page.pm
%%SITE_PERL%%/Google/Search/Response.pm
%%SITE_PERL%%/Google/Search/Result.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Search/.packlist
@dirrmtry %%SITE_PERL%%/Google/Search
@dirrmtry %%SITE_PERL%%/Google
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Search
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google