An interface for creating TinyURL's with their API as well as looking up

destinations of given TinyURL's.

WWW: http://pear.php.net/package/Services_TinyURL/

PR:		ports/119867
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
This commit is contained in:
Martin Wilke 2008-01-23 14:21:09 +00:00
parent dd80923edf
commit 2f747b6048
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206066
4 changed files with 35 additions and 0 deletions

View File

@ -979,6 +979,7 @@
SUBDIR += pear-Services_Delicious
SUBDIR += pear-Services_Digg
SUBDIR += pear-Services_SharedBook
SUBDIR += pear-Services_TinyURL
SUBDIR += pear-Services_W3C_CSSValidator
SUBDIR += pear-Services_W3C_HTMLValidator
SUBDIR += pear-Services_urlTea

View File

@ -0,0 +1,27 @@
# Ports collection makefile for: pear-Services_TinyURL
# Date created: 22 Jan 2007
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
#
# $FreeBSD$
#
PORTNAME= Services_TinyURL
PORTVERSION= 0.1.2
CATEGORIES= www pear
MAINTAINER= ditesh@gathani.org
COMMENT= PHP interface to TinyURL's API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= curl
FILES= Services/TinyURL.php Services/TinyURL/Exception.php
TESTS= 001-create.phpt 002-lookup.phpt 003-create-and-lookup.phpt \
100-bug-12207.phpt tests-config.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_TinyURL-0.1.2.tgz) = 40cf7a8225ff55db877df9ac3f9f6cd1
SHA256 (PEAR/Services_TinyURL-0.1.2.tgz) = f7c07f8016edd37cef9e87465b6ab9cefafec83c5d3d04ecda5427d52eb56500
SIZE (PEAR/Services_TinyURL-0.1.2.tgz) = 3960

View File

@ -0,0 +1,4 @@
An interface for creating TinyURL's with their API as well as looking up
destinations of given TinyURL's.
WWW: http://pear.php.net/package/Services_TinyURL/