From owner-svn-ports-head@FreeBSD.ORG Mon Dec 16 21:15:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E476B6EF; Mon, 16 Dec 2013 21:15:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C5B681E6B; Mon, 16 Dec 2013 21:15:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGLFGxK022747; Mon, 16 Dec 2013 21:15:16 GMT (envelope-from trociny@svn.freebsd.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBGLFGVZ022743; Mon, 16 Dec 2013 21:15:16 GMT (envelope-from trociny@svn.freebsd.org) Message-Id: <201312162115.rBGLFGVZ022743@svn.freebsd.org> From: Mikolaj Golub Date: Mon, 16 Dec 2013 21:15:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336668 - in head/sysutils: . rubygem-mogilefs-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 21:15:17 -0000 Author: trociny Date: Mon Dec 16 21:15:15 2013 New Revision: 336668 URL: http://svnweb.freebsd.org/changeset/ports/336668 Log: rubygem-mogilefs-client: MogileFS client library for Ruby [NEW PORT] MogileFS is an open source distributed filesystem, see: mogilefs.org for more details. This library allows any Ruby application to read, write and delete files in a MogileFS instance. Approved by: bdrewery (mentor) Added: head/sysutils/rubygem-mogilefs-client/ head/sysutils/rubygem-mogilefs-client/Makefile (contents, props changed) head/sysutils/rubygem-mogilefs-client/distinfo (contents, props changed) head/sysutils/rubygem-mogilefs-client/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Dec 16 21:11:29 2013 (r336667) +++ head/sysutils/Makefile Mon Dec 16 21:15:15 2013 (r336668) @@ -816,6 +816,7 @@ SUBDIR += rubygem-hiera-json SUBDIR += rubygem-hiera-puppet SUBDIR += rubygem-log4r + SUBDIR += rubygem-mogilefs-client SUBDIR += rubygem-murder SUBDIR += rubygem-ohai SUBDIR += rubygem-parallel Added: head/sysutils/rubygem-mogilefs-client/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-mogilefs-client/Makefile Mon Dec 16 21:15:15 2013 (r336668) @@ -0,0 +1,20 @@ +# Created by: Mikolaj Golub +# $FreeBSD$ + +PORTNAME= mogilefs-client +PORTVERSION= 3.7.1 +CATEGORIES= sysutils +MASTER_SITES= RG + +MAINTAINER= trociny@FreeBSD.org +COMMENT= MogileFS client library for Ruby + +LICENSE= BSD + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/mog + +.include Added: head/sysutils/rubygem-mogilefs-client/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-mogilefs-client/distinfo Mon Dec 16 21:15:15 2013 (r336668) @@ -0,0 +1,2 @@ +SHA256 (rubygem/mogilefs-client-3.7.1.gem) = 12b4c9233a6a4f9e11f77870ac0211124bda32f66394d4879883a3fe86420656 +SIZE (rubygem/mogilefs-client-3.7.1.gem) = 121344 Added: head/sysutils/rubygem-mogilefs-client/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-mogilefs-client/pkg-descr Mon Dec 16 21:15:15 2013 (r336668) @@ -0,0 +1,6 @@ +MogileFS is an open source distributed filesystem, see: mogilefs.org +for more details. This library allows any Ruby application to read, +write and delete files in a MogileFS instance. + +Author: Eric Wong +WWW: http://bogomips.org/mogilefs-client/