From 564b6722f73ba58bd8c65a915b9b75fcac1c57d9 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Tue, 8 Nov 2016 23:59:19 +0000 Subject: [PATCH] New port: www/pear-Horde_Service_Gravatar Horde library for accessing the Avatar services at gravatar.com. WWW: http://pear.horde.org --- www/Makefile | 1 + www/pear-Horde_Service_Gravatar/Makefile | 15 +++++++++++++++ www/pear-Horde_Service_Gravatar/distinfo | 3 +++ www/pear-Horde_Service_Gravatar/pkg-descr | 3 +++ 4 files changed, 22 insertions(+) create mode 100644 www/pear-Horde_Service_Gravatar/Makefile create mode 100644 www/pear-Horde_Service_Gravatar/distinfo create mode 100644 www/pear-Horde_Service_Gravatar/pkg-descr diff --git a/www/Makefile b/www/Makefile index 912456386df5..ee423402af8b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1383,6 +1383,7 @@ SUBDIR += pear-Horde_Http SUBDIR += pear-Horde_Routes SUBDIR += pear-Horde_Service_Facebook + SUBDIR += pear-Horde_Service_Gravatar SUBDIR += pear-Horde_Service_Twitter SUBDIR += pear-Horde_Service_UrlShortener SUBDIR += pear-Horde_Service_Weather diff --git a/www/pear-Horde_Service_Gravatar/Makefile b/www/pear-Horde_Service_Gravatar/Makefile new file mode 100644 index 000000000000..e772f268461c --- /dev/null +++ b/www/pear-Horde_Service_Gravatar/Makefile @@ -0,0 +1,15 @@ +# Created by: Martin Matuska +# $FreeBSD$ + +PORTNAME= Horde_Service_Gravatar +PORTVERSION= 1.0.1 +CATEGORIES= www pear + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde API accessor for gravatar.com + +USES= horde +USE_HORDE_RUN= Horde_Http \ + Horde_Url + +.include diff --git a/www/pear-Horde_Service_Gravatar/distinfo b/www/pear-Horde_Service_Gravatar/distinfo new file mode 100644 index 000000000000..a844c59add0d --- /dev/null +++ b/www/pear-Horde_Service_Gravatar/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478649372 +SHA256 (Horde/Horde_Service_Gravatar-1.0.1.tgz) = 8a8bef6168d7373b2c6703394802a8243a0f70d403a4410f7f1da1924dbcdc98 +SIZE (Horde/Horde_Service_Gravatar-1.0.1.tgz) = 13197 diff --git a/www/pear-Horde_Service_Gravatar/pkg-descr b/www/pear-Horde_Service_Gravatar/pkg-descr new file mode 100644 index 000000000000..6a56a125eeec --- /dev/null +++ b/www/pear-Horde_Service_Gravatar/pkg-descr @@ -0,0 +1,3 @@ +Horde library for accessing the Avatar services at gravatar.com. + +WWW: http://pear.horde.org