svn commit: r373359 - in head/net: . rubygem-fog-voxel
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Nov 24 19:11:20 UTC 2014
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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= fog-voxel
+PORTVERSION= 0.0.1
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list