diff options
author | mm <mm@FreeBSD.org> | 2012-03-03 18:04:55 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-03-03 18:04:55 +0800 |
commit | 7d3babdb02fddab00d9673bf8ae04071deb796d6 (patch) | |
tree | 5f159feda4cc895dee9153692b9f512164197539 /www | |
parent | f24a2258945fb60dbcc72dda22760df9c65d7c7c (diff) | |
download | freebsd-ports-gnome-7d3babdb02fddab00d9673bf8ae04071deb796d6.tar.gz freebsd-ports-gnome-7d3babdb02fddab00d9673bf8ae04071deb796d6.tar.zst freebsd-ports-gnome-7d3babdb02fddab00d9673bf8ae04071deb796d6.zip |
This package provides interfaces to various URL shortening services.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/pear-Horde_Service_UrlShortener/Makefile | 18 | ||||
-rw-r--r-- | www/pear-Horde_Service_UrlShortener/distinfo | 2 | ||||
-rw-r--r-- | www/pear-Horde_Service_UrlShortener/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 95327f796df9..33e07a86f1e0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1320,6 +1320,7 @@ SUBDIR += pear-Horde_Routes SUBDIR += pear-Horde_Service_Facebook SUBDIR += pear-Horde_Service_Twitter + SUBDIR += pear-Horde_Service_UrlShortener SUBDIR += pear-Horde_Service_Weather SUBDIR += pear-Horde_SessionHandler SUBDIR += pear-Horde_Template diff --git a/www/pear-Horde_Service_UrlShortener/Makefile b/www/pear-Horde_Service_UrlShortener/Makefile new file mode 100644 index 000000000000..e092fc550f5d --- /dev/null +++ b/www/pear-Horde_Service_UrlShortener/Makefile @@ -0,0 +1,18 @@ +# Ports collection makefile for: pear-Horde_Service_UrlShortener +# Date created: 3 March 2012 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_Service_UrlShortener +DISTVERSION= 1.0.0 +CATEGORIES= www pear + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde URL shortening services interface + +USE_HORDE_RUN= Horde_Exception Horde_Http Horde_Url + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/www/pear-Horde_Service_UrlShortener/distinfo b/www/pear-Horde_Service_UrlShortener/distinfo new file mode 100644 index 000000000000..bb9ba4064bd4 --- /dev/null +++ b/www/pear-Horde_Service_UrlShortener/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Service_UrlShortener-1.0.0.tgz) = 6f08fb8c93f0da4c82e9486d6e295735202d506951752bcacc1ac17798b26217 +SIZE (Horde/Horde_Service_UrlShortener-1.0.0.tgz) = 1851 diff --git a/www/pear-Horde_Service_UrlShortener/pkg-descr b/www/pear-Horde_Service_UrlShortener/pkg-descr new file mode 100644 index 000000000000..c18c207627d6 --- /dev/null +++ b/www/pear-Horde_Service_UrlShortener/pkg-descr @@ -0,0 +1,3 @@ +This Horde package provides interfaces to various URL shortening services. + +WWW: http://pear.horde.org |