diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 21:33:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 21:33:05 +0000 |
commit | 688566ac2b52a99b29a9cb58afbf8f6e5fac8fdf (patch) | |
tree | 77caf2de99b8bf77f56341f7dc7f8e643cdb7686 /www/pear-Services_Google | |
parent | dcfeb8281307911b86a32bf1ae63d3b2c5650039 (diff) | |
download | ports-688566ac2b52a99b29a9cb58afbf8f6e5fac8fdf.tar.gz ports-688566ac2b52a99b29a9cb58afbf8f6e5fac8fdf.zip |
Notes
Diffstat (limited to 'www/pear-Services_Google')
-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 |
3 files changed, 39 insertions, 0 deletions
diff --git a/www/pear-Services_Google/Makefile b/www/pear-Services_Google/Makefile new file mode 100644 index 000000000000..c35216074d34 --- /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 000000000000..0e41d1c8ec87 --- /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 000000000000..378a4a0cfb05 --- /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/ |