head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2013.03.16.06.48.17;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.06.02.57;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2009.04.11.09.09.21;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.01.23.14.21.09;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314251
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Ditesh Shashikant Gathani <ditesh@@gathani.org>
# $FreeBSD: head/www/pear-Services_TinyURL/Makefile 314251 2013-03-15 06:21:53Z miwi $

PORTNAME=	Services_TinyURL
PORTVERSION=	0.1.2
CATEGORIES=	www pear

MAINTAINER=	miwi@@FreeBSD.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
PEAR_AUTOINSTALL=	yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.3
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-Services_TinyURL
# Date created:			  22 Jan 2007
# Whom:				  Ditesh Shashikant Gathani <ditesh@@gathani.org>
#
# $FreeBSD: head/www/pear-Services_TinyURL/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d15 1
a15 5

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
@


1.2
log
@- Reset ditesh (at) gathani.org due to long period of inactivity.
- Take over some ports

Approved by:	portmgr (linimon)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@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>
@
text
@d12 1
a12 1
MAINTAINER=	ditesh@@gathani.org
@

