Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/web
In directory vz-cvs-3.sog:/tmp/cvs-serv32259/d/d/d/d

Added Files:
        virtuoso.info 
Log Message:
to 10.5/stable

--- NEW FILE: virtuoso.info ---
Info4: <<
Package: virtuoso
Version: 6.1.2
Revision: 1
Distribution: 10.4, 10.5
Description: SQL/RDF/XML data management server
Type: java(1.5)
License: GPL
Maintainer: Benjamin Reed <[email protected]>

Depends: <<
        imagemagick2-shlibs,
        libwbxml2-shlibs,
        libxml2-shlibs,
        openldap24-shlibs,
        readline5-shlibs,
        ruby18-shlibs,
        system-java (>= 1.5-1)
<<
BuildDepends: <<
        bison,
        fink (>= 0.29.7-1),
        flex-devel,
        gawk,
        htmldoc-nox,
        imagemagick2-dev,
        libwbxml2-dev,
        libxml2,
        openldap24-dev,
        readline5,
        ruby18-dev,
        system-openssl-dev,
        system-java-dev (>= 1.5-1)
<<

Source: mirror:sourceforge:%n/%n-opensource-%v.tar.gz
Source-MD5: 0519e1f104428e0c8b25fad89e3c57ef
PatchFile: %n.patch
PatchFile-MD5: dd21aa1a461f52a915d0cdbcc4e9229a

SetCFLAGS: -I%p/include
SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib -L%p/lib
SetMAKEFLAGS: -j1
NoSetCFLAGS: true
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
NoSetMAKEFLAGS: true
UseMaxBuildJobs: false
ConfigureParams: <<
--enable-xml \
--enable-krb \
--enable-openssl=%p/lib/system-openssl \
--enable-openldap=%p \
--enable-imsg \
--enable-pldebug \
--disable-rendezvous \
--enable-imagemagick=%p \
--enable-wbxml2 \
--enable-perl \
--enable-php5=/usr \
--enable-python \
--enable-ruby \
--disable-aio \
--with-xml-prefix=%p \
--without-internal-zlib \
--with-pthreads \
--with-readline \
--with-jdk3=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
 \
--disable-all-vads \
--disable-static \
--disable-dependency-tracking
<<
CompileScript: <<
        #!/bin/sh -ex
        
        export PERL=/usr/bin/perl
        export PYTHON=/usr/bin/python
        export RUBY=%p/bin/ruby1.8
        export PATH=%p/lib/flex/bin:$PATH
        
        ./configure %c
        perl -pi -e 's,-arch [^ ]*,,g; s,-I/usr/local/include,,g; 
s,-L/usr/local/lib,,g' binsrc/hosting/*/Makefile
        for ENTRY in `$PERL -MExtUtils::Embed -e ldopts`; do
        case $ENTRY in
        *DynaLoader.a)
        ln -s $ENTRY libDynaLoader.a
        perl -pi -e "s, /System, -L`pwd` -L/System,g; s,/DynaLoader.a, 
-lDynaLoader,g" binsrc/hosting/perl/Makefile
        break
        ;;
        esac
        done
        make
<<

InstallScript: <<
#!/bin/sh -ex

        DESTDIR="%d" make -j1 install
        rm -rf %i/lib/libvirtuoso-t*
        find %i -name \*.la -exec rm -rf {} \;
        install -d -m 755 %i/share/doc/%N
        mv %i/share/virtuoso/doc %i/share/doc/%N
        mv %i/bin/isql %i/bin/isql.virtuoso
<<
DocFiles: AUTHORS COPYING CREDITS ChangeLog INSTALL LICENSE NEWS README*

PostInstScript: update-alternatives --install %p/bin/isql isql 
%p/bin/isql.virtuoso 80
PreRmScript: update-alternatives --remove isql %p/bin/isql.virtuoso

Homepage: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main
DescDetail: <<
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.

Virtuoso has a built-in WebDAV repository.  This can host static and
dynamic web content and optionally provides versioning.  The WebDAV
repository is tested to interoperate with WebDAV clients built into
Windows XP, Mac OSX and others and makes Virtuoso a convenient and
secure place for keeping one's files on the net.  Further, Virtuoso
provides automatic metadata extraction and full text searching for
supported content types.

OpenLink Virtuoso supports SPARQL embedded into SQL for querying RDF
data stored in Virtuoso's database.  SPARQL benefits from low-level
support in the engine itself, such as SPARQL-aware type-casting rules and
a dedicated IRI data type.  This is the newest and fastest developing
area in Virtuoso.
<<
<<



------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to