From owner-svn-ports-head@FreeBSD.ORG Mon Nov 24 19:11:20 2014 Return-Path: Delivered-To: svn-ports-head@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 67988279; Mon, 24 Nov 2014 19:11:20 +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 3991A1CF; Mon, 24 Nov 2014 19:11:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOJBKuf030556; Mon, 24 Nov 2014 19:11:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAOJBJ2V030551; Mon, 24 Nov 2014 19:11:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201411241911.sAOJBJ2V030551@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 24 Nov 2014 19:11:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373359 - in head/net: . rubygem-fog-voxel 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-1 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: Mon, 24 Nov 2014 19:11:20 -0000 Author: sunpoet Date: Mon Nov 24 19:11:18 2014 New Revision: 373359 URL: https://svnweb.freebsd.org/changeset/ports/373359 QAT: https://qat.redports.org/buildarchive/r373359/ Log: - Add rubygem-fog-voxel 0.0.1 Fog::Voxel is a module for the fog gem to support Voxel. WWW: https://github.com/fog/fog-voxel RG: https://rubygems.org/gems/fog-voxel Added: head/net/rubygem-fog-voxel/ head/net/rubygem-fog-voxel/Makefile (contents, props changed) head/net/rubygem-fog-voxel/distinfo (contents, props changed) head/net/rubygem-fog-voxel/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Nov 24 19:10:44 2014 (r373358) +++ head/net/Makefile Mon Nov 24 19:11:18 2014 (r373359) @@ -1012,6 +1012,7 @@ SUBDIR += rubygem-fog-sakuracloud SUBDIR += rubygem-fog-softlayer SUBDIR += rubygem-fog-terremark + SUBDIR += rubygem-fog-voxel SUBDIR += rubygem-geoip SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-http_parser.rb Added: head/net/rubygem-fog-voxel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-voxel/Makefile Mon Nov 24 19:11:18 2014 (r373359) @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fog-voxel +PORTVERSION= 0.0.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support Voxel + +LICENSE= MIT + +RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \ + rubygem-fog-xml>=0:${PORTSDIR}/textproc/rubygem-fog-xml + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-fog-voxel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-voxel/distinfo Mon Nov 24 19:11:18 2014 (r373359) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-voxel-0.0.1.gem) = 5b7c35d57cd59b808c6ff0ed5d2bf65f36040354a239b3adac9be99687a57c4f +SIZE (rubygem/fog-voxel-0.0.1.gem) = 19456 Added: head/net/rubygem-fog-voxel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-voxel/pkg-descr Mon Nov 24 19:11:18 2014 (r373359) @@ -0,0 +1,4 @@ +Fog::Voxel is a module for the fog gem to support Voxel. + +WWW: https://github.com/fog/fog-voxel +RG: https://rubygems.org/gems/fog-voxel