diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-20 05:33:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-20 05:33:05 +0800 |
commit | ec9fb84e57e0812c38b00afcd8b4ec4d9fbe8224 (patch) | |
tree | 4e3a45f98edfdf3f6db1c07b4ae4f7bc37746811 /www | |
parent | b2658dc7539c6b63a8855402b3f822e1f2b1e097 (diff) | |
download | freebsd-ports-graphics-ec9fb84e57e0812c38b00afcd8b4ec4d9fbe8224.tar.gz freebsd-ports-graphics-ec9fb84e57e0812c38b00afcd8b4ec4d9fbe8224.tar.zst freebsd-ports-graphics-ec9fb84e57e0812c38b00afcd8b4ec4d9fbe8224.zip |
pear-Services_Google is a pear class that
provides access to the Google SOAP Web APIs.
It allows easy access to the Google SOAP
Web APIs for the search engine, spelling
suggestions, and cache.
Please note that as of December 5, 2006
Google is no longer issuing new API keys
for the SOAP search API, so this package
is only for developers which has an API
key already.
WWW: http://pear.php.net/package/Services_Google/
PR: ports/122706
Submitted by: Wen heping <wenheping at gmail.com>)
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/pear-Services_Google/Makefile | 23 | ||||
-rw-r--r-- | www/pear-Services_Google/distinfo | 3 | ||||
-rw-r--r-- | www/pear-Services_Google/pkg-descr | 13 |
4 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 145cb984e05..8dcf44a8c21 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1018,6 +1018,7 @@ SUBDIR += pear-Services_Compete SUBDIR += pear-Services_Delicious SUBDIR += pear-Services_Digg + SUBDIR += pear-Services_Google SUBDIR += pear-Services_SharedBook SUBDIR += pear-Services_TinyURL SUBDIR += pear-Services_W3C_CSSValidator diff --git a/www/pear-Services_Google/Makefile b/www/pear-Services_Google/Makefile new file mode 100644 index 00000000000..c35216074d3 --- /dev/null +++ b/www/pear-Services_Google/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: pear-Services_Google +# Date created: 13 April 2008 +# Whom: Wen heping <wenheping@gmail.com>) +# +# $FreeBSD$ +# + +PORTNAME= Services_Google +PORTVERSION= 0.2.0 +CATEGORIES= www pear + +MAINTAINER= wenheping@gmail.com +COMMENT= PHP interface to access the Google SOAP Web APIs + +USE_PHP= soap +CATEGORY= Services + +FILES= Google.php +EXAMPLES= example1.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/www/pear-Services_Google/distinfo b/www/pear-Services_Google/distinfo new file mode 100644 index 00000000000..0e41d1c8ec8 --- /dev/null +++ b/www/pear-Services_Google/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Services_Google-0.2.0.tgz) = 8960f656886605df9dff31faa7d8d10b +SHA256 (PEAR/Services_Google-0.2.0.tgz) = de1ff3b101235ec1c1771c7781c142b8c41ce436b099b2e56815844afbc70e0c +SIZE (PEAR/Services_Google-0.2.0.tgz) = 3213 diff --git a/www/pear-Services_Google/pkg-descr b/www/pear-Services_Google/pkg-descr new file mode 100644 index 00000000000..378a4a0cfb0 --- /dev/null +++ b/www/pear-Services_Google/pkg-descr @@ -0,0 +1,13 @@ +pear-Services_Google is a pear class that +provides access to the Google SOAP Web APIs. +It allows easy access to the Google SOAP +Web APIs for the search engine, spelling +suggestions, and cache. + +Please note that as of December 5, 2006 +Google is no longer issuing new API keys +for the SOAP search API, so this package +is only for developers which has an API +key already. + +WWW: http://pear.php.net/package/Services_Google/ |