svn commit: r336668 - in head/sysutils: . rubygem-mogilefs-client

Mikolaj Golub trociny at FreeBSD.org
Mon Dec 16 21:15:17 UTC 2013


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	mogilefs-client
+PORTVERSION=	3.7.1
+CATEGORIES=	sysutils
+MASTER_SITES=	RG
+
+MAINTAINER=	trociny at 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 at yhbt.net>
+WWW: http://bogomips.org/mogilefs-client/


More information about the svn-ports-head mailing list