aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-08-06 22:21:29 +0800
committerswills <swills@FreeBSD.org>2012-08-06 22:21:29 +0800
commitcb0d33afb01a51757626e6ec0cb2463924f34406 (patch)
tree3d8a6d9902a284f93d77e51e02f8f3db513b55ef /net-mgmt
parent90cdb4cf070eceb9fc26f210bf06f13b5134f982 (diff)
downloadfreebsd-ports-gnome-cb0d33afb01a51757626e6ec0cb2463924f34406.tar.gz
freebsd-ports-gnome-cb0d33afb01a51757626e6ec0cb2463924f34406.tar.zst
freebsd-ports-gnome-cb0d33afb01a51757626e6ec0cb2463924f34406.zip
Tool for managing a fleet of machines in the cloud
WWW: https://github.com/rtyler/blimpy
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/rubygem-blimpy/Makefile26
-rw-r--r--net-mgmt/rubygem-blimpy/distinfo2
-rw-r--r--net-mgmt/rubygem-blimpy/pkg-descr3
4 files changed, 32 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 654b14e78501..3d9a2280217b 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -272,6 +272,7 @@
SUBDIR += routers2-extensions
SUBDIR += routers2-extras
SUBDIR += rrdbot
+ SUBDIR += rubygem-blimpy
SUBDIR += rubygem-snmp
SUBDIR += rubygem-visage-app
SUBDIR += satellite
diff --git a/net-mgmt/rubygem-blimpy/Makefile b/net-mgmt/rubygem-blimpy/Makefile
new file mode 100644
index 000000000000..49a11c9205c9
--- /dev/null
+++ b/net-mgmt/rubygem-blimpy/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: rubygem-blimpy
+# Date created: 2012-08-05
+# Whom: Steve Wills <swills@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= blimpy
+PORTVERSION= 0.4.3
+CATEGORIES= net-mgmt rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Tool for managing a fleet of machines in the cloud
+
+RUN_DEPENDS= rubygem-fog>=0:${PORTSDIR}/devel/rubygem-fog \
+ rubygem-minitar>=0:${PORTSDIR}/archivers/rubygem-minitar \
+ rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES= bin/blimpy
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/rubygem-blimpy/distinfo b/net-mgmt/rubygem-blimpy/distinfo
new file mode 100644
index 000000000000..b1f7f7fa1540
--- /dev/null
+++ b/net-mgmt/rubygem-blimpy/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/blimpy-0.4.3.gem) = 1bde21ab3dc681878cedfe5b714a214f4cafbfc1c100a80ec5bf86af05bb4865
+SIZE (rubygem/blimpy-0.4.3.gem) = 20992
diff --git a/net-mgmt/rubygem-blimpy/pkg-descr b/net-mgmt/rubygem-blimpy/pkg-descr
new file mode 100644
index 000000000000..a0c45c431f70
--- /dev/null
+++ b/net-mgmt/rubygem-blimpy/pkg-descr
@@ -0,0 +1,3 @@
+Tool for managing a fleet of machines in the cloud
+
+WWW: https://github.com/rtyler/blimpy