* [bug#28643] [PATCH] gnu: Add virtuoso-ose.
@ 2017-09-29 11:00 Roel Janssen
2017-10-03 13:15 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Roel Janssen @ 2017-09-29 11:00 UTC (permalink / raw)
To: 28643
[-- Attachment #1: Type: text/plain, Size: 131 bytes --]
Dear Guix,
I'd like to add Virtuoso. The license headers state GPLv2 *only*.
Thanks for your time.
Kind regards,
Roel Janssen
[-- Attachment #2: 0001-gnu-Add-virtuoso-ose.patch --]
[-- Type: text/x-diff, Size: 2117 bytes --]
From 424ef2345220da129e68c4ff1f37152e0a450ac6 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Fri, 29 Sep 2017 12:53:14 +0200
Subject: [PATCH] gnu: Add virtuoso-ose.
* gnu/packages/databases.scm (virtuoso-ose): New variable.
---
gnu/packages/databases.scm | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 6ce5898..12c2c62 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2015 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
-;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
+;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016 David Craven <david@craven.ch>
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016 Andy Patterson <ajpatter@uwaterloo.ca>
@@ -1676,3 +1676,28 @@ implementation for Python.")
(define-public python2-orator
(package-with-python2 (strip-python2-variant python-orator)))
+
+(define-public virtuoso-ose
+ (package
+ (name "virtuoso-ose")
+ (version "7.2.4.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/openlink/virtuoso-opensource/releases/"
+ "download/v" version "/virtuoso-opensource-" version ".tar.gz"))
+ (sha256
+ (base32 "12dqam1gc1v93l0bj0vlpvjqppki6y1hqrlznywxnw0rrz9pb002"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:tests? #f)) ; Tests require a network connection.
+ (inputs
+ `(("openssl" ,openssl)
+ ("net-tools" ,net-tools)))
+ (home-page "http://vos.openlinksw.com/owiki/wiki/VOS/")
+ (synopsis "Multi-model database system")
+ (description "Virtuoso is a scalable cross-platform server that combines
+relational, graph, and document data management with web application server
+and web services platform functionality.")
+ (license license:gpl2)))
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#28643] [PATCH] gnu: Add virtuoso-ose.
2017-09-29 11:00 [bug#28643] [PATCH] gnu: Add virtuoso-ose Roel Janssen
@ 2017-10-03 13:15 ` Ludovic Courtès
2017-10-03 13:37 ` bug#28643: " Roel Janssen
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-10-03 13:15 UTC (permalink / raw)
To: Roel Janssen; +Cc: 28643
Roel Janssen <roel@gnu.org> skribis:
> From 424ef2345220da129e68c4ff1f37152e0a450ac6 Mon Sep 17 00:00:00 2001
> From: Roel Janssen <roel@gnu.org>
> Date: Fri, 29 Sep 2017 12:53:14 +0200
> Subject: [PATCH] gnu: Add virtuoso-ose.
>
> * gnu/packages/databases.scm (virtuoso-ose): New variable.
LGTM, thanks!
Ludo'.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#28643: [PATCH] gnu: Add virtuoso-ose.
2017-10-03 13:15 ` Ludovic Courtès
@ 2017-10-03 13:37 ` Roel Janssen
0 siblings, 0 replies; 3+ messages in thread
From: Roel Janssen @ 2017-10-03 13:37 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 28643-done
Ludovic Courtès writes:
> Roel Janssen <roel@gnu.org> skribis:
>
>> From 424ef2345220da129e68c4ff1f37152e0a450ac6 Mon Sep 17 00:00:00 2001
>> From: Roel Janssen <roel@gnu.org>
>> Date: Fri, 29 Sep 2017 12:53:14 +0200
>> Subject: [PATCH] gnu: Add virtuoso-ose.
>>
>> * gnu/packages/databases.scm (virtuoso-ose): New variable.
>
> LGTM, thanks!
>
> Ludo'.
Thanks, I pushed this in 61ce0998e.
Kind regards,
Roel Janssen
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-03 13:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-29 11:00 [bug#28643] [PATCH] gnu: Add virtuoso-ose Roel Janssen
2017-10-03 13:15 ` Ludovic Courtès
2017-10-03 13:37 ` bug#28643: " Roel Janssen
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).