svn commit: r412235 - in head/net: . rubygem-fog-rackspace

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 31 15:37:57 UTC 2016


Author: sunpoet
Date: Thu Mar 31 15:37:55 2016
New Revision: 412235
URL: https://svnweb.freebsd.org/changeset/ports/412235

Log:
  - Add rubygem-fog-rackspace 0.1.1
  
  Fog::Rackspace is a module for the 'fog' gem to support Rackspace.
  
  WWW: https://github.com/fog/fog-rackspace

Added:
  head/net/rubygem-fog-rackspace/
  head/net/rubygem-fog-rackspace/Makefile   (contents, props changed)
  head/net/rubygem-fog-rackspace/distinfo   (contents, props changed)
  head/net/rubygem-fog-rackspace/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Mar 31 15:37:29 2016	(r412234)
+++ head/net/Makefile	Thu Mar 31 15:37:55 2016	(r412235)
@@ -1102,6 +1102,7 @@
     SUBDIR += rubygem-fog-openstack
     SUBDIR += rubygem-fog-powerdns
     SUBDIR += rubygem-fog-profitbricks
+    SUBDIR += rubygem-fog-rackspace
     SUBDIR += rubygem-fog-radosgw
     SUBDIR += rubygem-fog-riakcs
     SUBDIR += rubygem-fog-sakuracloud

Added: head/net/rubygem-fog-rackspace/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-fog-rackspace/Makefile	Thu Mar 31 15:37:55 2016	(r412235)
@@ -0,0 +1,25 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fog-rackspace
+PORTVERSION=	0.1.1
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Module for the 'fog' gem to support Rackspace
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-fog-core>=1.35:devel/rubygem-fog-core \
+		rubygem-fog-json>=1.0:devel/rubygem-fog-json \
+		rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \
+		rubygem-ipaddress>=0.8:net/rubygem-ipaddress
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-fog-rackspace/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-fog-rackspace/distinfo	Thu Mar 31 15:37:55 2016	(r412235)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/fog-rackspace-0.1.1.gem) = 4a8c7a2432dd32321958c869f3b1b8190cf4eac292024e6ea267bc6040a44b78
+SIZE (rubygem/fog-rackspace-0.1.1.gem) = 227328

Added: head/net/rubygem-fog-rackspace/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-fog-rackspace/pkg-descr	Thu Mar 31 15:37:55 2016	(r412235)
@@ -0,0 +1,3 @@
+Fog::Rackspace is a module for the 'fog' gem to support Rackspace.
+
+WWW: https://github.com/fog/fog-rackspace


More information about the svn-ports-all mailing list