mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
236c4bc9b1
PR: 121957 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer
60 lines
2.3 KiB
Makefile
60 lines
2.3 KiB
Makefile
# Ports collection makefile for: pear-Services_Digg
|
|
# Date created: 17 May 2007
|
|
# Whom: Zhen REN <bg1tpt@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Services_Digg
|
|
PORTVERSION= 0.4.3
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= bg1tpt@gmail.com
|
|
COMMENT= PHP interface to Digg's API
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_PHP= curl
|
|
|
|
CATEGORY= Services
|
|
FILES= Digg.php Digg/Comments.php Digg/Comment.php Digg/Common.php \
|
|
Digg/GalleryPhoto.php Digg/GalleryPhotos.php Digg/Request.php \
|
|
Digg/Errors.php Digg/Exception.php Digg/Proxy.php Digg/Response.php \
|
|
Digg/Stories.php Digg/Story.php Digg/Topics.php Digg/User.php \
|
|
Digg/Users.php Digg/Response/Common.php Digg/Response/php.php \
|
|
Digg/Response/xml.php Digg/Response/Exception.php
|
|
|
|
TESTS= 000-services-digg-factory.phpt 001-errors-getAll.phpt \
|
|
003-errors-getErrorByCode.phpt 005-topics-getAll.phpt \
|
|
010-user-submissions.phpt 011-user-isFriend.phpt \
|
|
012-user-isFan.phpt 013-user-comments.phpt \
|
|
013-user-getFriendsDugg.phpt 013-user-getFriendsSubmissions.phpt \
|
|
013-user-getFriendsCommented.phpt \
|
|
013-user-getFriendsUpcoming.phpt 013-user-getFriendsPopular.phpt \
|
|
014-user-diggs.phpt 020-users-getUserByName.phpt \
|
|
030-stories-getStoryById.phpt 031-stories-getContainer.phpt \
|
|
031-stories-getContainerHot.phpt 031-stories-getContainerTop.phpt \
|
|
032-stories-getContainerPopular.phpt \
|
|
032-stories-getContainerUpcoming.phpt \
|
|
033-stories-getStoriesById.phpt 034-stories-comments.phpt \
|
|
034-stories-diggs.phpt 034-stories-popular.phpt \
|
|
035-stories-getAll.phpt 035-stories-getStoriesComments.phpt \
|
|
035-stories-getStoriesDiggs.phpt 036-stories-getStoryByTitle.phpt \
|
|
037-stories-hot.phpt 037-stories-top.phpt \
|
|
038-stories-getTopic.phpt 038-stories-getTopicHot.phpt \
|
|
038-stories-getTopicTop.phpt 040-story-comments.phpt \
|
|
041-story-getCommentById.phpt 050-comments.phpt \
|
|
060-comment-replies.phpt 070-proxy-get.phpt \
|
|
071-proxy-post.phpt 080-exception-toString.phpt \
|
|
150-request.phpt 200-diggapiuser-isFriend.phpt \
|
|
201-diggapistories-iteration.phpt tests-config.php
|
|
|
|
post-extract:
|
|
${MV} ${WRKSRC}/Services/Digg.php ${WRKSRC}
|
|
${MV} ${WRKSRC}/Services/Digg ${WRKSRC}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|