Bug 187480 - [NEW PORT] devel/rubygem-moneta06: An unified interface to key/value stores
Summary: [NEW PORT] devel/rubygem-moneta06: An unified interface to key/value stores
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 14:50 UTC by renchap
Modified: 2014-03-13 19:36 UTC (History)
0 users

See Also:


Attachments
.shar (1.45 KB, text/plain)
2014-03-12 14:50 UTC, renchap
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description renchap 2014-03-12 14:50:00 UTC
Moneta provides a standard interface for interacting with various kinds of
key/value stores.

WWW: http://www.yehudakatz.com

Generated with FreeBSD Port Tools 0.99_11 (mode: new)
Comment 1 Steve Wills freebsd_committer freebsd_triage 2014-03-13 16:37:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-13 19:22:28 UTC
Author: swills
Date: Thu Mar 13 19:22:19 2014
New Revision: 348118
URL: http://svnweb.freebsd.org/changeset/ports/348118
QAT: https://qat.redports.org/buildarchive/r348118/

Log:
  Moneta provides a standard interface for interacting with various kinds of
  key/value stores.
  
  WWW: http://www.yehudakatz.com
  
  PR:		ports/187480
  Submitted by:	renchap@cocoa-x.com

Added:
  head/devel/rubygem-moneta06/
  head/devel/rubygem-moneta06/Makefile   (contents, props changed)
  head/devel/rubygem-moneta06/distinfo   (contents, props changed)
  head/devel/rubygem-moneta06/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Mar 13 18:59:49 2014	(r348117)
+++ head/devel/Makefile	Thu Mar 13 19:22:19 2014	(r348118)
@@ -4274,6 +4274,7 @@
     SUBDIR += rubygem-mkrf
     SUBDIR += rubygem-mocha
     SUBDIR += rubygem-moneta
+    SUBDIR += rubygem-moneta06
     SUBDIR += rubygem-mongo
     SUBDIR += rubygem-msgpack
     SUBDIR += rubygem-mspec

Added: head/devel/rubygem-moneta06/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-moneta06/Makefile	Thu Mar 13 19:22:19 2014	(r348118)
@@ -0,0 +1,17 @@
+# Created by: renchap@cocoa-x.com
+# $FreeBSD$
+
+PORTNAME=	moneta
+PORTVERSION=	0.6.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	06
+
+MAINTAINER=	renchap@cocoa-x.com
+COMMENT=	Unified interface to key/value stores
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-moneta06/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-moneta06/distinfo	Thu Mar 13 19:22:19 2014	(r348118)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/moneta-0.6.0.gem) = cc9a105367f75bda9b734a0a65f9c7e4d1ce29793a98027c18ffd7401ba538df
+SIZE (rubygem/moneta-0.6.0.gem) = 10752

Added: head/devel/rubygem-moneta06/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-moneta06/pkg-descr	Thu Mar 13 19:22:19 2014	(r348118)
@@ -0,0 +1,4 @@
+Moneta provides a standard interface for interacting with various kinds of
+key/value stores.
+
+WWW: http://www.yehudakatz.com
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-03-13 19:36:05 UTC
State Changed
From-To: open->closed

New port added. Thanks!