svn commit: r354971 - in head/www: . rubygem-akami

Steve Wills swills at FreeBSD.org
Sat May 24 02:02:17 UTC 2014


Author: swills
Date: Sat May 24 02:02:15 2014
New Revision: 354971
URL: http://svnweb.freebsd.org/changeset/ports/354971
QAT: https://qat.redports.org/buildarchive/r354971/

Log:
  A library for building web service security.
  
  WWW: https://rubygems.org/gems/akami
  
  PR:		ports/189433
  Submitted by:	Joseph Benden <joe at thrallingpenguin.com>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat May 24 01:59:10 2014	(r354970)
+++ head/www/Makefile	Sat May 24 02:02:15 2014	(r354971)
@@ -1759,6 +1759,7 @@
     SUBDIR += rubygem-activeresource
     SUBDIR += rubygem-acts-as-taggable-on
     SUBDIR += rubygem-addressable
+    SUBDIR += rubygem-akami
     SUBDIR += rubygem-amazon-ecs
     SUBDIR += rubygem-anemone
     SUBDIR += rubygem-async_sinatra

Added: head/www/rubygem-akami/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-akami/Makefile	Sat May 24 02:02:15 2014	(r354971)
@@ -0,0 +1,20 @@
+# Created by: Joseph Benden <joe at thrallingpenguin.com>
+# $FreeBSD$
+
+PORTNAME=	akami
+PORTVERSION=	1.0.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	joe at thrallingpenguin.com
+COMMENT=	Library for building web service security
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-gyoku>=0.4.6:${PORTSDIR}/devel/rubygem-gyoku
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-akami/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-akami/distinfo	Sat May 24 02:02:15 2014	(r354971)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/akami-1.0.0.gem) = 41701e7c925fdd0534d302f79596e56bd380627768b4fd62c25a85285b06602d
+SIZE (rubygem/akami-1.0.0.gem) = 8192

Added: head/www/rubygem-akami/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-akami/pkg-descr	Sat May 24 02:02:15 2014	(r354971)
@@ -0,0 +1,3 @@
+A library for building web service security.
+
+WWW: https://rubygems.org/gems/akami


More information about the svn-ports-all mailing list