svn commit: r425776 - in head/www: . pear-Horde_Service_Gravatar

Martin Matuska mm at FreeBSD.org
Tue Nov 8 23:59:21 UTC 2016


Author: mm
Date: Tue Nov  8 23:59:19 2016
New Revision: 425776
URL: https://svnweb.freebsd.org/changeset/ports/425776

Log:
  New port: www/pear-Horde_Service_Gravatar
  
  Horde library for accessing the Avatar services at gravatar.com.
  
  WWW: http://pear.horde.org

Added:
  head/www/pear-Horde_Service_Gravatar/
  head/www/pear-Horde_Service_Gravatar/Makefile   (contents, props changed)
  head/www/pear-Horde_Service_Gravatar/distinfo   (contents, props changed)
  head/www/pear-Horde_Service_Gravatar/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Nov  8 23:53:53 2016	(r425775)
+++ head/www/Makefile	Tue Nov  8 23:59:19 2016	(r425776)
@@ -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

Added: head/www/pear-Horde_Service_Gravatar/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/pear-Horde_Service_Gravatar/Makefile	Tue Nov  8 23:59:19 2016	(r425776)
@@ -0,0 +1,15 @@
+# Created by: Martin Matuska <mm at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Horde_Service_Gravatar
+PORTVERSION=	1.0.1
+CATEGORIES=	www pear
+
+MAINTAINER=	horde at FreeBSD.org
+COMMENT=	Horde API accessor for gravatar.com
+
+USES=	horde
+USE_HORDE_RUN=	Horde_Http \
+		Horde_Url
+
+.include <bsd.port.mk>

Added: head/www/pear-Horde_Service_Gravatar/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/pear-Horde_Service_Gravatar/distinfo	Tue Nov  8 23:59:19 2016	(r425776)
@@ -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

Added: head/www/pear-Horde_Service_Gravatar/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/pear-Horde_Service_Gravatar/pkg-descr	Tue Nov  8 23:59:19 2016	(r425776)
@@ -0,0 +1,3 @@
+Horde library for accessing the Avatar services at gravatar.com.
+
+WWW: http://pear.horde.org


More information about the svn-ports-all mailing list