aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-murder
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-03-12 18:57:05 +0000
committerSteve Wills <swills@FreeBSD.org>2011-03-12 18:57:05 +0000
commitad627011671af52240eade782b42ba6e5ccfe528 (patch)
tree120c0ec92cfb985180bac6233c410a74e7eee4ec /sysutils/rubygem-murder
parentc98b964cc6a5bca281522c5472d9adabbd4875a0 (diff)
downloadports-ad627011671af52240eade782b42ba6e5ccfe528.tar.gz
ports-ad627011671af52240eade782b42ba6e5ccfe528.zip
Murder is a method of using Bittorrent to distribute files to a large amount
of servers within a production environment. This allows for scaleable and fast deploys in environments of hundreds to tens of thousands of servers where centralized distribution systems wouldn't otherwise function. WWW: http://github.com/lg/murder
Notes
Notes: svn path=/head/; revision=270757
Diffstat (limited to 'sysutils/rubygem-murder')
-rw-r--r--sysutils/rubygem-murder/Makefile21
-rw-r--r--sysutils/rubygem-murder/distinfo2
-rw-r--r--sysutils/rubygem-murder/pkg-descr6
3 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/rubygem-murder/Makefile b/sysutils/rubygem-murder/Makefile
new file mode 100644
index 000000000000..69920240cd7f
--- /dev/null
+++ b/sysutils/rubygem-murder/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: rubygem-murder
+# Date created: 2011-02-18
+# Whom: Steve Wills <swills@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= murder
+PORTVERSION= 0.1.2
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+
+MAINTAINER= swills@FreeBSD.org
+COMMENT= Large scale deploys using BitTorrent
+
+USE_RUBY= yes
+USE_PYTHON= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-murder/distinfo b/sysutils/rubygem-murder/distinfo
new file mode 100644
index 000000000000..fe95e932fc4b
--- /dev/null
+++ b/sysutils/rubygem-murder/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/murder-0.1.2.gem) = 46e175c044af61ee97e0c629786e3d13c31a0fac598797793ec40bc778cc2b7a
+SIZE (rubygem/murder-0.1.2.gem) = 114176
diff --git a/sysutils/rubygem-murder/pkg-descr b/sysutils/rubygem-murder/pkg-descr
new file mode 100644
index 000000000000..2c4698eb9afc
--- /dev/null
+++ b/sysutils/rubygem-murder/pkg-descr
@@ -0,0 +1,6 @@
+Murder is a method of using Bittorrent to distribute files to a large amount
+of servers within a production environment. This allows for scaleable and
+fast deploys in environments of hundreds to tens of thousands of servers
+where centralized distribution systems wouldn't otherwise function.
+
+WWW: http://github.com/lg/murder