From owner-svn-ports-all@FreeBSD.ORG Sun Apr 5 21:24:37 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C315B705; Sun, 5 Apr 2015 21:24:37 +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 9440FFF5; Sun, 5 Apr 2015 21:24:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t35LObg2067996; Sun, 5 Apr 2015 21:24:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t35LOa9W067992; Sun, 5 Apr 2015 21:24:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504052124.t35LOa9W067992@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Apr 2015 21:24:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383362 - in head/net: . rubygem-fog-local X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2015 21:24:37 -0000 Author: sunpoet Date: Sun Apr 5 21:24:35 2015 New Revision: 383362 URL: https://svnweb.freebsd.org/changeset/ports/383362 Log: - Add rubygem-fog-local 0.1.0 Fog::Local is a module for the 'fog' gem to support local filesystem storage. WWW: https://github.com/fog/fog-local RG: https://rubygems.org/gems/fog-local Added: head/net/rubygem-fog-local/ head/net/rubygem-fog-local/Makefile (contents, props changed) head/net/rubygem-fog-local/distinfo (contents, props changed) head/net/rubygem-fog-local/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Apr 5 21:17:22 2015 (r383361) +++ head/net/Makefile Sun Apr 5 21:24:35 2015 (r383362) @@ -1046,6 +1046,7 @@ SUBDIR += rubygem-fog-atmos SUBDIR += rubygem-fog-aws SUBDIR += rubygem-fog-ecloud + SUBDIR += rubygem-fog-local SUBDIR += rubygem-fog-profitbricks SUBDIR += rubygem-fog-radosgw SUBDIR += rubygem-fog-riakcs Added: head/net/rubygem-fog-local/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-local/Makefile Sun Apr 5 21:24:35 2015 (r383362) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fog-local +PORTVERSION= 0.1.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support local filesystem storage + +LICENSE= MIT + +RUN_DEPENDS= rubygem-fog-core>=1.27:${PORTSDIR}/devel/rubygem-fog-core + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-fog-local/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-local/distinfo Sun Apr 5 21:24:35 2015 (r383362) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-local-0.1.0.gem) = 1d174a1f67b89615e437ed19384181c2cd4c4ee9e8daa98675becee9af648225 +SIZE (rubygem/fog-local-0.1.0.gem) = 14336 Added: head/net/rubygem-fog-local/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-local/pkg-descr Sun Apr 5 21:24:35 2015 (r383362) @@ -0,0 +1,4 @@ +Fog::Local is a module for the 'fog' gem to support local filesystem storage. + +WWW: https://github.com/fog/fog-local +RG: https://rubygems.org/gems/fog-local