[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3cf629a20d4d98e4cddb4a556686fcfc7a48df41)

Treeve Jelbert scm at sourcemage.org
Thu Oct 8 08:25:26 EDT 2009


GIT changes to master grimoire by Treeve Jelbert <treeve at sourcemage.org>:

 database/virtuoso/BUILD                |    2 +-
 database/virtuoso/CONFIGURE            |   17 +++++++++++++++++
 database/virtuoso/DEPENDS              |    8 +++++---
 database/virtuoso/DETAILS              |    9 +++++----
 database/virtuoso/HISTORY              |   10 ++++++++++
 shell-term-fm/shared-mime-info/DETAILS |    4 ++--
 shell-term-fm/shared-mime-info/HISTORY |    3 +++
 7 files changed, 43 insertions(+), 10 deletions(-)

New commits:
commit 3cf629a20d4d98e4cddb4a556686fcfc7a48df41
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    shared-mime-info: => 0.70

commit 08e5ba6c842bbf7e294e44b2662489ef2d4504e3
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    virtuoso-20090928 (devel)
    this version allows the building of a minimal install, which satisfies the needs of
    kde-4.4.4. the resulting cache file is only a quarter the size, ~ 1.6MB, and everything
    builds much faster

diff --git a/database/virtuoso/BUILD b/database/virtuoso/BUILD
index 068c0cf..2c7a3f8 100755
--- a/database/virtuoso/BUILD
+++ b/database/virtuoso/BUILD
@@ -1,8 +1,8 @@
 OPTS="$VT_OPT $OPTS" &&
 if [[ $VIRT_VER == stable ]];then
+make_single    &&
 # fix for missing file
 echo 1.05.4401 > appsrc/ODS-Wiki/vad_version
 fi  &&
-make_single    &&
 default_build  &&
 make_normal
diff --git a/database/virtuoso/CONFIGURE b/database/virtuoso/CONFIGURE
index 84fb689..94698ac 100755
--- a/database/virtuoso/CONFIGURE
+++ b/database/virtuoso/CONFIGURE
@@ -1,3 +1,20 @@
+if [[ $VIRT_VER == devel ]];then
+message 'KDE4 does not need any of the optional vad'
+config_query VT_KDE 'only for use with KDE4?' y
+  if [[ $VT_KDE == y ]];then
+    persistent_add VT_OPT &&
+    VT_OPT+=' --disable-all-vads'
+  else
+config_query_option VT_OPT 'build BPEL?'       n '--enable-bpel-vad' '--disable-bpel-vad' &&
+config_query_option VT_OPT 'build Conductor?'  n '--enable-conductor-vad' '--disable-conductor-vad' &&
+config_query_option VT_OPT 'build Demo?'       n '--enable-demo-vad' '--disable-demo-vad' &&
+config_query_option VT_OPT 'build iSPARQL?'    n '--enable-isparql-vad' '--disable-isparql-vad' &&
+config_query_option VT_OPT 'build ODS?'        n '--enable-ods-vad' '--disable-ods-vad'  &&
+config_query_option VT_OPT 'build RDF mapper?' n '--enable-rdfmappers-vad' '--disable-rdfmappers-vad' &&
+config_query_option VT_OPT 'build Sparql Demo? n '--enable-sparqldemo-vad' '--disable-sparqldemo-vad'  &&
+config_query_option VT_OPT 'build Tutorial?    n '--enable-tutorial-vad' '--disable-tutorial-vad'
+  fi
+fi &&
 config_query_option VT_OPT 'build debugger?'    n '--enable-pldebug' '--disable-pldebug' &&
 config_query_option VT_OPT 'build static code?' n '--enable-static'  '--disable-static'
 #config_query_list   VT_DOC 'install docs(very BIG)?' on off
diff --git a/database/virtuoso/DEPENDS b/database/virtuoso/DEPENDS
index 1653329..85b1a82 100755
--- a/database/virtuoso/DEPENDS
+++ b/database/virtuoso/DEPENDS
@@ -3,7 +3,7 @@ depends flex     &&
 depends libtool  &&
 optional_depends openssl     '--enable-openssl'     '--disable-openssl'     'SSL encryption' &&
 optional_depends openldap    '--enable-openldap'    '--disable-openldap'    'LDAP support' &&
-optional_depends cyrus-sasl  '--enable-krb'         '--disable-krb'         'Kerberos support' &&
+optional_depends LIBSASL     '--enable-krb'         '--disable-krb'         'Kerberos support' &&
 optional_depends libxml2     '--enable-xml'         '--disable-xml'         'XML support' &&
 optional_depends php         '--enable-php5'        '--disable-php5'        'PHP support' &&
 optional_depends mono        '--enable-mono'        '--disable-mono'        'Mono support' &&
@@ -11,7 +11,9 @@ optional_depends imagemagick '--enable-imagemagick' '--disable-imagemagick' 'Ima
 optional_depends perl        '--enable-perl'        '--disable-perl'        'Perl support' &&
 optional_depends python      '--enable-python'      '--disable-python'      'Python support' &&
 optional_depends ruby        '--enable-ruby'        '--disable-ruby'        'Ruby support' &&
-optional_depends libiodbc    '--with-iodbc'         '--without-iodbc'       'IOdbc connector' &&
+optional_depends libiodbc    '--with-iodbc=/usr'    '--without-iodbc'       'IOdbc connector' &&
+optional_depends zlib        '--without-internal-zlib' 'with-internal-zlib' 'System zlib' 
 optional_depends JAVA        '--with-jdk4'          '--without-jdk4'        'Java support' &&
 optional_depends readline    '--with-readline'      '--without-readline'    'line editing' &&
-optional_depends libwbxml    '--enable-wbxml2'      '--disable-wbxml2'      'binary XML support'
+optional_depends libwbxml    '--enable-wbxml2'      '--disable-wbxml2'      'binary XML support' &&
+optional_depends libsyncml   '--enable-syncml-vad'  '--disable-syncml-vad'  'SyncML support'
diff --git a/database/virtuoso/DETAILS b/database/virtuoso/DETAILS
index cbfa6cd..9718dd9 100755
--- a/database/virtuoso/DETAILS
+++ b/database/virtuoso/DETAILS
@@ -1,19 +1,20 @@
            SPELL=virtuoso
 if [[ $VIRT_VER == devel ]];then
-         VERSION=6.0.0-tp1
-     SOURCE_HASH=sha512:fc0cfedb1b51a38280ede6b5e9376ea9ac62fc2c7fdcbc623252e5db2d9e0ece1e0d982d729c9c9ee4addfd77d6b50d97de4d3a28bfdd34272c536630ce2f27b
+         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]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+   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=""
+        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 
diff --git a/database/virtuoso/HISTORY b/database/virtuoso/HISTORY
index 208602b..2895980 100644
--- a/database/virtuoso/HISTORY
+++ b/database/virtuoso/HISTORY
@@ -1,3 +1,13 @@
+2009-10-08 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 20090928 (devel), for kde4.4
+	  add extra url from openlinksw.com
+	* DEPENDS: cyrus-sasl => LIBSASL
+	  add optional libsyncml
+	  specify location of libiodbc
+	  add zlib
+	* CONFIGURE, BUILD: optional features
+	* BUILD: make_single only for stable
+
 2009-04-23 Treeve Jelbert <treeve at sourcemage.org>
 	* PREPARE: add supprt for devel version
 	* DETAILS: version 6.0.0-tp1 (devel)
diff --git a/shell-term-fm/shared-mime-info/DETAILS b/shell-term-fm/shared-mime-info/DETAILS
index d456ff7..077db4b 100755
--- a/shell-term-fm/shared-mime-info/DETAILS
+++ b/shell-term-fm/shared-mime-info/DETAILS
@@ -1,6 +1,6 @@
            SPELL=shared-mime-info
-         VERSION=0.60
-     SOURCE_HASH=sha512:dda78615c016509f55e07b793282f21c58ea7754ee9b27791d08050e1fd7918c152ebd5401ca64deaddc60ab2b6b06367d89d9d02bc095b0e53dcc5640b2b779
+         VERSION=0.70
+     SOURCE_HASH=sha512:cb0b5a78a5b9e24c22a17846da53e7df48b56e8a2533b9f65758b3e67e558d99c3a0e58ce78bfe0d060ec708ae1048b2d02e88bf17d69e162f639a2183b9a269
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://freedesktop.org/~hadess/$SOURCE
diff --git a/shell-term-fm/shared-mime-info/HISTORY b/shell-term-fm/shared-mime-info/HISTORY
index 5622193..c74f8d5 100644
--- a/shell-term-fm/shared-mime-info/HISTORY
+++ b/shell-term-fm/shared-mime-info/HISTORY
@@ -1,3 +1,6 @@
+2009-10-08 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 0.70
+
 2009-02-23 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 0.60
 



More information about the SM-Commit mailing list