Date: Mon, 16 Dec 2013 21:15:16 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> 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 Message-ID: <201312162115.rBGLFGVZ022743@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <trociny@FreeBSD.org> +# $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 <bsd.port.mk> 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 <normalperson@yhbt.net> +WWW: http://bogomips.org/mogilefs-client/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312162115.rBGLFGVZ022743>