aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-mogilefs-client
diff options
context:
space:
mode:
authorMikolaj Golub <trociny@FreeBSD.org>2013-12-16 21:15:15 +0000
committerMikolaj Golub <trociny@FreeBSD.org>2013-12-16 21:15:15 +0000
commitf12b183be096c500b07ee25cbcd9a7720e0be153 (patch)
treed97c926af9831e05d841ca8229f5b7cbd3b40d6e /sysutils/rubygem-mogilefs-client
parent27c11cd4de49428fdee587df75232733d983a3d6 (diff)
downloadports-f12b183be096c500b07ee25cbcd9a7720e0be153.tar.gz
ports-f12b183be096c500b07ee25cbcd9a7720e0be153.zip
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)
Notes
Notes: svn path=/head/; revision=336668
Diffstat (limited to 'sysutils/rubygem-mogilefs-client')
-rw-r--r--sysutils/rubygem-mogilefs-client/Makefile20
-rw-r--r--sysutils/rubygem-mogilefs-client/distinfo2
-rw-r--r--sysutils/rubygem-mogilefs-client/pkg-descr6
3 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/rubygem-mogilefs-client/Makefile b/sysutils/rubygem-mogilefs-client/Makefile
new file mode 100644
index 000000000000..d738ad374d52
--- /dev/null
+++ b/sysutils/rubygem-mogilefs-client/Makefile
@@ -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>
diff --git a/sysutils/rubygem-mogilefs-client/distinfo b/sysutils/rubygem-mogilefs-client/distinfo
new file mode 100644
index 000000000000..6af37cc5a303
--- /dev/null
+++ b/sysutils/rubygem-mogilefs-client/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/mogilefs-client-3.7.1.gem) = 12b4c9233a6a4f9e11f77870ac0211124bda32f66394d4879883a3fe86420656
+SIZE (rubygem/mogilefs-client-3.7.1.gem) = 121344
diff --git a/sysutils/rubygem-mogilefs-client/pkg-descr b/sysutils/rubygem-mogilefs-client/pkg-descr
new file mode 100644
index 000000000000..3e4fe3ee36e6
--- /dev/null
+++ b/sysutils/rubygem-mogilefs-client/pkg-descr
@@ -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/