mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
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
This commit is contained in:
parent
86cb7bd1cd
commit
7ba12957d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224125
@ -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
|
||||
|
27
www/pear-Services_TwitPic/Makefile
Normal file
27
www/pear-Services_TwitPic/Makefile
Normal file
@ -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>
|
3
www/pear-Services_TwitPic/distinfo
Normal file
3
www/pear-Services_TwitPic/distinfo
Normal file
@ -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
|
4
www/pear-Services_TwitPic/pkg-descr
Normal file
4
www/pear-Services_TwitPic/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user