From owner-svn-ports-head@FreeBSD.ORG Sat May 24 02:02:17 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 459FF7AD; Sat, 24 May 2014 02:02:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16ED82C17; Sat, 24 May 2014 02:02:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4O22G2S087063; Sat, 24 May 2014 02:02:16 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4O22GcA087059; Sat, 24 May 2014 02:02:16 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201405240202.s4O22GcA087059@svn.freebsd.org> From: Steve Wills Date: Sat, 24 May 2014 02:02:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354971 - in head/www: . rubygem-akami X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 02:02:17 -0000 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 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 +# $FreeBSD$ + +PORTNAME= akami +PORTVERSION= 1.0.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= joe@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 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