diff --git a/www/Makefile b/www/Makefile index 197c5c0f1fa0..5c3077c1e3e4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1109,6 +1109,7 @@ SUBDIR += pear-Services_Google SUBDIR += pear-Services_SharedBook SUBDIR += pear-Services_TinyURL + SUBDIR += pear-Services_TwitPic SUBDIR += pear-Services_W3C_CSSValidator SUBDIR += pear-Services_W3C_HTMLValidator SUBDIR += pear-Services_Yadis diff --git a/www/pear-Services_TwitPic/Makefile b/www/pear-Services_TwitPic/Makefile new file mode 100644 index 000000000000..9317cfe62680 --- /dev/null +++ b/www/pear-Services_TwitPic/Makefile @@ -0,0 +1,27 @@ +# Ports collection makefile for: pear-Services_TwitPic +# Date created: 10 Dez 2008 +# Whom: Martin Wilke +# +# $FreeBSD$ +# + +PORTNAME= Services_TwitPic +PORTVERSION= 0.1.0 +CATEGORIES= www pear + +MAINTAINER= miwi@FreeBSD.org +COMMENT= PHP Interface to TwitPic's API + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear + +FILES= Services/TwitPic.php Services/TwitPic/Exception.php \ + Services/TwitPic/Request/Common.php Services/TwitPic/Request/HTTPRequest.php \ + Services/TwitPic/Request/Mock.php +EXAMPLES= example.php +_EXAMPLESDIR= docs +TESTS= TwitPicTest.php + +.include +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include diff --git a/www/pear-Services_TwitPic/distinfo b/www/pear-Services_TwitPic/distinfo new file mode 100644 index 000000000000..12e4f654c24e --- /dev/null +++ b/www/pear-Services_TwitPic/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Services_TwitPic-0.1.0.tgz) = 7c872e6139fca86f1aaa417c32194e46 +SHA256 (PEAR/Services_TwitPic-0.1.0.tgz) = 2e5ec61dde705d836119bb1b0334584a39626669bf19e4acfd73f49acbe339a7 +SIZE (PEAR/Services_TwitPic-0.1.0.tgz) = 5257 diff --git a/www/pear-Services_TwitPic/pkg-descr b/www/pear-Services_TwitPic/pkg-descr new file mode 100644 index 000000000000..b8c28ba27cbe --- /dev/null +++ b/www/pear-Services_TwitPic/pkg-descr @@ -0,0 +1,4 @@ +An interface for uploading pictures to TwitPic and optionally posting them +(along with status messages) to Twitter as well. + +WWW: http://pear.php.net/package/Services_TwitPic