svn commit: r307695 - in head/net: . rubygem-rye
Steve Wills
swills at FreeBSD.org
Fri Nov 23 22:58:03 UTC 2012
Author: swills
Date: Fri Nov 23 22:58:02 2012
New Revision: 307695
URL: http://svnweb.freebsd.org/changeset/ports/307695
Log:
Rye: Safely run SSH commands on a bunch of machines at the same time.
WWW: https://github.com/delano/rye/
Feature safe: yes
Added:
head/net/rubygem-rye/
head/net/rubygem-rye/Makefile (contents, props changed)
head/net/rubygem-rye/distinfo (contents, props changed)
head/net/rubygem-rye/pkg-descr (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Fri Nov 23 22:56:48 2012 (r307694)
+++ head/net/Makefile Fri Nov 23 22:58:02 2012 (r307695)
@@ -1021,6 +1021,7 @@
SUBDIR += rubygem-righthttpconnection
SUBDIR += rubygem-rightslicehost
SUBDIR += rubygem-rubytter
+ SUBDIR += rubygem-rye
SUBDIR += rubygem-simple_oauth
SUBDIR += rubygem-stompserver
SUBDIR += rubygem-tweetstream
Added: head/net/rubygem-rye/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-rye/Makefile Fri Nov 23 22:58:02 2012 (r307695)
@@ -0,0 +1,22 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rye
+PORTVERSION= 0.9.7
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= swills at FreeBSD.org
+COMMENT= Safely run SSH commands on a bunch of machines at the same time
+
+RUN_DEPENDS= rubygem-annoy>=0:${PORTSDIR}/devel/rubygem-annoy \
+ rubygem-highline>=1.5.1:${PORTSDIR}/devel/rubygem-highline \
+ rubygem-net-scp>=1.0.2:${PORTSDIR}/security/rubygem-net-scp \
+ rubygem-net-ssh>=2.0.13:${PORTSDIR}/security/rubygem-net-ssh \
+ rubygem-sysinfo>=0.7.3:${PORTSDIR}/devel/rubygem-sysinfo
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/net/rubygem-rye/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-rye/distinfo Fri Nov 23 22:58:02 2012 (r307695)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rye-0.9.7.gem) = ea98c7dd91a892cea477d55d1d7fff8cf0c4426b96da9e57311a5478ffd0ed3b
+SIZE (rubygem/rye-0.9.7.gem) = 47616
Added: head/net/rubygem-rye/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-rye/pkg-descr Fri Nov 23 22:58:02 2012 (r307695)
@@ -0,0 +1,3 @@
+Rye: Safely run SSH commands on a bunch of machines at the same time.
+
+WWW: https://github.com/delano/rye/
More information about the svn-ports-all
mailing list