1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Services_Yahoo provides object-oriented interfaces to the web

service capabilities of Yahoo.

WWW: http://pear.php.net/package/Services_Yahoo
This commit is contained in:
Martin Wilke 2008-12-11 21:36:07 +00:00
parent 7ba12957d6
commit 139a1179d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224126
4 changed files with 36 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,28 @@
# Ports collection makefile for: pear-Services_Yahoo
# Date created: 10 Dez 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $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 <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -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

View File

@ -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