diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-12 05:35:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-12 05:35:37 +0800 |
commit | 59c4efaecdc7995d01881b98fcb537ab2fe9c176 (patch) | |
tree | 7f331c2ca1e61b2ad7fb69f099335e6175e09b03 /www/pear-Services_TwitPic | |
parent | 0a235baea898a1dba824bcbb6c54fc53f19b4646 (diff) | |
download | freebsd-ports-gnome-59c4efaecdc7995d01881b98fcb537ab2fe9c176.tar.gz freebsd-ports-gnome-59c4efaecdc7995d01881b98fcb537ab2fe9c176.tar.zst freebsd-ports-gnome-59c4efaecdc7995d01881b98fcb537ab2fe9c176.zip |
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
Diffstat (limited to 'www/pear-Services_TwitPic')
-rw-r--r-- | www/pear-Services_TwitPic/Makefile | 27 | ||||
-rw-r--r-- | www/pear-Services_TwitPic/distinfo | 3 | ||||
-rw-r--r-- | www/pear-Services_TwitPic/pkg-descr | 4 |
3 files changed, 34 insertions, 0 deletions
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 <miwi@FreeBSD.org> +# +# $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 <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> 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 |