[Lunar-commits] <moonbase> virtuoso: Adding to moonbase. Will be an optional_depends for kde4/nepomuk.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Jan 16 13:47:49 CET 2010


commit 3066718e3d26dffa3170cefd22fb89be7ef85083
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Jan 16 07:47:49 2010 -0500

    virtuoso: Adding to moonbase. Will be an optional_depends for kde4/nepomuk.
    
    For now do not bump this to 6.0.0; it is not supported.
---
 sql/virtuoso/BUILD   |    7 +++++++
 sql/virtuoso/DEPENDS |    1 +
 sql/virtuoso/DETAILS |   24 ++++++++++++++++++++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/sql/virtuoso/BUILD b/sql/virtuoso/BUILD
new file mode 100644
index 0000000..b8530df
--- /dev/null
+++ b/sql/virtuoso/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS+=" --disable-all-vads --without-debug" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/sql/virtuoso/DEPENDS b/sql/virtuoso/DEPENDS
new file mode 100644
index 0000000..81b7111
--- /dev/null
+++ b/sql/virtuoso/DEPENDS
@@ -0,0 +1 @@
+depends libiodbc
diff --git a/sql/virtuoso/DETAILS b/sql/virtuoso/DETAILS
new file mode 100644
index 0000000..60d4e38
--- /dev/null
+++ b/sql/virtuoso/DETAILS
@@ -0,0 +1,24 @@
+          MODULE=virtuoso
+            TYPE=opensource
+         VERSION=5.0.12
+          SOURCE=$MODULE-$TYPE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$TYPE-$VERSION
+      SOURCE_URL=$SFORGE_URL/virtuoso/files/virtuoso/5.0.12/
+      SOURCE_VFY=sha1:7e4a27b7a133ded8aa6c7c8834e72012582ff29a
+        WEB_SITE=http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
+         ENTERED=20100116
+         UPDATED=20100116
+           SHORT="high-performance object-relational SQL database"
+
+cat << EOF
+At core, Virtuoso is a high-performance object-relational SQL database. As a database,
+it provides transactions, a smart SQL compiler, powerful stored-procedure language with
+optional Java and .Net server-side hosting, hot backup, SQL-99 support and more. It has
+all major data-access interfaces, such as ODBC, JDBC, ADO .Net and OLE/DB.
+
+Virtuoso has a built-in web server which can serve dynamic web pages written in Virtuoso's
+web language (VSP) as well as PHP, ASP .net and others. This same web server provides SOAP
+and REST access to Virtuoso stored procedures, supporting a broad set of WS protocols such
+as WS-Security, WS-Reliable Messaging and others. A BPEL4WS run time is also available as 
+part of Virtuoso's SOA suite.
+EOF


More information about the Lunar-commits mailing list