head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


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

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

1.1
date	2011.04.06.01.00.58;	author wen;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314411
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Wen Heping <wen@@FreeBSD.org>
# $FreeBSD: head/www/pear-Services_ShortURL/Makefile 314411 2013-03-17 08:27:46Z miwi $

PORTNAME=	Services_ShortURL
PORTVERSION=	0.3.1
CATEGORIES=	www pear

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	Abstract PHP5 interface for shortening and expanding short URLs

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
		${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2

USE_PHP=	simplexml pcre spl
PEAR_AUTOINSTALL=	yes

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


1.2
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-Services_ShortURL
# Date created:			  06 April 2011
# Whom:				  Wen Heping <wen@@FreeBSD.org>
#
# $FreeBSD: head/www/pear-Services_ShortURL/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d16 1
a16 22

CATEGORY=	Services
PEAR_CATSRC=	yes

FILES=		ShortURL/Bitly.php \
		ShortURL/Common.php \
		ShortURL/Digg.php \
		ShortURL/Exception/CouldNotExpand.php \
		ShortURL/Exception/CouldNotShorten.php \
		ShortURL/Exception/InvalidOptions.php \
		ShortURL/Exception/NotImplemented.php \
		ShortURL/Exception/UnknownService.php \
		ShortURL/Exception.php \
		ShortURL/Googl.php \
		ShortURL/Interface.php \
		ShortURL/Isgd.php \
		ShortURL/Shortie.php \
		ShortURL/TinyURL.php \
		ShortURL/Trim.php \
		ShortURL.php

TESTS=		AllTests.php Services/ShortURLTest.php
@


1.1
log
@Short URL services have become enormously popular on the internet.
There are, literally, dozens (hundreds?) of these services.
Services_ShortURL offers an abstract way of shortening and expanding
URLs.

WWW: http://pear.php.net/package/Services_ShortURL/
@
text
@d5 1
a5 1
# $FreeBSD$
@

