summaryrefslogtreecommitdiffstats
path: root/database/virtuoso/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/virtuoso/DETAILS')
-rwxr-xr-xdatabase/virtuoso/DETAILS22
1 files changed, 22 insertions, 0 deletions
diff --git a/database/virtuoso/DETAILS b/database/virtuoso/DETAILS
new file mode 100755
index 0000000000..9718dd98af
--- /dev/null
+++ b/database/virtuoso/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=virtuoso
+if [[ $VIRT_VER == devel ]];then
+ VERSION=20090928
+ SOURCE_HASH=sha512:47a84f9eca178b5cc84285e18bc7994dbfa195f58c9906ba6bdcc8e5b25f15b3a828baeb9ec9c63a8e4d8692c87a1a49c59c178863fb530788fded9e701be929
+else
+ VERSION=5.0.11
+ SOURCE_HASH=sha512:49dd685ab8809b933f0feaf1eda399f67fd5a844a0338fbffdd6cf85031ae3f99202f8b51266e4e78b6f7ea6eaba702dc830dff31c32606966cd4b3004ddefe1
+fi
+ SOURCE=$SPELL-opensource-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-opensource-$VERSION
+ SOURCE_URL[0]=ftp://download.openlinksw.com/support/vos/$SOURCE
+ SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://virtuoso.openlinksw.com/wiki/main/Main/
+ LICENSE[0]=GPL
+ GATHER_DOCS=off
+ ENTERED=20090220
+ KEYWORDS="database"
+ SHORT="SQL/RDF/XML Data Management"
+cat << EOF
+Virtuoso is a scalable cross-platform server that combines SQL/RDF/XML Data Management with
+Web Application Server and Web Services Platform functionality.
+EOF