1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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
This commit is contained in:
Steve Wills 2011-03-12 18:57:05 +00:00
parent c98b964cc6
commit ad62701167
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270757
4 changed files with 30 additions and 0 deletions

View File

@ -788,6 +788,7 @@
SUBDIR += rubygem-capistrano
SUBDIR += rubygem-chef
SUBDIR += rubygem-god
SUBDIR += rubygem-murder
SUBDIR += rubygem-ohai
SUBDIR += rubygem-sys-admin
SUBDIR += rubygem-sys-cpu

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/murder-0.1.2.gem) = 46e175c044af61ee97e0c629786e3d13c31a0fac598797793ec40bc778cc2b7a
SIZE (rubygem/murder-0.1.2.gem) = 114176

View File

@ -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