unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] kyotocabinet
@ 2016-02-24 21:19 Nils Gillmann
  2016-02-25 10:57 ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Nils Gillmann @ 2016-02-24 21:19 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 108 bytes --]

This closes the previous thread with an equal name.

The attached patch adds kyotocabinet to databases.scm


[-- Attachment #2: 0001-Subject-PATCH-gnu-Add-kyotocabinet.patch --]
[-- Type: text/x-patch, Size: 2133 bytes --]

From 514a319a3e7e5a085be58c9a7d5ba5343fe8354d Mon Sep 17 00:00:00 2001
From: Nils Gillmann <niasterisk@grrlz.net>
Date: Wed, 24 Feb 2016 22:12:42 +0100
Subject: [PATCH] Subject: [PATCH] gnu: Add kyotocabinet

* gnu/packages/databases.scm (kyotocabinet): New variable.
---
 gnu/packages/databases.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index b51d968..7c30208 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
 ;;; Copyright © 2015 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016 Nils Gillmann <niasterisk@grrlz.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -822,3 +823,30 @@ supports many data structures including strings, hashes, lists, sets, sorted
 sets, bitmaps and hyperloglogs.")
     (home-page "http://redis.io/")
     (license bsd-3)))
+
+(define-public kyotocabinet
+  (package
+    (name "kyotocabinet")
+    (version "1.2.76")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://fallabs.com/kyotocabinet/pkg/"
+                                  name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0g6js20x7vnpq4p8ghbw3mh9wpqksya9vwhzdx6dnlf354zjsal1"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags
+       (list
+        (string-append "LDFLAGS=-Wl,-rpath="
+                       (assoc-ref %outputs "out") "/lib"))))
+    (inputs `(("zlib" ,zlib)))
+    (home-page "http://fallabs.com/kyotocabinet/")
+    (synopsis
+     "Kyoto Cabinet is a modern implementation of the DBM database")
+    (description
+     "Kyoto Cabinet is a standalone file-based database that supports Hash
+and B+ Tree data storage models.  It is a fast key-value lightweight
+database and supports many programming languages.  It is a NoSQL database.")
+    (license gpl3+)))
-- 
2.6.3


[-- Attachment #3: Type: text/plain, Size: 141 bytes --]


Thanks,
-- 

ng

irc://loupsycedyglgamf.onion:67/~NiAsterisk
http://loupsycedyglgamf.onion/NiAsterisk/
torify telnet loupsycedyglgamf.onion

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] kyotocabinet
  2016-02-24 21:19 [PATCH] kyotocabinet Nils Gillmann
@ 2016-02-25 10:57 ` Ricardo Wurmus
  2016-02-25 11:45   ` Nils Gillmann
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2016-02-25 10:57 UTC (permalink / raw)
  To: Nils Gillmann; +Cc: guix-devel


Nils Gillmann <niasterisk@grrlz.net> writes:

> This closes the previous thread with an equal name.
>
> The attached patch adds kyotocabinet to databases.scm

Thanks.  I changed the commit summary (there was a spurious “Subject:
[PATCH]”) and pushed it.

~~ Ricardo

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] kyotocabinet
  2016-02-25 10:57 ` Ricardo Wurmus
@ 2016-02-25 11:45   ` Nils Gillmann
  0 siblings, 0 replies; 3+ messages in thread
From: Nils Gillmann @ 2016-02-25 11:45 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> writes:

> Nils Gillmann <niasterisk@grrlz.net> writes:
>
>> This closes the previous thread with an equal name.
>>
>> The attached patch adds kyotocabinet to databases.scm
>
> Thanks.  I changed the commit summary (there was a spurious “Subject:
> [PATCH]”) and pushed it.
>
> ~~ Ricardo
>
>

Thanks for looking into and pushing it!

thanks,
-- 

ng

irc://loupsycedyglgamf.onion:67/~NiAsterisk
http://loupsycedyglgamf.onion/NiAsterisk/
torify telnet loupsycedyglgamf.onion

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-25 11:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-24 21:19 [PATCH] kyotocabinet Nils Gillmann
2016-02-25 10:57 ` Ricardo Wurmus
2016-02-25 11:45   ` Nils Gillmann

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).