1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

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)
This commit is contained in:
Mikolaj Golub 2013-12-16 21:15:15 +00:00
parent 27c11cd4de
commit f12b183be0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336668
4 changed files with 29 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/mogilefs-client-3.7.1.gem) = 12b4c9233a6a4f9e11f77870ac0211124bda32f66394d4879883a3fe86420656
SIZE (rubygem/mogilefs-client-3.7.1.gem) = 121344

View File

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