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:
parent
27c11cd4de
commit
f12b183be0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336668
@ -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
|
||||
|
20
sysutils/rubygem-mogilefs-client/Makefile
Normal file
20
sysutils/rubygem-mogilefs-client/Makefile
Normal 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>
|
2
sysutils/rubygem-mogilefs-client/distinfo
Normal file
2
sysutils/rubygem-mogilefs-client/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/mogilefs-client-3.7.1.gem) = 12b4c9233a6a4f9e11f77870ac0211124bda32f66394d4879883a3fe86420656
|
||||
SIZE (rubygem/mogilefs-client-3.7.1.gem) = 121344
|
6
sysutils/rubygem-mogilefs-client/pkg-descr
Normal file
6
sysutils/rubygem-mogilefs-client/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user