Date: Sun, 6 Jul 2014 17:49:00 +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: r360946 - in head/databases: . rubygem-leo_manager_client Message-ID: <201407061749.s66Hn0Wo023735@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trociny Date: Sun Jul 6 17:49:00 2014 New Revision: 360946 URL: http://svnweb.freebsd.org/changeset/ports/360946 QAT: https://qat.redports.org/buildarchive/r360946/ Log: Add rubygem-leo_manager_client -- LeoFS-Manager client library for Ruby. LeoFS is a highly scalable, fault-tolerant distributed file system for the Web. This library allows any Ruby application to communicate with LeoFS manager. WWW: http://leo-project.net/ Added: head/databases/rubygem-leo_manager_client/ head/databases/rubygem-leo_manager_client/Makefile (contents, props changed) head/databases/rubygem-leo_manager_client/distinfo (contents, props changed) head/databases/rubygem-leo_manager_client/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Jul 6 17:42:01 2014 (r360945) +++ head/databases/Makefile Sun Jul 6 17:49:00 2014 (r360946) @@ -862,6 +862,7 @@ SUBDIR += rubygem-do_sqlite3 SUBDIR += rubygem-familia SUBDIR += rubygem-jdbc-mysql + SUBDIR += rubygem-leo_manager_client SUBDIR += rubygem-memcache SUBDIR += rubygem-memcache-client SUBDIR += rubygem-mysql Added: head/databases/rubygem-leo_manager_client/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-leo_manager_client/Makefile Sun Jul 6 17:49:00 2014 (r360946) @@ -0,0 +1,18 @@ +# Created by: Mikolaj Golub <trociny@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= leo_manager_client +PORTVERSION= 0.4.10 +CATEGORIES= databases +MASTER_SITES= RG + +MAINTAINER= trociny@FreeBSD.org +COMMENT= LeoFS-Manager client library for Ruby + +LICENSE= APACHE20 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/databases/rubygem-leo_manager_client/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-leo_manager_client/distinfo Sun Jul 6 17:49:00 2014 (r360946) @@ -0,0 +1,2 @@ +SHA256 (rubygem/leo_manager_client-0.4.10.gem) = 2411d00b384ad5ee2a04280822026f86d5d1fa57c25dc70de05f2f0341604085 +SIZE (rubygem/leo_manager_client-0.4.10.gem) = 16384 Added: head/databases/rubygem-leo_manager_client/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-leo_manager_client/pkg-descr Sun Jul 6 17:49:00 2014 (r360946) @@ -0,0 +1,5 @@ +LeoFS is a highly scalable, fault-tolerant distributed file system +for the Web. This library allows any Ruby application to communicate +with LeoFS manager. + +WWW: http://leo-project.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407061749.s66Hn0Wo023735>