From 139a1179d6c86b9059904202926dda8d09ce2a8a Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 11 Dec 2008 21:36:07 +0000 Subject: [PATCH] Services_Yahoo provides object-oriented interfaces to the web service capabilities of Yahoo. WWW: http://pear.php.net/package/Services_Yahoo --- www/Makefile | 1 + www/pear-Services_Yahoo/Makefile | 28 ++++++++++++++++++++++++++++ www/pear-Services_Yahoo/distinfo | 3 +++ www/pear-Services_Yahoo/pkg-descr | 4 ++++ 4 files changed, 36 insertions(+) create mode 100644 www/pear-Services_Yahoo/Makefile create mode 100644 www/pear-Services_Yahoo/distinfo create mode 100644 www/pear-Services_Yahoo/pkg-descr diff --git a/www/Makefile b/www/Makefile index 5c3077c1e3e4..33d0a1bab58c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1113,6 +1113,7 @@ SUBDIR += pear-Services_W3C_CSSValidator SUBDIR += pear-Services_W3C_HTMLValidator SUBDIR += pear-Services_Yadis + SUBDIR += pear-Services_Yahoo SUBDIR += pear-Services_urlTea SUBDIR += pear-Structures_DataGrid_Renderer_Flexy SUBDIR += pear-Structures_DataGrid_Renderer_Pager diff --git a/www/pear-Services_Yahoo/Makefile b/www/pear-Services_Yahoo/Makefile new file mode 100644 index 000000000000..561fea52e1b5 --- /dev/null +++ b/www/pear-Services_Yahoo/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: pear-Services_Yahoo +# Date created: 10 Dez 2008 +# Whom: Martin Wilke +# +# $FreeBSD$ +# + +PORTNAME= Services_Yahoo +PORTVERSION= 0.2.0 +CATEGORIES= www pear + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Provides access to the Yahoo! Web Services + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear + +CATEGORY= Services +FILES= Yahoo/ContentAnalysis/AbstractContentAnalysis.php Yahoo/ContentAnalysis/Response.php \ + Yahoo/ContentAnalysis/spellingSuggestion.php Yahoo/ContentAnalysis/termExtraction.php \ + Yahoo/Maps/Request.php Yahoo/Maps/XMLDocument.php Yahoo/Search/AbstractSearch.php \ + Yahoo/Search/Response.php Yahoo/Search/image.php Yahoo/Search/local.php Yahoo/Search/news.php \ + Yahoo/Search/video.php Yahoo/Search/web.php Yahoo/Tests/All.php Yahoo/Tests/Exception.php \ + Yahoo/Tests/Search.php Yahoo/Exception.php Yahoo/ContentAnalysis.php Yahoo/Search.php + +.include +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include diff --git a/www/pear-Services_Yahoo/distinfo b/www/pear-Services_Yahoo/distinfo new file mode 100644 index 000000000000..248632fa177b --- /dev/null +++ b/www/pear-Services_Yahoo/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Services_Yahoo-0.2.0.tgz) = d4fb681ed6686584ba43ec493aa18f27 +SHA256 (PEAR/Services_Yahoo-0.2.0.tgz) = 38293bee5141497420625fa16be355f0a7372047e4cb54c69cecc8cf9eaef791 +SIZE (PEAR/Services_Yahoo-0.2.0.tgz) = 13381 diff --git a/www/pear-Services_Yahoo/pkg-descr b/www/pear-Services_Yahoo/pkg-descr new file mode 100644 index 000000000000..b0c9577060f9 --- /dev/null +++ b/www/pear-Services_Yahoo/pkg-descr @@ -0,0 +1,4 @@ +Services_Yahoo provides object-oriented interfaces to the web +service capabilities of Yahoo. + +WWW: http://pear.php.net/package/Services_Yahoo