ports/119867: New port: www/pear-Services_TinyURL PHP interface to TinyURL's API

Ditesh Shashikant Gathani ditesh at gathani.org
Mon Jan 21 19:10:02 UTC 2008


>Number:         119867
>Category:       ports
>Synopsis:       New port: www/pear-Services_TinyURL PHP interface to TinyURL's API
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 21 19:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ditesh Shashikant Gathani
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
FreeBSD neela.qubeconnect.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007     root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386

>Description:
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/
>How-To-Repeat:
Not Applicable.
>Fix:
shar file, as attached.

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./pkg-descr
#	./distinfo
#	./Makefile
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XAn interface for creating TinyURL's with their API as well as looking up 
Xdestinations of given TinyURL's.
X
XWWW: http://pear.php.net/package/Services_TinyURL/
X
X- Ditesh Shashikant Gathani
Xditesh at gathani.org
END-of-./pkg-descr
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (PEAR/Services_TinyURL-0.1.2.tgz) = 40cf7a8225ff55db877df9ac3f9f6cd1
XSHA256 (PEAR/Services_TinyURL-0.1.2.tgz) = f7c07f8016edd37cef9e87465b6ab9cefafec83c5d3d04ecda5427d52eb56500
XSIZE (PEAR/Services_TinyURL-0.1.2.tgz) = 3960
END-of-./distinfo
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# Ports collection makefile for:  pear-Services_TinyURL
X# Date created:			  22 Jan 2007
X# Whom:				  Ditesh Shashikant Gathani <ditesh at gathani.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Services_TinyURL
XPORTVERSION=	0.1.2
XCATEGORIES=	www pear
X
XMAINTAINER=	ditesh at gathani.org
XCOMMENT=	PHP interface to TinyURL's API
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
XRUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
X
XUSE_PHP=	curl
X
XCATEGORY=	Services
XFILES=		TinyURL.php TinyURL/Exception.php
X
XTESTS=		001-create.phpt 002-lookup.phpt 003-create-and-lookup.phpt \
X		100-bug-12207.phpt tests-config.php
X
Xpost-extract:
X	${MV} ${WRKSRC}/Services/TinyURL.php ${WRKSRC}
X	${MV} ${WRKSRC}/Services/TinyURL ${WRKSRC}
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-./Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list