debian/0000755000000000000000000000000012220275052007163 5ustar debian/virtuoso-vad-syncml.install0000644000000000000000000000006512010224745014521 0ustar usr/share/virtuoso-opensource-6.1/vad/syncml_dav.vad debian/TODO.Debian0000644000000000000000000000262212010224745011036 0ustar Debian Packaging TODO list for OpenLink Virtuoso Open-Source Edition ===================================== Severity: Normal * Fix soname versioning or make libraries private. Libraries like the ODBC drivers are not versioned upstream in the soname. Versioning them would require coordination with upstream. Making them private with a --libdir=/usr/lib/virtuoso-opensource-6.1 ./configure option seems to break VAD packages building. Severity: Wishlist * Remove the shiped W3C Tidy library. A very old version of Tidy is shipped. This version is no longer in Debian. The current Debian version has a very different API. The problem is that Virtuoso re-exports the Tidy API through its plugin API, so we can't just replace Tidy with the new version, even though there are provisions in the code to do so (see libsrc/Wi/bif_tidy.c for OLD_TIDY). Severity: Unknown * Have a look at VAD packages building for path issues. There seems to be a lot of "file not found" errors during the building of VAD packages, particularly concerning image files and so on. It looks like the problem comes from VAD packages building shell scripts not honoring the PREFIX parameter from the ./configure script. Severity: Wishlist * Package runtime hosting for Mono (ASP.NET), Java, PHP and Python. Not sure how much work this will be, but currently Mono at least needs a custom patched build. debian/libvirtodbc0.shlibs0000644000000000000000000000004112010224767012753 0ustar libvirtobbdc 8 libvirtodbc0 (= ) debian/virtuoso-vad-bpel.install0000644000000000000000000000006312010224742014131 0ustar usr/share/virtuoso-opensource-6.1/vad/bpel_dav.vad debian/odbcinst.ini0000644000000000000000000000005612010224742011467 0ustar [Virtuoso] Driver = /usr/lib/odbc/virtodbc.so debian/virtuoso-opensource-6.1.docs0000644000000000000000000000003312010224773014406 0ustar NEWS README README.UPGRADE debian/libvirtuoso5.5-cil.install0000644000000000000000000000014612010224771014131 0ustar ../../binsrc/VirtuosoClient.Net/*.dll /usr/lib/cli/virtuoso-5.5 ../virtuoso-5.5.pc /usr/lib/pkgconfig debian/virtuoso-vad-rdfmappers.install0000644000000000000000000000007212010224743015353 0ustar usr/share/virtuoso-opensource-6.1/vad/rdf_mappers_dav.vad debian/NEWS.Debian0000644000000000000000000000200412010224744011036 0ustar virtuoso-opensource (6.1.0+dfsg2-3) unstable; urgency=high This version introduces an emergency rollback of a defective patch introduced in the 6.1.0+dfsg2-2 of this package. This patch modifies the binary format of the Virtuoso database that is internally consistent but is not compatible with previous versions. It is likely that data corruption has happened if the 6.1.0+dfsg2-2 version has been executed over database files created in previous versions. Installing 6.1.0+dfsg2-3 introduces back the correct format. Any database files manipulated by the 6.1.0+dfsg2-2 version need to be deleted. The default Virtuoso database is located in: /var/lib/virtuoso-opensource-6.1/db/ To remove it: # rm -rf /var/lib/virtuoso-opensource-6.1/db/ For the benefit of KDE/Nepomuk users, the Nepomuk database is located in: ~/.kde/share/apps/nepomuk/repository/ To remove it: $ rm -rf ~/.kde/share/apps/nepomuk/repository/ -- Obey Arthur Liu Wed, 24 Mar 2010 02:03:42 +0100 debian/patches/0000755000000000000000000000000012010224765010614 5ustar debian/patches/series0000644000000000000000000000052312010224763012027 0ustar use-debian-default-csharp-compiler.patch config-debian-paths.patch config-universal-variables.patch build-short-timeout.patch ftbfs-kfreebsd.patch #repack-oat.patch Applied upstream repack-tutorial.patch repack-pcre.patch repack-zlib.patch build-generated-code-multiple-outputs.patch build-gmake-to-make.patch ignore-netstat-failure.patch debian/patches/config-universal-variables.patch0000644000000000000000000000114112010224764017052 0ustar Description: config universal variables Eliminate non-universal variables. Author: Obey Arthur Liu Last-Update: 2012-05-23 --- a/binsrc/samples/demo/default-virtuoso.ini +++ b/binsrc/samples/demo/default-virtuoso.ini @@ -151,7 +151,7 @@ VDBDisconnectTimeout = 1000 KeepConnectionOnFixedThread = 0 [Replication] -ServerName = @REPLNAME@ +ServerName = db ServerEnable = 1 QueueMax = 50000 @@ -203,7 +203,7 @@ Segment2 = 100M, db-seg2-1.db [Zero Config] -ServerName = @ZNAME@ +ServerName = virtuoso ;ServerDSN = ZDSN ;SSLServerName = ;SSLServerDSN = debian/patches/build-short-timeout.patch0000644000000000000000000011515512010224763015563 0ustar Description: Shorten test initialization timeouts Shorten timeouts in tests for virtuoso initialization to 60 seconds. This causes resources tie-ups on buildds where a FTBFS result in a silently binary. Author: Obey Arthur Liu Author: José Manuel Santamaría Lema Last-Update: 2012-05-29 --- a/appsrc/ODS-Addressbook/make_vad.sh +++ b/appsrc/ODS-Addressbook/make_vad.sh @@ -93,7 +93,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-Blog/make_vad.sh +++ b/appsrc/ODS-Blog/make_vad.sh @@ -112,7 +112,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-Bookmark/make_vad.sh +++ b/appsrc/ODS-Bookmark/make_vad.sh @@ -97,7 +97,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-Briefcase/make_vad.sh +++ b/appsrc/ODS-Briefcase/make_vad.sh @@ -113,7 +113,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-Calendar/make_vad.sh +++ b/appsrc/ODS-Calendar/make_vad.sh @@ -96,7 +96,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-Community/make_vad.sh +++ b/appsrc/ODS-Community/make_vad.sh @@ -100,7 +100,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-Discussion/make_vad.sh +++ b/appsrc/ODS-Discussion/make_vad.sh @@ -110,7 +110,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-FeedManager/make_vad.sh +++ b/appsrc/ODS-FeedManager/make_vad.sh @@ -96,7 +96,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-Framework/make_vad.sh +++ b/appsrc/ODS-Framework/make_vad.sh @@ -138,7 +138,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-Framework/oauth/make_vad.sh +++ b/appsrc/ODS-Framework/oauth/make_vad.sh @@ -188,7 +188,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-Gallery/make_vad.sh +++ b/appsrc/ODS-Gallery/make_vad.sh @@ -100,7 +100,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-Polls/make_vad.sh +++ b/appsrc/ODS-Polls/make_vad.sh @@ -95,7 +95,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-WebMail/make_vad.sh +++ b/appsrc/ODS-WebMail/make_vad.sh @@ -96,7 +96,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/appsrc/ODS-Wiki/make_vad.sh +++ b/appsrc/ODS-Wiki/make_vad.sh @@ -131,7 +131,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/binsrc/b3s/make_vad.sh +++ b/binsrc/b3s/make_vad.sh @@ -204,7 +204,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/binsrc/bpel/make_vad.sh +++ b/binsrc/bpel/make_vad.sh @@ -254,7 +254,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/binsrc/hosting/mono/tests/tclrsrv.sh +++ b/binsrc/hosting/mono/tests/tclrsrv.sh @@ -217,7 +217,7 @@ START_SERVER () ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 rm -f *.lck $SERVER +foreground -c tclr.ini $* 1>/dev/null & stat="true" --- a/binsrc/isparql/make_vad.sh +++ b/binsrc/isparql/make_vad.sh @@ -117,7 +117,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/binsrc/rdf_mappers/make_vad.sh +++ b/binsrc/rdf_mappers/make_vad.sh @@ -249,7 +249,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/binsrc/samples/demo/make_vad.sh +++ b/binsrc/samples/demo/make_vad.sh @@ -115,7 +115,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/binsrc/samples/demo/mkdemo.sh +++ b/binsrc/samples/demo/mkdemo.sh @@ -140,7 +140,7 @@ BANNER() START_SERVER() { - timeout=180 + timeout=60 ECHO "Starting Virtuoso DEMO server ..." if [ "z$HOST_OS" != "z" ] --- a/binsrc/samples/demo/mkdoc.sh +++ b/binsrc/samples/demo/mkdoc.sh @@ -161,7 +161,7 @@ START_SERVER() { if [ "z$DEMODB" = "z" ] then - timeout=180 + timeout=60 ECHO "Starting Virtuoso server ..." if [ "z$HOST_OS" != "z" ] --- a/binsrc/samples/sparql_demo/make_vad.sh +++ b/binsrc/samples/sparql_demo/make_vad.sh @@ -113,7 +113,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/binsrc/sync/make_vad.sh +++ b/binsrc/sync/make_vad.sh @@ -104,7 +104,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "x$HOST_OS" != "x" ] then --- a/binsrc/tutorial/make_vad.sh +++ b/binsrc/tutorial/make_vad.sh @@ -104,7 +104,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "z$HOST_OS" != "z" ] then --- a/binsrc/vsp/admin/debug/make_vad.sh +++ b/binsrc/vsp/admin/debug/make_vad.sh @@ -70,7 +70,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 $myrm -f *.lck if [ "x$HOST_OS" != "x" ] then --- a/binsrc/vspx/suite/vspx_suite.sh +++ b/binsrc/vspx/suite/vspx_suite.sh @@ -44,7 +44,7 @@ virtuoso_start() { ddate=`date` starth=`date | cut -f 2 -d :` starts=`date | cut -f 3 -d :|cut -f 1 -d " "` - timeout=600 + timeout=60 rm -f *.lck $SERVER stat="true" --- a/binsrc/yacutia/mkvad.sh +++ b/binsrc/yacutia/mkvad.sh @@ -148,7 +148,7 @@ LOG() START_SERVER() { - timeout=120 + timeout=60 ECHO "Starting Virtuoso server ..." if [ "z$HOST_OS" != "z" ] --- a/binsrc/bpel/tests/tpcc/run.sh +++ b/binsrc/bpel/tests/tpcc/run.sh @@ -167,17 +167,17 @@ cp ../Sut.* bpeltpcc cat ../dbservices.wsdl | sed -e "s/HTTPPORTDB/$HTTPPORTDB/g" > bpeltpcc/dbservices.wsdl cat ../tdservices.wsdl | sed -e "s/HTTPPORTTD/$HTTPPORTTD/g" > bpeltpcc/tdservices.wsdl MakeConfig $DS1 $HTTPPORTBP -START_SERVER $DS1 1000 +START_SERVER $DS1 60 cd .. cd db MakeConfig $DS2 $HTTPPORTDB -START_SERVER $DS2 1000 +START_SERVER $DS2 60 cd .. cd td MakeConfig $DS3 $HTTPPORTTD -START_SERVER $DS3 1000 +START_SERVER $DS3 60 cd .. # Configure endpoint hosts --- a/binsrc/tests/biftest/tests/tjavavm.sh +++ b/binsrc/tests/biftest/tests/tjavavm.sh @@ -103,7 +103,7 @@ rm -f $DBFILE MAKECFG_FILE ../../suite/$TESTCFGFILE $PORT $CFGFILE SHUTDOWN_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < java_ts.sql --- a/binsrc/tests/biftest/thook.sh +++ b/binsrc/tests/biftest/thook.sh @@ -23,7 +23,7 @@ OUTPUT=thook.output ISQL=../isql -TIMEOUT=1000 +TIMEOUT=60 HOST_OS=`uname -s | grep WIN` SERVER=./virtuoso-iodbc-sample-t PORT=${PORT-1111} @@ -169,7 +169,7 @@ echo echo $ISQL $DSN dba dba PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT "EXEC=raw_exit()" >> $OUTPUT $ISQL $DSN dba dba PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT "EXEC=raw_exit()" >> $OUTPUT rm -rf virtuoso.db virtuoso.log virtuoso.lck virtuoso.trx core -START_SERVER $PORT 1000 +START_SERVER $PORT $TIMEOUT RUN $ISQL $DSN dba dba PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT thook.sql RUN $ISQL $DSN MANAGER MANAGER PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT thook1.sql --- a/binsrc/tests/dotnet/test_server.sh +++ b/binsrc/tests/dotnet/test_server.sh @@ -149,7 +149,7 @@ MAKE_CFG ../suite/$TESTCFGFILE $DS1 $HTT if [ -f VirtuosoClientSuite/OpenLink.Data.$CLIENT ] ; then -START_SERVER $PORT 10000 +START_SERVER $PORT 60 cd VirtuosoClientSuite if [ "x$DTC_TEST" != "x" ] --- a/binsrc/tests/lubm/tlubm.sh +++ b/binsrc/tests/lubm/tlubm.sh @@ -40,7 +40,7 @@ then fi SHUTDOWN_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 BANNER "LUBM LOAD" --- a/binsrc/tests/suite/bpel.sh +++ b/binsrc/tests/suite/bpel.sh @@ -225,7 +225,7 @@ MakeConfig $DS1 $HP1 if [ "$TEST_ECHO" = "yes" ] ; then CNT=`expr $CNT + 1` -START_SERVER $DS1 1000 +START_SERVER $DS1 60 LOG "ECHO BPEL script test" DoCommand $DS1 "vad_install ('bpel_filesystem.vad', 0, 1);" "bpel_filesystem.vad install" @@ -260,7 +260,7 @@ MakeConfig $DS1 $HP1 DSN=$DS1 SHUTDOWN_SERVER CNT=`expr $CNT + 1` -START_SERVER $DS1 1000 +START_SERVER $DS1 60 cp ../bpel_filesystem.vad ./ DoCommand $DS1 "vad_install ('bpel_filesystem.vad', 0, 1);" "bpel_filesystem.vad install" #DoCommand $DS1 "trace_on('soap');" "TRACE ON" @@ -336,7 +336,7 @@ cp -r ../../../bpel/tests/fault1/*.vsp . MakeConfig $DS2 $HP2 DSN=$DS2 SHUTDOWN_SERVER -START_SERVER $DS2 1000 +START_SERVER $DS2 60 RUN $ISQL $DS2 PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < ../fault1/ini2.sql #DoCommand $DS2 "vhost_define (lpath=>'/BPELREQ/', ppath=>'/SOAP/', soap_user=>'DBA');" "Request vhost" cd ../fault1 @@ -345,7 +345,7 @@ MakeConfig $DS1 $HP1 DSN=$DS1 SHUTDOWN_SERVER CNT=`expr $CNT + 1` -START_SERVER $DS1 1000 +START_SERVER $DS1 60 cp ../bpel_filesystem.vad ./ DoCommand $DS1 "vad_install ('bpel_filesystem.vad', 0, 1);" "bpel_filesystem.vad install" DoCommand $DS1 "create user BPELTEST;" "create user BPELTEST" @@ -356,13 +356,13 @@ DoCommand $DS1 "vhost_define (vhost=>'*i RUN $ISQL $DS1 BPELTEST BPELTEST PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT -u 'http_port_two=$HP2' < ini.sql SHUTDOWN_SERVER CNT=`expr $CNT + 1` -START_SERVER $DS1 1000 +START_SERVER $DS1 60 RUN $ISQL $DS1 BPELTEST BPELTEST PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT -u 'http_port_two=$HP2' < check.sql DSN=$DS2 SHUTDOWN_SERVER RUN $ISQL $DS1 BPELTEST BPELTEST PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT -u 'http_port_two=$HP2' < inv.sql cd ../fault1_req -START_SERVER $DS2 1000 +START_SERVER $DS2 60 cd ../fault1 DSN=$DS1 RUN $ISQL $DS1 dba dba PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT -u 'http_port_two=$HP2' < processXQuery/ini.sql --- a/binsrc/tests/suite/byteorder.sh +++ b/binsrc/tests/suite/byteorder.sh @@ -87,7 +87,7 @@ RUN $SERVER $FOREGROUND_OPTION SHUTDOWN_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < byteorder.sql --- a/binsrc/tests/suite/gtkbench.sh +++ b/binsrc/tests/suite/gtkbench.sh @@ -70,7 +70,7 @@ rm -f $DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE SHUTDOWN_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 LOG "Creating the schema" RUN $GTKBENCH $LOGIN -C --- a/binsrc/tests/suite/inprocess.sh +++ b/binsrc/tests/suite/inprocess.sh @@ -36,7 +36,7 @@ SHUTDOWN_SERVER rm -f $DBLOGFILE rm -f $DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $INS $DSN 1000 100 dba dba usedt if test $STATUS -ne 0 --- a/binsrc/tests/suite/large_db.sh +++ b/binsrc/tests/suite/large_db.sh @@ -44,7 +44,7 @@ if [ $skip_5g -eq 0 ] then MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < large_db_5g.sql @@ -69,7 +69,7 @@ rm -f $DBFILE LOG "Staring server with $OBACKUP_REP_OPTION large_" RUN $SERVER $FOREGROUND_OPTION $OBACKUP_REP_OPTION "large_" -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < large_db_check.sql SHUTDOWN_SERVER @@ -104,7 +104,7 @@ esac MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < large_db_3g.sql @@ -126,7 +126,7 @@ rm -f witemp.cfg db-1.seg db-2.seg tmp-1 LOG "Staring server with $OBACKUP_REP_OPTION large_" RUN $SERVER $FOREGROUND_OPTION $OBACKUP_REP_OPTION "large_" -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < large_db_3g_check.sql SHUTDOWN_SERVER @@ -162,7 +162,7 @@ esac MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < large_db_5g.sql --- a/binsrc/tests/suite/msdtc.sh +++ b/binsrc/tests/suite/msdtc.sh @@ -146,7 +146,7 @@ mkINI "virtuoso.ini" $DS1 LOGFILE=../msdtc.output cp -r ../plugins ./ -START_SERVER $DS1 1000 +START_SERVER $DS1 60 cd .. rm -rf msdtc2 @@ -156,7 +156,7 @@ cd msdtc2 mkINI "virtuoso.ini" $DS2 cp -r ../plugins ./ -START_SERVER $DS2 1000 +START_SERVER $DS2 60 cd .. LOGFILE=msdtc.output @@ -218,7 +218,7 @@ RUN $ISQL $DS2 dba dba '"EXEC=shutdown;" sleep 10 -START_SERVER $DS2 1000 +START_SERVER $DS2 60 cd .. RUN $ISQL $DS2 PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < msdtc_conn_check.sql @@ -244,7 +244,7 @@ mkINI "virtuoso.ini" $DS3 LOGFILE=../msdtc.output cp -r ../plugins ./ -START_SERVER $DS3 1000 +START_SERVER $DS3 60 cd .. RUN $ISQL $DS2 PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < msdtc_conn_check.sql --- a/binsrc/tests/suite/nwxml.sh +++ b/binsrc/tests/suite/nwxml.sh @@ -35,7 +35,7 @@ SHUTDOWN_SERVER cp "${HOME}/binsrc/samples/demo/noise.txt" . rm -f $DELETEMASK MAKECFG_FILE_WITH_HTTP $TESTCFGFILE $PORT $HTTPPORT $CFGFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tlogft1.sql if test $STATUS -ne 0 @@ -45,7 +45,7 @@ then fi STOP_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tlogft2.sql if test $STATUS -ne 0 @@ -98,7 +98,7 @@ fi #fi STOP_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 #RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < nwxml3b.sql #if test $STATUS -ne 0 @@ -151,7 +151,7 @@ then fi STOP_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 #RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < nwxmltype3b.sql #if test $STATUS -ne 0 --- a/binsrc/tests/suite/obackup.sh +++ b/binsrc/tests/suite/obackup.sh @@ -46,7 +46,7 @@ mkdir nw1 nw2 nw3 nw4 nw5 MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE SHUTDOWN_SERVER -START_SERVER $PORT 1000 $NO_CP_OPT +START_SERVER $PORT 60 $NO_CP_OPT RUN $INS $DSN 100000 100 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < nwdemo_norefs.sql @@ -55,7 +55,7 @@ RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ER RUN $ISQL $DSN '"EXEC=shutdown();"' ERRORS=STDOUT -START_SERVER $PORT 1000 $NO_CP_OPT +START_SERVER $PORT 60 $NO_CP_OPT RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < nwdemo_update.sql RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < obackup.sql @@ -69,7 +69,7 @@ rm -f $DBLOGFILE $DBFILE echo "Staring server with $OBACKUP_REP_OPTION nwdemo_i_#" RUN $SERVER $FOREGROUND_OPTION $OBACKUP_REP_OPTION "nwdemo_i_#" $OBACKUP_DIRS_OPTION nw1,nw2,nw3,nw4,nw5 -START_SERVER $PORT 1000 $NO_CP_OPT +START_SERVER $PORT 60 $NO_CP_OPT RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < obackup1.sql @@ -83,7 +83,7 @@ rm -f $DBLOGFILE $DBFILE echo "Staring server with $OBACKUP_REP_OPTION nwdemo_i_#" RUN $SERVER $FOREGROUND_OPTION $OBACKUP_REP_OPTION "nwdemo_i_#" $OBACKUP_DIRS_OPTION nw1,nw2,nw3,nw4,nw5 -START_SERVER $PORT 1000 $NO_CP_OPT +START_SERVER $PORT 60 $NO_CP_OPT RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < obackupck.sql @@ -102,7 +102,7 @@ rm -f $DBFILE echo "Staring server with $OBACKUP_REP_OPTION vvv" RUN $SERVER $FOREGROUND_OPTION $OBACKUP_REP_OPTION "vvv" -START_SERVER $PORT 1000 $NO_CP_OPT +START_SERVER $PORT 60 $NO_CP_OPT RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < obackup_userck2.sql @@ -127,7 +127,7 @@ RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ER RUN $ISQL $DSN '"EXEC=shutdown();"' ERRORS=STDOUT -START_SERVER $PORT 1000 +START_SERVER $PORT 60 echo "Updating tpcc table, stage 1" RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tpcc_update1.sql @@ -139,7 +139,7 @@ rm -f $DBFILE echo "Staring server with $OBACKUP_REP_OPTION tpcc_k_#" RUN $SERVER $FOREGROUND_OPTION $OBACKUP_REP_OPTION "tpcc_k_#" -START_SERVER $PORT 1000 +START_SERVER $PORT 60 echo "Checking tpcc database" RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < ob_tpcc_check.sql @@ -154,7 +154,7 @@ rm -f $DBFILE echo "Staring server with $OBACKUP_REP_OPTION tpcc_i_#" RUN $SERVER $FOREGROUND_OPTION $OBACKUP_REP_OPTION "tpcc_i_#" -START_SERVER $PORT 1000 +START_SERVER $PORT 60 echo "Checking tpcc database..." RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < ob_tpcc_check.sql --- a/binsrc/tests/suite/oledb.sh +++ b/binsrc/tests/suite/oledb.sh @@ -116,7 +116,7 @@ MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE #REGISTER_PROVIDER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < nwdemo.sql if [ $STATUS -ne 0 ]; then --- a/binsrc/tests/suite/rtest.sh +++ b/binsrc/tests/suite/rtest.sh @@ -65,7 +65,7 @@ mkdir remote1 cd remote1 MAKECFG_FILE ../$TESTCFGFILE $DS1 $CFGFILE ln -s ../words.esp words.esp -START_SERVER $DS1 1000 +START_SERVER $DS1 60 cd .. rm -rf remote2 @@ -73,7 +73,7 @@ mkdir remote2 cd remote2 MAKECFG_FILE ../$TESTCFGFILE $DS2 $CFGFILE ln -s ../words.esp words.esp -START_SERVER $DS2 1000 +START_SERVER $DS2 60 cd .. LOG "Loading base tables" @@ -162,7 +162,7 @@ then fi cd remote1 -START_SERVER $DS1 1000 +START_SERVER $DS1 60 cd .. RUN $ISQL $DS2 PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < rtest5.sql --- a/binsrc/tests/suite/tblob_recode.sh +++ b/binsrc/tests/suite/tblob_recode.sh @@ -86,7 +86,7 @@ rm -f $DBLOGFILE $DBFILE SHUTDOWN_SERVER rm -f $DBLOGFILE $DBFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 gunzip -c pdd_txt.gz >pdd.txt --- a/binsrc/tests/suite/tclstart.sh +++ b/binsrc/tests/suite/tclstart.sh @@ -52,4 +52,4 @@ export CFGFILE DBFILE DBLOGFILE DELETEMA export BACKUP_DUMP_OPTION CRASH_DUMP_OPTION TESTCFGFILE SERVER . ./test_fn.sh -START_SERVER $PORT 1000 +START_SERVER $PORT 60 --- a/binsrc/tests/suite/tcpt.sh +++ b/binsrc/tests/suite/tcpt.sh @@ -37,7 +37,7 @@ rm -f *.cpt-after-recov *.trx-after-reco MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE STOP_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $INS $DSN 100000 1 @@ -45,7 +45,7 @@ RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ER rm -f $LOCKFILE #exit; -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tcptck.sql @@ -60,14 +60,14 @@ rm -f $DBLOGFILE rm -f $DBFILE rm -f *.cpt-after-recov *.trx-after-recov *.cpt -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $INS $DSN 100000 1 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT -u "FLAG=2" < tcptdt.sql rm -f $LOCKFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tcptck.sql --- a/binsrc/tests/suite/tdav.sh +++ b/binsrc/tests/suite/tdav.sh @@ -81,7 +81,7 @@ MakeIni _dsn=$DSN DSN=$DS1 SHUTDOWN_SERVER -START_SERVER $DS1 1000 +START_SERVER $DS1 60 CHECK_HTTP_PORT $HTTPPORT --- a/binsrc/tests/suite/tdav_meta.sh +++ b/binsrc/tests/suite/tdav_meta.sh @@ -95,7 +95,7 @@ fi _dsn=$DSN DSN=$DS1 SHUTDOWN_SERVER -START_SERVER $DS1 1000 +START_SERVER $DS1 60 CHECK_HTTP_PORT $HTTPPORT LOG "test1" --- a/binsrc/tests/suite/tdbp.sh +++ b/binsrc/tests/suite/tdbp.sh @@ -183,7 +183,7 @@ BANNER "STARTED DBPUMP DATA EXPORT TEST SHUTDOWN_SERVER rm -f $DBLOGFILE $DBFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 gunzip -c pdd_txt.gz >pdd.txt @@ -234,7 +234,7 @@ SHUTDOWN_SERVER LOG "Removing database" rm -f $DBLOGFILE $DBFILE LOG "Starting an empty database" -START_SERVER $PORT 1000 +START_SERVER $PORT 60 GenPUMP2 $SAVDSN t2.args @@ -245,7 +245,7 @@ ${DBPUMP} @t2.args > dbpump0.tmp 2>&1 DoCommand $SAVDSN 'select U_NAME, U_PASSWORD, U_GROUP, U_ID, U_DATA, U_IS_ROLE, U_SQL_ENABLE from "DB"."DBA"."SYS_USERS";' "Getting users" STOP_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tmulgrp2.sql if test $STATUS -ne 0 --- a/binsrc/tests/suite/tdconv.sh +++ b/binsrc/tests/suite/tdconv.sh @@ -210,7 +210,7 @@ ${OLD_DBPUMP} @t1.args SHUTDOWN_SERVER rm -f $DBLOGFILE $DBFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 --- a/binsrc/tests/suite/tdrop.sh +++ b/binsrc/tests/suite/tdrop.sh @@ -73,7 +73,7 @@ rm -f $DBLOGFILE rm -f $DBFILE MakeIni -START_SERVER $DS1 1000 +START_SERVER $DS1 60 LOG "FILLING TPC-C DB" @@ -86,7 +86,7 @@ fi ../tpcc "localhost:$DS1" $USR $PWD i 1 SHUTDOWN_SERVER -START_SERVER $DS1 1000 +START_SERVER $DS1 60 #RUN $ISQL $DS1 '"EXEC=load tdrop1.sql;"' ERRORS=stdout >> $LOGFILE @@ -108,13 +108,13 @@ fi SHUTDOWN_SERVER -START_SERVER $DS1 1000 +START_SERVER $DS1 60 RUN $ISQL $DS1 PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tdrop1.sql # Kill the server with raw_exit RUN $ISQL $DS1 '"EXEC=raw_exit();"' ERRORS=stdout # check dropped table -START_SERVER $DS1 1000 +START_SERVER $DS1 60 RUN $ISQL $DS1 PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tdrop2.sql SHUTDOWN_SERVER --- a/binsrc/tests/suite/testall.sh +++ b/binsrc/tests/suite/testall.sh @@ -150,7 +150,7 @@ STOP_SERVER # # Start the server once: # -START_SERVER $PORT 1000 +START_SERVER $PORT 60 @@ -273,7 +273,7 @@ fi # rm -f $DELETEMASK MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 LOG "Getting the status of database into file ident.txt" if $ISQL $DSN "EXEC=status();" VERBOSE=OFF ERRORS=STDOUT > ident.txt --- a/binsrc/tests/suite/thttp.sh +++ b/binsrc/tests/suite/thttp.sh @@ -799,7 +799,7 @@ case $1 in BLOG_TEST=0 LOG "ODS & Blog2 VAD packages are not built" fi - START_SERVER $PORT 1000 + START_SERVER $PORT 60 sleep 1 if [ $BLOG_TEST -eq 1 ] then --- a/binsrc/tests/suite/timsg.sh +++ b/binsrc/tests/suite/timsg.sh @@ -73,7 +73,7 @@ END_CFG ;; esac -START_SERVER $PORT 1000 +START_SERVER $PORT 60 #make another test file, the original text_1947.db.test is no longer in the db cp words.esp test_1947.db.test --- a/binsrc/tests/suite/tjdbc.sh +++ b/binsrc/tests/suite/tjdbc.sh @@ -41,7 +41,7 @@ rm -f $DBLOGFILE rm -f $DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 ECHO "STARTED: JDBC 2 Test suite" cd $JDBCDIR @@ -81,7 +81,7 @@ rm -f $DBLOGFILE rm -f $DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 ECHO "STARTED: JDBC 3 Test suite" cd $JDBCDIR --- a/binsrc/tests/suite/tpcd.sh +++ b/binsrc/tests/suite/tpcd.sh @@ -58,7 +58,7 @@ rm -rf tpcdremote1 mkdir tpcdremote1 cd tpcdremote1 MAKECFG_FILE ../$TESTCFGFILE $DS1 $CFGFILE -START_SERVER $DS1 1000 +START_SERVER $DS1 60 cd .. LOG @@ -91,7 +91,7 @@ rm -rf tpcdremote2 mkdir tpcdremote2 cd tpcdremote2 MAKECFG_FILE ../$TESTCFGFILE $DS2 $CFGFILE -START_SERVER $DS2 1000 +START_SERVER $DS2 60 cd .. LOG --- a/binsrc/tests/suite/tproviders.sh +++ b/binsrc/tests/suite/tproviders.sh @@ -51,7 +51,7 @@ MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE NIGHTLY_PORT=$PORT export NIGHTLY_PORT -START_SERVER $PORT 1000 +START_SERVER $PORT 60 # # Run Jena tests --- a/binsrc/tests/suite/tproxy.sh +++ b/binsrc/tests/suite/tproxy.sh @@ -243,7 +243,7 @@ case $1 in GenHTML GenVSP STOP_SERVER - START_SERVER $DSN 1000 + START_SERVER $DSN 60 sleep 1 cd .. --- a/binsrc/tests/suite/trecov.sh +++ b/binsrc/tests/suite/trecov.sh @@ -35,7 +35,7 @@ rm -f $DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE SHUTDOWN_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < treg1.sql @@ -101,7 +101,7 @@ rm -f $DBFILE.r1 $DBLOGFILE.r1 $SRVMSGLO cp $DBFILE $DBFILE.r1 cp $DBLOGFILE $DBLOGFILE.r1 cp $SRVMSGLOGFILE $SRVMSGLOGFILE.r1 -START_SERVER $PORT 2000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < recovck1.sql @@ -175,7 +175,7 @@ else exit 3 fi -START_SERVER $PORT 3000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < recovck1.sql if test $STATUS -ne 0 @@ -230,7 +230,7 @@ else exit 3 fi -START_SERVER $PORT 3000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < recovck1.sql if test $STATUS -ne 0 then @@ -281,7 +281,7 @@ else exit 3 fi -START_SERVER $PORT 3000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < recovck1.sql if test $STATUS -ne 0 @@ -344,7 +344,7 @@ START_SERVER $PORT 0 $FOREGROUND_OPTION ## now check for results RUN ls -la virtuoso.* -START_SERVER $PORT 3000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < recovck1_noreg.sql if test $STATUS -ne 0 --- a/binsrc/tests/suite/trecov_schema.sh +++ b/binsrc/tests/suite/trecov_schema.sh @@ -45,7 +45,7 @@ case $SERVER in esac SHUTDOWN_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < treg1.sql @@ -103,7 +103,7 @@ then fi SHUTDOWN_SERVER -START_SERVER $PORT 3000 +START_SERVER $PORT 60 LOG "Next we do a checkpoint third time and then kill database server with" LOG "raw_exit() after which we should get Lost Connection to Server -error." #RUN $ISQL $DSN '"EXEC=checkpoint; raw_exit();"' ERRORS=STDOUT @@ -155,7 +155,7 @@ cp $DBFILE $DBFILE.sr4 ## now check for results RUN ls -la virtuoso.* -START_SERVER $PORT 3000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < recovck1_noreg.sql if test $STATUS -ne 0 --- a/binsrc/tests/suite/trepl.sh +++ b/binsrc/tests/suite/trepl.sh @@ -284,7 +284,7 @@ cd rep1 MakeConfig $DBNAME1 $http1 $DS1 CHECK_PORT $http1 ECHO "Starting server 'rep1'" -START_SERVER $DS1 1000 +START_SERVER $DS1 60 cd .. # Second replication server configuration @@ -293,7 +293,7 @@ cd rep2 MakeConfig $DBNAME2 $http2 $DS2 CHECK_PORT $http2 ECHO "Starting server 'rep2'" -START_SERVER $DS2 1000 +START_SERVER $DS2 60 cd .. if [ $_nservers -gt 2 ] @@ -302,7 +302,7 @@ then MakeConfig $DBNAME3 $http3 $DS3 CHECK_PORT $http3 ECHO "Starting server 'rep3'" - START_SERVER $DS3 1000 + START_SERVER $DS3 60 cd .. fi } --- a/binsrc/tests/suite/treplh.sh +++ b/binsrc/tests/suite/treplh.sh @@ -175,14 +175,14 @@ cd rep1 MakeConfig $DBNAME1 $http1 $DS1 CHECK_PORT $http1 ECHO "Starting server 'rep1'" -START_SERVER $DS1 1000 +START_SERVER $DS1 60 cd .. cd rep3 MakeConfig $DBNAME3 $http3 $DS3 CHECK_PORT $http3 ECHO "Starting server 'rep3'" -START_SERVER $DS3 1000 +START_SERVER $DS3 60 cd .. SILENT=0 --- a/binsrc/tests/suite/tsec.sh +++ b/binsrc/tests/suite/tsec.sh @@ -36,7 +36,7 @@ SHUTDOWN_SERVER rm -f $DBLOGFILE rm -f $DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $INS $DSN 20 100 # note that the test script filename has to be given as the fourth @@ -147,7 +147,7 @@ fi SHUTDOWN_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 #BUGZILLA 6057 --- a/binsrc/tests/suite/tsoap12.sh +++ b/binsrc/tests/suite/tsoap12.sh @@ -4273,7 +4273,7 @@ CHECK_PORT $TPORT sav_log=$LOGFILE LOGFILE=tsoap12.output export LOGFILE -START_SERVER $DSN 1000 +START_SERVER $DSN 60 LOGFILE=$sav_log export LOGFILE --- a/binsrc/tests/suite/tsparql.sh +++ b/binsrc/tests/suite/tsparql.sh @@ -42,7 +42,7 @@ fi STOP_SERVER rm -f $DELETEMASK MAKECFG_FILE_WITH_HTTP $TESTCFGFILE $PORT $HTTPPORT $CFGFILE -START_SERVER $DSN 1000 +START_SERVER $DSN 60 sleep 5 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT -u "HTTPPORT=$HTTPPORT" -u "HTTPPORT1=$HTTPPORT1" < tsparql.sql --- a/binsrc/tests/suite/tsparql_demo.sh +++ b/binsrc/tests/suite/tsparql_demo.sh @@ -45,7 +45,7 @@ STOP_SERVER rm -f $DBLOGFILE rm -f $DBFILE MAKECFG_FILE_WITH_HTTP $TESTCFGFILE $PORT $HTTPPORT $CFGFILE -START_SERVER $DSN 1000 +START_SERVER $DSN 60 sleep 5 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < nwdemo.sql --- a/binsrc/tests/suite/tsql.sh +++ b/binsrc/tests/suite/tsql.sh @@ -37,7 +37,7 @@ rm -f $DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $INS $DSN 100000 100 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tcptrb3.sql if test $STATUS -ne 0 @@ -56,7 +56,7 @@ fi RUN $ISQL $DSN '"EXEC=raw_exit();"' ERRORS=STDOUT -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tcptrb2.sql if test $STATUS -ne 0 @@ -68,7 +68,7 @@ fi -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < twords.sql if test $STATUS -ne 0 --- a/binsrc/tests/suite/tsql2.sh +++ b/binsrc/tests/suite/tsql2.sh @@ -38,7 +38,7 @@ rm -f $DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE SHUTDOWN_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $INS $DSN 20 100 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tschema1.sql --- a/binsrc/tests/suite/tsql3.sh +++ b/binsrc/tests/suite/tsql3.sh @@ -37,7 +37,7 @@ rm -f noise.txt MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE SHUTDOWN_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tnull.sql if test $STATUS -ne 0 @@ -229,7 +229,7 @@ then mv $CFGFILE BACK_$CFGFILE cat BACK_$CFGFILE | sed -e "s/ADD_VIEWS/1/g" > $CFGFILE cat $CFGFILE >> $LOGFILE - START_SERVER $PORT 1000 + START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT -u follow_std=0 < tviewqual.sql if test $STATUS -ne 0 --- a/binsrc/tests/suite/tsqllite.sh +++ b/binsrc/tests/suite/tsqllite.sh @@ -34,13 +34,13 @@ CLEAN_DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE STOP_SERVER -#START_SERVER $PORT 1000 +#START_SERVER $PORT 60 BANNER "STARTED SERIES OF SQL TESTS (tsqllite.sh)" #SHUTDOWN_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < twords.sql if test $STATUS -ne 0 --- a/binsrc/tests/suite/tsqlo.sh +++ b/binsrc/tests/suite/tsqlo.sh @@ -91,7 +91,7 @@ rm -f $DBLOGFILE rm -f $DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 LOG "Loading base tables" RUN $INS $DSN 1000 20 dba dba @@ -157,7 +157,7 @@ rm -f $DBLOGFILE rm -f $DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 LOG "Loading base tables" RUN $INS $DSN 1000 20 dba dba @@ -195,14 +195,14 @@ rm -rf oremote1 mkdir oremote1 cd oremote1 MAKECFG_FILE ../$TESTCFGFILE $DS1 $CFGFILE -START_SERVER $DS1 1000 +START_SERVER $DS1 60 cd .. rm -rf oremote2 mkdir oremote2 cd oremote2 MAKECFG_FILE ../$TESTCFGFILE $DS2 $CFGFILE -START_SERVER $DS2 1000 +START_SERVER $DS2 60 cd .. fi --- a/binsrc/tests/suite/tstriping.sh +++ b/binsrc/tests/suite/tstriping.sh @@ -56,7 +56,7 @@ rm -f $LOGFILE db-1.seg db-2.seg tmp-1.t MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE -START_SERVER $DS1 1000 +START_SERVER $DS1 60 RUN $ISQL $DS1 ERRORS=STDOUT VERBOSE=OFF PROMPT=OFF < toutdsk.sql if test $STATUS -ne 0 @@ -67,7 +67,7 @@ else fi SHUTDOWN_SERVER -START_SERVER $DS1 1000 +START_SERVER $DS1 60 RUN $ISQL $DS1 ERRORS=STDOUT VERBOSE=OFF PROMPT=OFF < toutdskck.sql if test $STATUS -ne 0 then --- a/binsrc/tests/suite/tsxml.sh +++ b/binsrc/tests/suite/tsxml.sh @@ -39,7 +39,7 @@ rm -f $DBFILE cat $TESTCFGFILE | sed -e "s/PORT/$PORT/g" -e "s/CASE_MODE/$CASE_MODE/g" > $CFGFILE # SHUTDOWN_SERVER -# START_SERVER $PORT 1000 +# START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < schemasource/load_tables.isql RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < schemasource/vsputils.isql --- a/binsrc/tests/suite/ttutorial.sh +++ b/binsrc/tests/suite/ttutorial.sh @@ -118,7 +118,7 @@ cat $CFGFILE | sed -e "s/CaseMode = 1/Ca cp tmp.ini $CFGFILE rm tmp.ini -START_SERVER $PORT 1000 +START_SERVER $PORT 60 sleep 1 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT EXEC="'status()'" if test $STATUS -ne 0 --- a/binsrc/tests/suite/tupgrade_recov.sh +++ b/binsrc/tests/suite/tupgrade_recov.sh @@ -36,7 +36,7 @@ cp test_1947.db.test $DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE SHUTDOWN_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < treg1.sql @@ -100,7 +100,7 @@ fi STOP_SERVER sleep 5 -START_SERVER $PORT 2000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < recovck1.sql @@ -150,7 +150,7 @@ else fi rm -f $DBFILE -START_SERVER $PORT 3000 -R +START_SERVER $PORT 60 -R RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < recovck1.sql if test $STATUS -ne 0 @@ -176,7 +176,7 @@ rm -f $DBLOGFILE mv backup.log $DBLOGFILE rm -f $DBFILE -START_SERVER $PORT 3000 -R +START_SERVER $PORT 60 -R RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < recovck1.sql if test $STATUS -ne 0 then @@ -203,7 +203,7 @@ else fi rm -f $DBFILE -START_SERVER $PORT 3000 -R +START_SERVER $PORT 60 -R RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < recovck1.sql if test $STATUS -ne 0 --- a/binsrc/tests/suite/tvad.sh +++ b/binsrc/tests/suite/tvad.sh @@ -74,13 +74,13 @@ END_SQL #SHUTDOWN_SERVER STOP_SERVER - START_SERVER $PORT 1000 + START_SERVER $PORT 60 RUN $ISQL $DSN dba dba PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tvadbtest.sql STOP_SERVER rm -f $DBLOGFILE - START_SERVER $PORT 1000 + START_SERVER $PORT 60 } @@ -249,7 +249,7 @@ GenVAD4 t4.xml SHUTDOWN_SERVER rm -f $DBLOGFILE $DBFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 DoCommand $DSN "select \"DB\".\"DBA\".\"VAD_PACK\" ('t1.xml', '', 't1.vad');" "VAD_PACK 1" DoCommand $DSN "select \"DB\".\"DBA\".\"VAD_PACK\" ('t2.xml', '', 't2.vad');" "VAD_PACK 2" --- a/binsrc/tests/suite/tvad2.sh +++ b/binsrc/tests/suite/tvad2.sh @@ -72,13 +72,13 @@ END_SQL echo "+ " $ISQL $_dsn dba dba ERRORS=STDOUT VERBOSE=OFF PROMPT=OFF "EXEC=$command" $* >> $LOGFILE SHUTDOWN_SERVER - START_SERVER $PORT 1000 + START_SERVER $PORT 60 RUN $ISQL $DSN dba dba PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tvadbtest.sql STOP_SERVER rm -f $DBLOGFILE - START_SERVER $PORT 1000 + START_SERVER $PORT 60 } @@ -94,7 +94,7 @@ cp -f $HOME/binsrc/tests/suite/vad_test/ SHUTDOWN_SERVER rm -f $DBLOGFILE $DBFILE -START_SERVER $PORT 1000 +START_SERVER $PORT 60 DoCommand $DSN "select \"DB\".\"DBA\".\"VAD_PACK\" ('vad_test1.xml', '', 'vad_test1.vad');" "VAD_PACK 1" DoCommand $DSN "select \"DB\".\"DBA\".\"VAD_PACK\" ('vad_test2.xml', '', 'vad_test2.vad');" "VAD_PACK 2" --- a/binsrc/tests/suite/tvsp.sh +++ b/binsrc/tests/suite/tvsp.sh @@ -38,7 +38,7 @@ rm -f $DBFILE MAKECFG_FILE $TESTCFGFILE $PORT $CFGFILE SHUTDOWN_SERVER -START_SERVER $PORT 1000 +START_SERVER $PORT 60 RUN $ISQL $DSN PROMPT=OFF VERBOSE=OFF ERRORS=STDOUT < tvsp.sql --- a/binsrc/tests/suite/tvspx.sh +++ b/binsrc/tests/suite/tvspx.sh @@ -303,7 +303,7 @@ GenURIall #MakeIni MakeConfig CHECK_PORT $TPORT -START_SERVER $DSN 1000 +START_SERVER $DSN 60 sleep 1 cd .. DoCommand $DSN "DB.DBA.VHOST_DEFINE ('*ini*', '*ini*', '/', '/', 0, 0, NULL, NULL, NULL, NULL, 'dba', NULL, NULL, 0);" --- a/binsrc/tests/suite/tvspxex.sh +++ b/binsrc/tests/suite/tvspxex.sh @@ -2597,7 +2597,7 @@ cp -f ../tvspxex.awk . #MakeIni MakeConfig CHECK_PORT $TPORT -START_SERVER $DSN 1000 +START_SERVER $DSN 60 sleep 1 --- a/binsrc/tests/suite/twcopy.sh +++ b/binsrc/tests/suite/twcopy.sh @@ -608,7 +608,7 @@ GenEndPage 19 ./dir3/sub32/ MakeIni -START_SERVER $DS1 1000 +START_SERVER $DS1 60 CHECK_HTTP_PORT $TPORT cd .. --- a/binsrc/tests/suite/twiki.sh +++ b/binsrc/tests/suite/twiki.sh @@ -132,7 +132,7 @@ case $SERVER in LOG "ODS & Blog2 VAD packages are not built" fi - START_SERVER $DSN 1000 + START_SERVER $DSN 60 sleep 1 --- a/binsrc/tests/suite/txslt.sh +++ b/binsrc/tests/suite/txslt.sh @@ -133,7 +133,7 @@ rm -rf xslt mkdir xslt cd xslt MakeConfig $DS1 $HTTP_PORT -START_SERVER $DS1 1000 +START_SERVER $DS1 60 cd .. MakeSQLXML --- a/binsrc/tests/tpcrun/tpc_run.sh +++ b/binsrc/tests/tpcrun/tpc_run.sh @@ -184,7 +184,7 @@ initialize() { BANNER "INITIALIZE TPC BENCHMARK DATABASE" STOP_SERVER - START_SERVER $PORT 1000 + START_SERVER $PORT 60 RUN $ISQL $PORT dba dba ../tpccddk.sql if test $STATUS -ne 0 @@ -225,7 +225,7 @@ run_tpcc() { BANNER "STARTING TPC BENCHMARK DATABASE TEST" # STOP_SERVER - START_SERVER $PORT 1000 + START_SERVER $PORT 60 # # Start manual checkpointing (XXX is this really necessary) @@ -307,7 +307,7 @@ run_tpcc() { SHUTDOWN_SERVER rm -f *.db *.trx RUN $SERVER $FOREGROUND_OPTION $OBACKUP_REP_OPTION "tpcc-" - START_SERVER $PORT 1000 + START_SERVER $PORT 60 RUN $ISQL $PORT PROMPT=OFF VERBOSE=OFF < tpc_back.sql if test $STATUS -ne 0 then debian/patches/build-gmake-to-make.patch0000644000000000000000000000046512010224763015354 0ustar Description: gmake to make Use make instead of gmake in the build system. Author: Obey Arthur Liu Last-Update: 2010-02-17 --- a/binsrc/sqldoc/vspx_doc.sh +++ b/binsrc/sqldoc/vspx_doc.sh @@ -41,7 +41,7 @@ fi pwddir=`pwd` cd "${cutterdir}" -gmake +make cd "${pwddir}" begin_xml () debian/patches/repack-pcre.patch0000644000000000000000000000547112010224765014040 0ustar Description: Fix PCRE related code after repacking Fix a few usages of PCRE after total removal through repacking. Author: Obey Arthur Liu Last-Update: 2012-05-23 --- a/configure.in +++ b/configure.in @@ -485,6 +485,8 @@ AC_CHECK_LIB(inet, gethostbyname, [VLIBS AC_CHECK_LIB(socket, socket, [VLIBS="-lsocket $VLIBS"], [], $VLIBS) # SVR4 sockets fi AC_CHECK_LIB(m, cos, [VLIBS="-lm $VLIBS"]) # complex math +# Added by Debian maintainer, replaces shipped pcre +AC_CHECK_LIB(pcre, pcre_compile) ########################################################################## ## ## --- a/libsrc/Wi/bif_regexp.c +++ b/libsrc/Wi/bif_regexp.c @@ -28,7 +28,9 @@ #include "multibyte.h" #include "srvmultibyte.h" -#include "util/pcrelib/pcre.h" +// Debian maintainer: replaced by external PCRE +// #include "util/pcrelib/pcre.h" +#include "pcre.h" /* typedef struct rx_query_s { --- a/libsrc/Wi/xqf.c +++ b/libsrc/Wi/xqf.c @@ -38,7 +38,9 @@ #include "xpf.h" #include "xqf.h" -#include "util/pcrelib/pcre.h" +// Debian maintainer: replaced by external PCRE +// #include "util/pcrelib/pcre.h" +#include "pcre.h" #define ecm_isname(c) \ ( ((c) & ~0xFF) ? (ecm_utf8props[(c)] & ECM_ISNAME) : \ --- a/libsrc/util/Makefile.am +++ b/libsrc/util/Makefile.am @@ -85,24 +85,26 @@ libutil_la_SOURCES = \ virt_mbsnrtowcs.c \ virt_wcrtomb.c \ virt_wcs_mask.c \ - virt_wcsnrtombs.c \ - pcrelib/pcre_chartables.c \ - pcrelib/pcre_compile.c \ - pcrelib/pcre_config.c \ - pcrelib/pcre_dfa_exec.c \ - pcrelib/pcre_exec.c \ - pcrelib/pcre_fullinfo.c \ - pcrelib/pcre_get.c \ - pcrelib/pcre_globals.c \ - pcrelib/pcre_newline.c \ - pcrelib/pcre_ord2utf8.c \ - pcrelib/pcre_study.c \ - pcrelib/pcre_tables.c \ - pcrelib/pcre_try_flipped.c \ - pcrelib/pcre_ucd.c \ - pcrelib/pcre_valid_utf8.c \ - pcrelib/pcre_version.c \ - pcrelib/pcre_xclass.c + virt_wcsnrtombs.c +# From above: +# Debian maintainer: Replaced by external PCRE +# pcrelib/pcre_chartables.c \ +# pcrelib/pcre_compile.c \ +# pcrelib/pcre_config.c \ +# pcrelib/pcre_dfa_exec.c \ +# pcrelib/pcre_exec.c \ +# pcrelib/pcre_fullinfo.c \ +# pcrelib/pcre_get.c \ +# pcrelib/pcre_globals.c \ +# pcrelib/pcre_newline.c \ +# pcrelib/pcre_ord2utf8.c \ +# pcrelib/pcre_study.c \ +# pcrelib/pcre_tables.c \ +# pcrelib/pcre_try_flipped.c \ +# pcrelib/pcre_ucd.c \ +# pcrelib/pcre_valid_utf8.c \ +# pcrelib/pcre_version.c \ +# pcrelib/pcre_xclass.c BUILT_SOURCES = getdate.c @@ -121,14 +123,16 @@ EXTRA_DIST = \ getdate.y \ MSG_BG.bin \ MSG_EN.bin \ - pcrelib/AUTHORS \ - pcrelib/LICENCE \ - pcrelib/*.c \ - pcrelib/*.h \ - pcrelib/*.src \ win32/ptrlong.h \ win32/syslog.c \ win32/syslog.h \ winlog.mc \ winlog.rc +# From above: +# Debian maintainer: Replaced by external PCRE +# pcrelib/AUTHORS \ +# pcrelib/LICENCE \ +# pcrelib/*.c \ +# pcrelib/*.h \ +# pcrelib/*.src debian/patches/use-debian-default-csharp-compiler.patch0000644000000000000000000000073612010224762020364 0ustar --- a/binsrc/VirtuosoClient.Net/Makefile.mono +++ b/binsrc/VirtuosoClient.Net/Makefile.mono @@ -86,7 +86,7 @@ RESOURCES= \ ifeq (ADONET2, $(ADONETVERSION)) -CSC = gmcs +CSC = mono-csc #CSFLAGS = -debug+ /d:MONO /d:DEBUG /d:DEBUG_IO /d:ADONET2 CSFLAGS = /optimize+ /d:MONO /d:ADONET2 @@ -101,7 +101,7 @@ REFERENCES = /r:System.Data /r:System.En else -CSC = mcs +CSC = mono-csc #CSFLAGS = -debug+ /d:MONO /d:DEBUG /d:DEBUG_IO CSFLAGS = /optimize+ /d:MONO debian/patches/repack-oat.patch0000644000000000000000000000076312010224762013666 0ustar Description: Fix OAT related code after repacking Fix a few usages of OAT after partial removal through repacking. Author: Obey Arthur Liu Last-Update: 2012-05-23 --- a/binsrc/oat/toolkit/loader.js +++ b/binsrc/oat/toolkit/loader.js @@ -1661,7 +1661,6 @@ OAT.Loader = { svgsparql:"geometry", timeline:["slider","tlscale","resize"], tree:"ghostdrag", - webclip:"webclipbinding", win:["drag","layers"], ws:["xml","soap","ajax","schema","connection"], xml:["xpath"], debian/patches/repack-tutorial.patch0000644000000000000000000000401212010224764014737 0ustar Description: Blanks for tutorial related dll after repacking Replace prebuilt dlls with blanks until they can be buildable. Author: Obey Arthur Liu Last-Update: 2009-12-29 --- /dev/null +++ b/binsrc/tutorial/bin/tabcontrol.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/bin/tabcontrol2.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/hosting/ho_s_10/Point_ho_s_10.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/hosting/ho_s_11/restricted.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/hosting/ho_s_11/unrestricted.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/hosting/ho_s_12/bin/WebService15.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/hosting/ho_s_14/ho_s_14.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/hosting/ho_s_15/COM/VirtCOMServer/Debug/VirtCOMServer.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/hosting/ho_s_15/COM/VirtCOMServer/VirtCOMServer.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/hosting/ho_s_2/Point.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/hosting/ho_s_2/tax.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/hosting/ho_s_3/redcoalsms.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/hosting/ho_s_4/redcoalsms.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/hosting/ho_s_5/redcoalsms_dom.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank --- /dev/null +++ b/binsrc/tutorial/services/so_s_32/so_s_32.dll @@ -0,0 +1 @@ +# Debian maintainer: intentionally blank debian/patches/build-generated-code-multiple-outputs.patch0000644000000000000000000000430512010224761021150 0ustar Description: generated code multiple outputs Fix one point of parallel building breakage. Author: Obey Arthur Liu Last-Update: 2009-12-28 --- a/libsrc/plugin/Makefile.am +++ b/libsrc/plugin/Makefile.am @@ -93,15 +93,45 @@ export_gate_virtuoso.c import_gate_virtuoso.c import_gate_virtuoso.h \ export_plugin_lang25.c import_plugin_lang25.c import_plugin_lang25.h -$(generated_code): .generated +# This is still wrong: +# +#$(generated_code): .generated +# +#.generated: Makefile.am gen_all_gates.sh gen_gate.sh gate_virtuoso.h plugin_lang25.h plugin_msdtc.h +# cd $(top_srcdir)/libsrc/plugin; ./gen_all_gates.sh +# -rm -rf tmp +# touch .generated + +# This is correct: +generated_code-stamp: Makefile gen_all_gates.sh gen_gate.sh gate_virtuoso.h plugin_lang25.h plugin_msdtc.h + echo "GENCODE=+= stamp" + @rm -f generated_code-temp + @touch generated_code-temp + @cd $(top_srcdir)/libsrc/plugin; ./gen_all_gates.sh + @rm -rf tmp + @mv -f generated_code-temp $@ -.generated: Makefile.am gen_all_gates.sh gen_gate.sh gate_virtuoso.h plugin_lang25.h plugin_msdtc.h - cd $(top_srcdir)/libsrc/plugin; ./gen_all_gates.sh - -rm -rf tmp - touch .generated +$(generated_code): generated_code-stamp + ## Recover from the removal of $@ + @if test -f $@; then :; else \ + trap 'rm -rf generated_code-lock generated_code-stamp' 1 2 13 15; \ + if mkdir generated_code-lock 2>/dev/null; then \ + ## This code is being executed by the first process. + rm -f generated_code-stamp; \ + echo "GENCODE=+= stamp"; \ + $(MAKE) $(AM_MAKEFLAGS) generated_code-stamp; \ + rmdir generated_code-lock; \ + else \ + ## This code is being executed by the follower processes. + ## Wait until the first process is done. + while test -d generated_code-lock; do sleep 1; echo "//+//"; done; \ + ## Succeed if and only if the first process succeeded. + test -f generated_code-stamp; exit $$?; \ + fi; \ + fi BUILT_SOURCES = $(generated_code) -DISTCLEANFILES = $(generated_code) .generated +DISTCLEANFILES = $(generated_code) generated_code-stamp generated_code-lock generated_code-temp # ---------------------------------------------------------------------- debian/patches/ftbfs-armel.patch0000644000000000000000000000240712010224763014040 0ustar Description: FTBFS on armel Fix fragile memory manipulation preprocessor macros on little endian archs. Author: Sune Vuorela Last-Update: 2010-03-14 --- a/libsrc/Wi/widisk.h +++ b/libsrc/Wi/widisk.h @@ -229,12 +229,20 @@ #else +// Debian maintainer: armel compatibility +#if 0 #define LONG_SET(p, l) \ *((int32*) (p)) = (l) +#endif +static inline void LONG_SET(unsigned char *p, int32 l) { int32 x = l; memcpy(p, &x, 4); } +// Debian maintainer: armel compatibility +#if 0 #define LONG_REF(p) \ (* ((int32*) (p))) +#endif +static inline int32 LONG_REF(unsigned char *p) { int32 ret; memcpy(&ret, p, 4); return ret; } #endif @@ -270,12 +278,20 @@ #define UINT32PL(p) ((unsigned int32*)(p)) +// Debian maintainer: armel compatibility +#if 0 #define INT64_REF(place) \ (((int64) (UINT32PL(place)[0])) << 32 | UINT32PL(place)[1]) +#endif +static inline int64 INT64_REF(unsigned char *p) { int64 ret; memcpy(&ret, p, 8); return ret; } +// Debian maintainer: armel compatibility +#if 0 #define INT64_SET(place, v) \ {((unsigned int32*)(place))[0] = (v) >> 32; \ ((unsigned int32*)(place))[1] = (int32)(v); } +#endif +static inline void INT64_SET(unsigned char *place, int64 v) { int64 x = v; memcpy(place, &x, 8); } #endif debian/patches/config-debian-paths.patch0000644000000000000000000000335012010224761015434 0ustar Description: config debian paths Make installation paths more Debian compatible. Author: Obey Arthur Liu Last-Update: 2012-05-23 --- a/configure +++ b/configure @@ -3729,14 +3729,14 @@ case ${VIRTUOSO_LAYOUT} in prefix=/usr localstatedir=/var fi - vaddir=$datadir/virtuoso/vad - docdir=$datadir/doc/virtuoso - htmldocdir=$datadir/doc/virtuoso/html - pdfdocdir=$datadir/doc/virtuoso/pdf - demodir=$localstatedir/lib/virtuoso/demo - dbdir=$localstatedir/lib/virtuoso/db - httprootdir=$localstatedir/lib/virtuoso/vsp - hostingdir=$libdir/virtuoso/hosting + vaddir=$datadir/$DEBIANPKG/vad + docdir=$datadir/doc/$DEBIANPKG + htmldocdir=$datadir/doc/$DEBIANPKG/html + pdfdocdir=$datadir/doc/$DEBIANPKG/pdf + demodir=$localstatedir/lib/$DEBIANPKG/demo + dbdir=$localstatedir/lib/$DEBIANPKG/db + httprootdir=$localstatedir/lib/$DEBIANPKG/vsp + hostingdir=$libdir/$DEBIANPKG/hosting ;; [Gg][Ee][Nn][Tt][Oo][Oo]) # Gentoo --- a/configure.in +++ b/configure.in @@ -156,14 +156,14 @@ case ${VIRTUOSO_LAYOUT} in prefix=/usr localstatedir=/var fi - vaddir=$datadir/virtuoso/vad - docdir=$datadir/doc/virtuoso - htmldocdir=$datadir/doc/virtuoso/html - pdfdocdir=$datadir/doc/virtuoso/pdf - demodir=$localstatedir/lib/virtuoso/demo - dbdir=$localstatedir/lib/virtuoso/db - httprootdir=$localstatedir/lib/virtuoso/vsp - hostingdir=$libdir/virtuoso/hosting + vaddir=$datadir/$DEBIANPKG/vad + docdir=$datadir/doc/$DEBIANPKG + htmldocdir=$datadir/doc/$DEBIANPKG/html + pdfdocdir=$datadir/doc/$DEBIANPKG/pdf + demodir=$localstatedir/lib/$DEBIANPKG/demo + dbdir=$localstatedir/lib/$DEBIANPKG/db + httprootdir=$localstatedir/lib/$DEBIANPKG/vsp + hostingdir=$libdir/$DEBIANPKG/hosting ;; [[Gg]][[Ee]][[Nn]][[Tt]][[Oo]][[Oo]]) # Gentoo debian/patches/ignore-netstat-failure.patch0000644000000000000000000003203612010224764016230 0ustar Author: Steven Chamberlain Author: José Manuel Santamaría Lema Description: This patch avoids FTBFSes on any architecture whose "netstat -an" output is not what we expect or just wrong, see: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663010 NOTE: While this patch at a first sight looks a bit dangerous it isn't that bad: if virtuoso couldn't actually start in these make_vad.sh scripts, some *.vad files wouldn't be genereated; these *.vad files are being installed by the package, therefore if one of them is missing the package would fail to build anyway. --- a/binsrc/rdf_mappers/make_vad.sh +++ b/binsrc/rdf_mappers/make_vad.sh @@ -276,8 +276,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/binsrc/bpel/make_vad.sh +++ b/binsrc/bpel/make_vad.sh @@ -281,8 +281,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/binsrc/b3s/make_vad.sh +++ b/binsrc/b3s/make_vad.sh @@ -231,8 +231,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/binsrc/tutorial/make_vad.sh +++ b/binsrc/tutorial/make_vad.sh @@ -131,8 +131,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/binsrc/yacutia/mkvad.sh +++ b/binsrc/yacutia/mkvad.sh @@ -178,8 +178,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - ECHO "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + ECHO "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/binsrc/samples/demo/mkdoc.sh +++ b/binsrc/samples/demo/mkdoc.sh @@ -191,8 +191,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - ECHO "***FAILED: Could not start Virtuoso DOC Server within $timeout seconds" - exit 1 + ECHO "***WARNING: Could not start Virtuoso DOC Server within $timeout seconds" + return 1 fi done fi --- a/binsrc/samples/sparql_demo/make_vad.sh +++ b/binsrc/samples/sparql_demo/make_vad.sh @@ -141,8 +141,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/binsrc/sync/make_vad.sh +++ b/binsrc/sync/make_vad.sh @@ -131,8 +131,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/binsrc/isparql/make_vad.sh +++ b/binsrc/isparql/make_vad.sh @@ -144,8 +144,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-Addressbook/make_vad.sh +++ b/appsrc/ODS-Addressbook/make_vad.sh @@ -120,8 +120,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-Bookmark/make_vad.sh +++ b/appsrc/ODS-Bookmark/make_vad.sh @@ -124,8 +124,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-Briefcase/make_vad.sh +++ b/appsrc/ODS-Briefcase/make_vad.sh @@ -140,8 +140,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-Calendar/make_vad.sh +++ b/appsrc/ODS-Calendar/make_vad.sh @@ -123,8 +123,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-Community/make_vad.sh +++ b/appsrc/ODS-Community/make_vad.sh @@ -127,8 +127,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-Discussion/make_vad.sh +++ b/appsrc/ODS-Discussion/make_vad.sh @@ -137,8 +137,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-FeedManager/make_vad.sh +++ b/appsrc/ODS-FeedManager/make_vad.sh @@ -123,8 +123,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-Framework/make_vad.sh +++ b/appsrc/ODS-Framework/make_vad.sh @@ -165,8 +165,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-Framework/oauth/make_vad.sh +++ b/appsrc/ODS-Framework/oauth/make_vad.sh @@ -215,8 +215,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-Gallery/make_vad.sh +++ b/appsrc/ODS-Gallery/make_vad.sh @@ -127,8 +127,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-Polls/make_vad.sh +++ b/appsrc/ODS-Polls/make_vad.sh @@ -122,8 +122,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-WebMail/make_vad.sh +++ b/appsrc/ODS-WebMail/make_vad.sh @@ -123,8 +123,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-Wiki/make_vad.sh +++ b/appsrc/ODS-Wiki/make_vad.sh @@ -158,8 +158,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/binsrc/hosting/mono/tests/tclrsrv.sh +++ b/binsrc/hosting/mono/tests/tclrsrv.sh @@ -241,8 +241,8 @@ START_SERVER () nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/binsrc/samples/demo/mkdemo.sh +++ b/binsrc/samples/demo/mkdemo.sh @@ -170,8 +170,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - ECHO "***FAILED: Could not start Virtuoso DEMO Server within $timeout seconds" - exit 1 + ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds" + return 1 fi done } --- a/binsrc/samples/xpath/files2dav.sh +++ b/binsrc/samples/xpath/files2dav.sh @@ -121,8 +121,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - ECHO "***FAILED: Could not start Virtuoso DEMO Server within $timeout seconds" - exit 1 + ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds" + return 1 fi done } --- a/binsrc/samples/xquery/files2dav.sh +++ b/binsrc/samples/xquery/files2dav.sh @@ -121,8 +121,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - ECHO "***FAILED: Could not start Virtuoso DEMO Server within $timeout seconds" - exit 1 + ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds" + return 1 fi done } --- a/binsrc/tests/biftest/thook.sh +++ b/binsrc/tests/biftest/thook.sh @@ -154,8 +154,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/binsrc/tests/suite/test_fn.sh +++ b/binsrc/tests/suite/test_fn.sh @@ -333,8 +333,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/binsrc/vsp/admin/debug/make_vad.sh +++ b/binsrc/vsp/admin/debug/make_vad.sh @@ -97,8 +97,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/binsrc/vspx/suite/vspx_suite.sh +++ b/binsrc/vspx/suite/vspx_suite.sh @@ -66,8 +66,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } --- a/appsrc/ODS-Blog/make_vad.sh +++ b/appsrc/ODS-Blog/make_vad.sh @@ -139,8 +139,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } --- a/binsrc/samples/demo/make_vad.sh +++ b/binsrc/samples/demo/make_vad.sh @@ -142,8 +142,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } debian/patches/ftbfs-kfreebsd.patch0000644000000000000000000000117712010224765014532 0ustar Description: FTBFS on kFreeBSD Fix preprocessor environment detection to properly recognize kFreeBSD. Author: Obey Arthur Liu Last-Update: 2010-02-28 --- a/libsrc/Dk/Dksystem.h +++ b/libsrc/Dk/Dksystem.h @@ -141,7 +141,7 @@ #endif #include -#if !defined(linux) && !defined(__APPLE__) && !defined (WIN32) && !defined (__CYGWIN__) && !defined(__FreeBSD__) && !defined (__cplusplus) +#if !defined(linux) && !defined(__APPLE__) && !defined (WIN32) && !defined (__CYGWIN__) && !defined(__FreeBSD__) && !defined (__cplusplus) && !defined(__GLIBC__) extern char *sys_errlist[]; extern int sys_nerr; #endif debian/patches/repack-zlib.patch0000644000000000000000000000255712010224761014045 0ustar Description: Fix zlib related code after repacking Fix a few usages of zlib after partial removal through repacking. Author: Obey Arthur Liu Author: José Manuel Santamaría Lema Last-Update: 2012-05-23 --- a/libsrc/Wi/bif_file.c +++ b/libsrc/Wi/bif_file.c @@ -4750,7 +4750,11 @@ gz_init_ses (dk_session_t * ses_out) level = 6; err = deflateInit2 (&(s->stream), level, - Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy); + Z_DEFLATED, -MAX_WBITS, 9, strategy); + // Debian maintainer: was: + //Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy); + // DEX_MEM_LEVEL hardcoded at 9, which is the value that + // results from upstream shipped zlib build anyway s->stream.next_out = s->outbuf = (Byte *) dk_alloc (Z_BUFSIZE); if (err != Z_OK || s->outbuf == Z_NULL) --- a/libsrc/Makefile.am +++ b/libsrc/Makefile.am @@ -19,7 +19,7 @@ # # -SUBDIRS = util zlib odbcsdk Dk Thread langfunc Wi plugin Tidy Xml.new JDBCDriverType4 +SUBDIRS = util odbcsdk Dk Thread langfunc Wi plugin Tidy Xml.new JDBCDriverType4 noinst_HEADERS = Dk.h libutil.h --- a/configure.in +++ b/configure.in @@ -2676,7 +2676,6 @@ AC_CONFIG_FILES([ libsrc/util/Makefile libsrc/Wi/Makefile libsrc/Xml.new/Makefile - libsrc/zlib/Makefile appsrc/Makefile appsrc/ODS-Framework/Makefile appsrc/ODS-Addressbook/Makefile debian/virtuoso-t.1.xml0000644000000000000000000002067612010224741012206 0ustar ]> &dhtitle; &dhpackage; &dhfirstname; &dhsurname; Wrote this manpage for the Debian system.
&dhemail;
2009 &dhusername; This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
&dhucpackage; &dhsection; &dhpackage; OpenLink Virtuoso Opensource Server &dhpackage; &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the 'doc' VAD package. &dhpackage; is the OpenLink Virtuoso server OPTIONS A summary of options is included below. For a complete description, see the 'doc' VAD package. run in the foreground use alternate configuration file do not checkpoint on startup exit as soon as checkpoint on startup is complete dump database into the transaction log, then exit dump inconsistent database into the transaction log, then exit specify the DB ini to use for reading the data to dump restore from a crash-dump wait for background initialization to complete specify mode options for server startup (onbalr) specify key id(s) to dump on crash dump (default : all) default backup directories run in the foreground Show additional debugging info Old DBA password New DBA password New DAV password FILES /etc/virtuoso/virtuoso.ini The configuration file to control the behaviour of the main instance of &dhpackage;. SEE ALSO The programs are documented fully by the 'doc' VAD package.
debian/po/0000755000000000000000000000000012220275052007601 5ustar debian/po/de.po0000644000000000000000000002652012010224752010534 0ustar # Translation of the virtuoso-opensource debconf templates to German # This file is distributed under the same license as the virtuoso-opensource # package. # # Martin Eberhard Schauer , 2010. # msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource6.1.0+dfsg2-2\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2010-03-27 14:12+0000\n" "Last-Translator: Martin Eberhard Schauer \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Passwort für die Benutzerkonten DBA und DAV:" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "Nach der Installation können Benutzerkonten und Passwörter für Virtuoso mit " "den Kommandozeilenwerkzeugen (siehe die vollständige Dokumentation) oder mit " "der Web-Anwendung Conductor verwaltet werden. Conductor wird per " "Voreinstellung unter http://localhost:8890/conductor installiert." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "Standardmäßig werden zwei Benutzer (»dba« und »dav«) erzeugt, die zur " "Verwaltung von Virtuoso berechtigt sind. Sie müssen für diese Benutzer " "sichere Passwörter festlegen, um die Installation abzuschließen." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Wenn Sie hier nichts eingeben, wird der Daemon deaktiviert. Es sei denn, es " "existiert schon ein von der Vorgabe abweichendes Passwort." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Bestätigung des Passworts für den Benutzer mit Administrator-Rechten:" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "Die Passwörter stimmen nicht überein" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "" "Die von Ihnen eingegebenen Passwörter waren unterschiedlich. Bitte geben Sie " "noch einmal ein Passwort ein." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "Es wurde kein anfängliches Passwort festgesetzt, Daemon deaktiviert." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "Aus Sicherheitsgründen wurde die Standard-Instanz von Virtuoso deaktiviert, " "weil kein Verwaltungs-Passwort eingegeben wurde." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "Sie können den Daemon manuell aktivieren, indem Sie in der Datei /etc/" "default/virtuoso-opensource-6.1 RUN auf »yes« setzen. Für den Standard-" "Benutzer DBA ist das Passwort dann »dba«." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Festlegung eines Passworts für das Virtuoso-Konto DBA nicht möglich." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Beim Setzen des Passworts für den Virtuoso-Verwalter ereignete sich ein " "Fehler. Mögliche Gründe sind ein bereits bestehendes Passwort für das Konto " "oder ein Kommunikationsproblem mit dem Virtuoso-Server." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Bei bereits bestehender Datenbank bleibt das Original-Passwort erhalten. Bei " "Vorliegen eines anderen Problems wird das Standard-Passwort (»dba«) " "verwendet." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "Es wird empfohlen, die Passwörter für die Konten »dba« und »dav« sofort nach " "der Installation zu überprüfen." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "Entfernen aller Virtuoso-Datenbanken?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "Das Verzeichnis /var/lib/virtuoso-opensource-6.1 für die Speicherung der Virtuoso-" "Datenbanken steht davor, gelöscht zu werden." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Wenn Sie das Virtuoso-Paket entfernen, um später eine neuere Version zu " "installieren oder wenn ein anderes Virtuoso-Paket schon auf die Datenbanken " "zugreift, können Sie festlegen, die Datenbanken beizubehalten." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "Port des HTTP-Servers:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "Virtuoso enthält einen Web-Server, der HTML- und VSP-Seiten (mit optionaler " "Unterstützung für andere Sprachen) ausliefern kann. Wenn Sie diese Instanz " "als öffentlichen Web-Server mit direktem Zugriff aus dem Internet " "installieren, werden Sie wahrscheinlich für den Server den Port 80 wählen." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Bitte beachten Sie, dass das Standard-Wurzelverzeichnis /var/lib/virtuoso-opensource-6.1/" "vsp für Web-Server leer sein wird, wenn Sie nicht auch das Paket mit der " "Standard-Startseite von Virtuoso installieren." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Port für den Datenbank-Server:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Hier können Sie den Port festlegen, den der Virtuoso-Datenbankserver für " "Verbindungen verwendet." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "Die Änderung dieser Voreinstellung kann die Sicherheit auf " "Einbruchsversuchen ausgesetzten Servern verbessern." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "" "Registrieren eines systemweiten ODBC-Datenquellen-Namens (ODBC System DSN, " "Data Source Name) für Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "Auf dem System ist schon eine ODBC-Verwaltung (unixodbc oder IODBC) " "installiert und der ODBC-Treiber von Virtuoso wird installiert." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "Die Standard-Instanz von Virtuoso kann automatisch in die Liste verfügbarer " "System-Datenquellen eingetragen (und automatisch beim Löschen des Pakets aus " "der Liste entfernt) werden." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Wenn Sie diese Option wählen, wird der DSN »VOS« verwendet. Benutzer und " "Einzelheiten des Passworts werden aus Sicherheitsgründen nicht zusammen mit " "dem DSN gespeichert." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Standard-Virtuoso-Serverpaket:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Bitte wählen Sie die Standard-Version des Virtuoso-Servers, auf die der " "symbolische Verweis (link) ohne Versionsnummer für den Gebrauch durch Init-" "Skripte und Client-Werkzeuge zeigt." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "Den Virtuoso-ODBC-Treiber registrieren?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "" "Auf diesem System ist schon eine ODBC-Verwaltung (unixodbc oder IODBC) " "installiert." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "Der Standard-ODBC-Treiber von Virtuoso kann automatisch in die Liste " "verfügbarer ODBC-Treiber eingetragen (und automatisch beim Löschen des " "Pakets aus der Liste entfernt) werden." debian/po/pt_BR.po0000644000000000000000000002626512010224754011162 0ustar # Debconf translation for virtuoso-opensource. # Copyright (C) 2011 THE virtuoso-opensource's COPYRIGHT HOLDER # This file is distributed under the same license as the virtuoso-opensource package. # Flamarion Jorge , 2011. # msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource 6.1.2\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2011-09-07 08:55-0300\n" "Last-Translator: Flamarion Jorge \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.7.0\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Senha para usuários DBA e DAV:" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "Após a instalação, usuários e senhas no Virtuoso podem ser gerenciados " "usando as ferramentas de linha de comando (veja a documentação completa) ou " "pela aplicação web Conductor, que é instalada por padrão em http://" "localhost:8890/conductor." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "Dois usuários (\"dba\" e \"dav\") são criados por padrão, com acesso " "administrativo ao Virtuoso. Senhas seguras devem ser escolhidas para estes " "usuários a fim de completar a instalação." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Se você deixar isto em branco, o daemon será desabilitado, a menos que uma " "senha \"não padrão\" já exista." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Confirmação de senha dos usuários administrativos:" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "Senha não confere" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "" "As duas senhas que você informou não são as mesmas. Por favor, informe a " "senha novamente." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "Senha inicial não informada, daemon desabilitado" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "Por razões de segurança, a instância padrão do Virtuoso está desabilitada " "porque nenhuma senha administrativa foi informada." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "Você pode habilitar o daemon manualmente configurando \"yes\" na opção RUN " "em /etc/default/virtuoso-opensource-6.1. A senha padrão do usuário DBA será " "então \"dba\"." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Impossível configurar a senha para o usuário DBA do Virtuoso" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Um erro ocorreu ao configurar a senha para o usuário administrativo do " "Virtuoso. Isto pode ter acontecido porque a conta já tem uma senha, ou por " "causa de um problema de comunicação com o servidor Virtuoso." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Se o banco de dados já existir então a senha original será mantida. Se houve " "algum outro problema, então a senha padrão (\"dba\") é usada." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "É recomendado verificar as senhas dos usuários \"dba\" e \"dav\" " "imediatamente após a instalação." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "Remover todos os bancos de dados do Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "O diretório /var/lib/virtuoso-opensource-6.1, o qual contém os bancos de " "dados do Virtuoso, está prestes a ser removido." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Se você está removendo o pacote do Virtuoso a fim de instalar uma versão " "mais recente posteriormente, ou se um pacote diferente do Virtuoso já está " "usando-os, você pode escolher manter os bancos de dados." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "Porta do servidor HTTP:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "O Virtuoso provê um servidor web capaz de hospedar páginas HTML e VSP (com " "suporte opcional para outras linguagens). Se você está instalando esta " "instância como um servidor web diretamente na Internet, provavelmente você " "quer escolher 80 como a porta do servidor web." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Por favor, note que o diretório raiz padrão do servidor web é /var/lib/" "virtuoso-opensource-6.1/vsp e estará vazio a menos que você também instale o " "pacote contendo a página inicial padrão do Virtuoso." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Porta do servidor de banco de dados:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Você pode mudar aqui a porta na qual o banco de dados do Virtuoso escutará " "por conexões." # "unauthorized intrusion" is redundancy. # Flamarion Jorge - Portuguese Brazilian translator and reviewer #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "Modificar este valor padrão pode aumentar a segurança nos servidores que " "possam ser alvos de acessos não autorizados." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "Registrar um DSN ODBC de sistema para o Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "Um gerenciador ODBC (unixodbc ou iODBC) já está instalado neste sistema, e o " "driver ODBC do Virtuoso está instalado." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "A instância padrão do Virtuoso pode ser automaticamente adicionada à lista " "de Fontes de Dados do Sistema (\"System Data Sources\") (e automaticamente " "removida da lista quando o pacote for removido)." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Se você escolher esta opção, o DSN será nomeado \"VOS\". Detalhes de usuário " "e senha são omitidos do DSN por questões de segurança." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Pacote padrão do servidor Virtuoso:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Por favor, escolha a versão do virtuoso-server que será \"linkada\" aos " "nomes padrão (sem versionamento), para os scripts de inicialização e " "ferramentas cliente." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "Registrar o driver ODBC do Virtuoso?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "" "Um gerenciador ODBC (unixodbc ou iODBC) já está instalado neste sistema." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "O driver ODBC do Virtuoso pode ser automaticamente adicionado à lista de " "drivers ODBC disponíveis (e automaticamente removido da lista quando o " "pacote for removido)." debian/po/cs.po0000644000000000000000000002551712010224754010560 0ustar # Czech translation of PO debconf template for package virtuoso-opensource. # Copyright (C) 2010 Michal Simunek # This file is distributed under the same license as the virtuoso-opensource package. # Michal Simunek , 2010. # msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource 6.1.0+dfsg2-2\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2010-03-13 18:08+0100\n" "Last-Translator: Michal Simunek \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Heslo pro uživatelé DBA a DAV:" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "Následující instalaci, uživatelé a hesla ve Virtuoso, můžete spravovat " "pomocí nástrojů příkazové řádky (podívejte se do kompletní dokumentace), " "nebo pomocí webové aplikace Conductor, která je ve výchozí instalaci " "přístupná na http://localhost:8890/conductor." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "Ve výchozím nastavení se vytvoří dva uživatelé (\"dba\" and \"dav\") se " "správcovským přístupem do Virtuoso. Pro dokončení instalace musíte pro tyto " "uživatele zvolit zabezpečovací hesla." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Pokud jej ponecháte prázdné, daemon bude zakázán, dokud nenastavíte jiné, " "než výchozí heslo." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Potvrzení hesla správcovských uživatelů:" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "Hesla neodpovídají" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "Hesla, která jste zadali, nebyla stejná. Zadejte prosím heslo znovu." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "Nebylo zadáno žádné heslo, daemon je zakázán" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "Výchozí instance Virtuoso je z bezpečnostních důvodů zakázána, protože " "nebylo zadáno správcovské heslo." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "Daemona můžete povolit ručně nastavením RUN na \"yes\" v /etc/default/" "virtuoso-opensource-6.1. Výchozí heslo uživatele DBA pak bude \"dba\"." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Nelze nastavit heslo uživatele DBA pro Virtuoso" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Při nastavování hesla správcovského uživatele Virtuoso se nastala chyba. To " "může být zapříčiněno tím, že účet již má heslo, nebo protože nastal problém " "při komunikaci se serverem Virtuoso." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Pokud již databáze existuje, pak jí zůstane její původní heslo. Jestliže s " "ní byl jiný problém, pak se použije výchozí heslo (\"dba\")." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "Doporučujeme, abyste si ihned po instalaci zkontrolovali hesla uživatelů " "\"dba\" and \"dav\"." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "Odstranit všechny databáze Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "Adresář /var/lib/virtuoso-opensource-6.1, který obsahuje databáze Virtuoso by měl být " "odstraněn." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Pokud odstraňujete balíček Virtuoso, protože budete chtít později " "nainstalovat novější verzi, nebo protože je již používá jiný balíček " "Virtuoso, můžete zvolit ponechat databáze." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "Port HTTP serveru:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "Virtuoso poskytuje webový server schopný hostit HTML a VSP stránky (s " "volitelnou podporou pro další jazyky). Instalujete-li tuto instanci, jako " "veřejný webový server přímo na Internetu, pravděpodobně budete chtít zvolit " "port 80, což je port webového serveru." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Berte prosím na vědomí, že výchozí kořenový adresář webového serveru je /var/" "lib/virtuoso-opensource-6.1/vsp a bude prázdný dokud nenainstalujete také balíček " "obsahující standardní úvodní stránku pro Virtuoso." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Port databázového serveru:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Zde můžete změnit port, na kterém bude naslouchat databázový server Virtuoso." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "Úprava této výchozí hodnoty může zlepšit zabezpečení na serverech, které se " "mohou stát cílem pro neautorizované instrukce." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "Zaregistrovat pro Virtuoso DSN v systému ODBC?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "Správce ODBC (unixodbc nebo iODBC) je již na tomto systému nainstalován a " "ovladač Virtuoso ODBC driver je nainstalován." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "Výchozí instance Virtuoso může být automaticky přidána na seznam dostupných " "systémových datových zdrojů (a automaticky z něj smazána, je-li tento " "balíček odstraněn)." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Zvolíte-li tuto možnost, DSN bude nazvané \"VOS\". Uživatel a heslo jsou z " "bezpečnostních důvodů z DSN vynechány." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Výchozí balíček serveru Virtuoso:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Zvolte prosím verzi virtuoso-server, která bude propojena s tím s výchozími " "názvy (bez uvedené verze)." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "Zaregistrovat ovladač Virtuoso ODBC driver?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "" "Správce ODBC (unixodbc nebo iODBC) je již na tomto systému nainstalován." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "Ovladač Virtuoso ODBC driver může být automaticky přidán na seznam " "dostupných systémových datových zdrojů (a automaticky z něj smazán, je-li " "tento balíček odstraněn)." debian/po/sv.po0000644000000000000000000002564412010224751010601 0ustar # translation of virtuoso-opensource_sv.po to Swedish # Copyright (C) 2010 # This file is distributed under the same license as the virtuoso-opensource package. # # Martin Ågren , 2010. msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource_sv\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2010-03-27 20:57+0100\n" "Last-Translator: Martin Ågren \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Lösenord för DBA- och DAV-användare:" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "Efter installationen kan användare och lösenord i Virtuoso hanteras med " "hjälp av kommandoradsverktygen (se den kompletta dokumentationen) eller " "webbapplikationen Conductor, som installeras på http://localhost:8890/" "conductor som standard." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "Två användare (\"dba\" och \"dav\") skapas automatiskt, med administrativ " "åtkomst till Virtuoso. Säkra lösenord måste väljas för dessa användare för " "att installationen ska kunna slutföras." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Om du lämnar detta fält tomt, kommer servern vara avaktiverad om det inte " "redan finns ett icke-standard-lösenord." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Bekräftelse av lösenord för administrativa användare:" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "Lösenorden stämmer inte" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "De två lösenord du angav var inte lika. Skriv in ett lösenord igen." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "Inget lösenord satt, servern avaktiverad" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "Av säkerhetsskäl har standard-Virtuoso-instansen avaktiverats eftersom inget " "administratörslösenord har tillhandahållits." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "Du kan aktivera servern manuellt genom att sätta RUN till \"yes\" i /etc/" "default/virtuoso-opensource-6.1. DBA-användarens standardlösenord kommer då " "vara \"dba\"." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Kunde inte sätta lösenord för Virtuosos DBA-användare" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Ett fel inträffade när lösenordet sattes för Virtuosos administrativa " "användare. Detta kan ha inträffat på grund av att kontot redan har ett " "lösenord, eller på grund av kommunikationsproblem med Virtuoso-servern." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Om databasen redan existerade, har den behållit det ursprungliga lösenordet. " "Om det rörde sig om något annat problem, kommer standardlösenordet (\"dba\") " "användas." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "Det rekommenderas att du kontrollerar lösenorden för användarna \"dba\" och " "\"dav\" omedelbart efter installationen." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "Ta bort alla Virtuoso-databaser?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "Katalogen /var/lib/virtuoso-opensource-6.1 som innehåller Virtuoso-databaserna kommer tas " "bort." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Om du tar bort Virtuoso-paketet för att sedan installera en nyare version, " "eller om ett annat Virtuoso-paket redan använder dem, kan du välja att " "behålla databaserna." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "HTTP-serverport:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "Virtuoso tillhandahåller en webbserver som kan vara värd för HTML- och VSP-" "sidor (med valfritt stöd för andra språk). Om du installerar denna instans " "som en publik webbserver direkt mot Internet, vill du troligen välja port 80 " "som webbserverport." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Observera att standardvalet för webbserverns rotkatalog är /var/lib/virtuoso-opensource-6.1/" "vsp. Denna katalog kommer vara tom såvida du inte dessutom installerar " "paketet som innehåller Virtuosos standardstartsida." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Databasserverport:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Här kan du ändra vilken port Virtusos databasserver kommer på för " "anslutningar." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "Ändring av detta värde kan förbättra säkerheten på servrar som skulle kunna " "utsättas för oauktoriserade intrång." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "Registrera en ODBC-system-DSN för Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "En ODBC-hanterare (unixodbc eller iODBC) är redan installerad på systemet " "och ODBC-drivrutinen för Virtuoso är installerad." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "Standardinstansen för Virtuoso kan läggas till listan av tillgängliga " "systemdatakällor (System Data Sources, SDS) automatiskt (och tas bort från " "listan automatiskt när paketet avinstalleras)." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Om du väljer detta alternativ, kommer DSN:en få namnet \"VOS\". Användar- " "och lösenordsinformation finns på grund av säkerhetsskäl inte med i DSN:en." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Standardval för Virtuosos serverpaket:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Välj vilken version av virtuoso-server som ska länkas till av standardnamnen " "(utan versionsnummer) för initialiseringsskript och klientverktyg." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "Registrera ODBC-drivrutinen för Virtuoso?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "" "En ODBC-hanterare (unixodbc eller iODBC) är redan installerad på systemet." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "ODBC-drivrutinen för Virtuoso kan läggas till listan av tillgängliga ODBC-" "drivrutiner automatiskt (och tas bort från listan automatiskt när paketet " "avinstalleras)." debian/po/es.po0000644000000000000000000003003412010224751010545 0ustar # virtuoso-opensource po-debconf translation to Spanish # Copyright (C) 2010 Software in the Public Interest # This file is distributed under the same license as the virtuoso-opensource package. # # Changes: # - Initial translation # Francisco Javier Cuadrado , 2010 # # Traductores, si no conocen el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas y normas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource 6.1.0+dfsg2-2\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2010-03-15 15:42+0100\n" "Last-Translator: Francisco Javier Cuadrado \n" "Language-Team: Debian l10n Spanish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Contraseña de lo usuarios de DBA y DAV:" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "Después de la instalación los usuarios y las contraseñas de Virtuoso se " "pueden gestionar mediante las herramientas de la línea de órdenes (vea la " "documentación) o mediante la aplicación web Conductor que está instalada, de " "forma predeterminada, en «http://localhost:8890/conductor»." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "De forma predeterminada se crean dos usuarios («dba» y «dav») con acceso " "administrativo a Virtuoso. Para poder completar la instalación, se deben " "escoger contraseñas seguras para estos usuarios." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Si deja esto en blanco, el demonio se desactivará a menos que ya exista una " "contraseña no predeterminada." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Confirmación de la contraseña para los usuarios administrativos:" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "La contraseña no coincide" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "" "La dos contraseñas que ha introducido no son la misma. Por favor, " "introdúzcala de nuevo." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "No se ha asignado una contraseña inicial, el demonio se desactivará" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "Por razones de seguridad, la instancia predeterminada de Virtuoso está " "desactivada porque no se ha proporcionado una contraseña para la " "administración." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "Puede activar el demonio manualmente configurando RUN con el valor «yes» en " "«/etc/defaul/virtuoso-opensource-6.1». La contraseña predeterminada para el " "usuario DBA será «dba»." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "No se ha podido asignar la contraseña al usuario DBA de Virtuoso" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Se ha producido un error al configurar la contraseña para el usuario " "administrativo de Virtuoso. Esto puede haber ocurrido porque la cuenta ya " "tiene una contraseña, o porque se ha producido un problema en la " "comunicación con el servidor de Virtuoso." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Si ya existía la base de datos, entonces tendrá la contraseña original. Si " "hubo cualquier otro problema, entonces se usará la contraseña predeterminada " "(«dba»)." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "Se recomienda comprobar la contraseñas para los usuarios «dba» y «dav» " "inmediatamente después de la instalación." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "¿Desea eliminar todas las bases de datos de Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "Se va a eliminar el directorio «/var/lib/virtuoso-opensource-6.1» que contiene las bases de " "datos de Virtuoso." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Si está eliminando el paquete Virtuoso para instalar más tarde una versión " "más reciente, o si un paquete distinto de Virtuoso ya las está usando, puede " "escoger mantener las bases de datos." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "Puerto del servidor HTTP:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "Virtuoso proporciona un servidor web capaz de albergar páginas HTML y VSP " "(pudiendo usar otros lenguajes de forma opcional). Si está instalando esta " "instancia como un servidor web público en internet, probablemente quiera " "usar el 80 como puerto del servidor web." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Tenga en cuenta que el directorio raíz predeterminado del servidor web es «/" "var/lib/virtuoso-opensource-6.1/vsp» y que estará vacío a menos que también instale el " "paquete que contiene la página de inicio estándar de Virtuoso." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Puerto del servidor de la base de datos:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Puede cambiar aquí el puerto en el que escuchará el servidor de la base de " "datos de Virtuoso." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "Modificando este valor predeterminado puede mejorar la seguridad en los " "servidores que pueden ser objetivos de intrusiones no autorizadas." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "¿Desea registrar un sistema DSN de ODBC para Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "Un gestor ODBC (unixodbc o iODBC) ya está instalado en el sistema, y el " "controlador ODBC de Virtuoso está instalado." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "La instancia predeterminada de Virtuoso se puede añadir automáticamente a la " "lista de fuentes de datos del sistema disponibles (y borrar automáticamente " "de la lista cuando este paquete se elimine)." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Si escoge esta opción, el DSN se llamará «VOS». Se han omitido los detalles " "del usuario y la contraseña del DSN por razones de seguridad." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Paquete del servidor predeterminado de Virtuoso:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Escoja la versión de virtuoso-server que se enlazará de forma predeterminada " "por los nombres (sin versión), para los scripts de inicio y las herramientas " "del cliente." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "¿Desea registrar el controlador ODBC de Virtuoso?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "Un gestor de ODBC (unixodbc o iODBC) ya está instalado en el sistema." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "El controlador ODBC de Virtuoso se puede añadir automáticamente a la lista " "de controladores ODBC disponibles (y borrarse automáticamente de la lista " "cuando el paquete se elimine)." debian/po/pt.po0000644000000000000000000002636012010224752010571 0ustar # Translation of virtuoso-opensource debconf messages to Portuguese # Copyright (C) 2010 the virtuoso-opensource's copyright holder # This file is distributed under the same license as the virtuoso-opensource package. # # Américo Monteiro , 2010. msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource 6.1.0+dfsg2-2\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2010-03-15 01:12+0000\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Palavra-passe para os utilizadores DBA e DAV:" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "A seguir à instalação, os utilizadores e palavras-passe no Virtuoso podem " "ser geridas usando as ferramentas de linha de comandos (veja a documentação " "completa) ou através da aplicação web Conductor a qual é instalada por " "predefinição em http://localhost:8890/conductor." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "Dois utilizadores (\"dba\" e \"dav\") são criados por predefinição com " "acesso administrativo ao Virtuoso. Devem ser escolhidas palavras-passe " "seguras para estes utilizadores de modo a completar a instalação." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Se deixar isto em vazio, o daemon será desactivado a menos que já exista uma " "palavra-passe não-predefinida." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Confirmação da palavra-passe dos utilizadores administrativos:" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "As palavras-passe não condizem" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "" "As duas palavras-passe que inseriu não são iguais. Por favor insira a " "palavra-passe outra vez." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "Nenhuma palavra-passe inicial definida, daemon desactivado" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "Por razões de segurança, a instância predefinida do Virtuoso está " "desactivada porque não foi fornecida uma palavra-passe de administrador." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "Você pode activar o daemon manualmente ao definir RUN para \"yes\" em /etc/" "default/virtuoso-opensource-6.1. A palavra-passe predefinida do utilizador " "DBA será \"dba\"." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Incapaz de definir a palavra-passe para o utilizador DBA do Virtuoso" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Ocorreu um erro ao definir a palavra-passe para o utilizador administrativo " "do Virtuoso. Isto pode ter acontecido porque a conta já tem uma palavra-" "passe, ou porque houve um problema de comunicação com o servidor do Virtuoso." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Se a base de dados já existia então terá retido a palavra-passe original. Se " "existiu algum outro problema então é usada a palavra-passe predefinida (\"dba" "\")." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "É recomendado verificar as palavras-passe para os utilizadores \"dba\" e " "\"dav\" imediatamente após a instalação." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "Remover todas as bases de dados do Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "O directório /var/lib/virtuoso-opensource-6.1 que contém as bases de dados do Virtuoso está " "prestes a ser removido." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Se está a remover o pacote Virtuoso de modo a instalar uma versão mais " "recente depois, ou se uma versão diferente do Virtuoso já está a usá-las, " "você pode escolher manter essas bases de dados." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "Porto do servidor HTTP:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "O Virtuoso disponibiliza um servidor web capaz de hospedar páginas HTML e " "VSP (com suporte opcional para outras linguagens). Se você está a instalar " "esta instância como um servidor web público directamente na Internet, " "provavelmente vai querer escolher 80 como o porto do servidor web." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Por favor note que o directório raiz predefinido do servidor web é /var/lib/" "virtuoso-opensource-6.1/vsp e irá estar vazio a menos que também instale o pacote que " "contém a página de início standard do Virtuoso." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Porto do servidor de base de dados:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Aqui você pode mudar o porto onde o servidor de base de dados do Virtuoso " "irá escutar por ligações." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "Modificar este valor predefinido pode melhorar a segurança em servidores que " "podem ser alvo de intrusões não autorizadas." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "Registar um DSN de sistema ODBC para o Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "Um gestor de ODBC (unixodbc ou iODBC) já está instalado neste sistema, e a " "driver ODBC do Virtuoso está instalada." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "A instância predefinida do Virtuoso pode ser adicionada automaticamente à " "lista de Fontes de Dados do Sistema disponíveis (e removida automaticamente " "da lista quando este pacote for removido)." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Se escolher esta opção, o DSN irá ser chamado \"VOS\". Os detalhes de " "utilizador e palavra-passe são omitidos do DSN por razões de segurança." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Pacote predefinido do servidor do Virtuoso:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Por favor escolha a versão do servidor-virtuoso que irá ficar unido pelos " "nomes predefinidos (sem versão), para scripts de init e ferramentas de " "cliente." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "Registar a driver ODBC do Virtuoso?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "Um gestor ODBC (unixodbc ou iODBC) já está instalado neste sistema." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "A driver ODBC do Virtuoso pode ser adicionada automaticamente à lista de " "drivers ODBC disponíveis (e removida automaticamente da lista quando este " "pacote for removido)." debian/po/POTFILES.in0000644000000000000000000000015512010224751011354 0ustar [type: gettext/rfc822deb] virtuoso-opensource-6.1.templates [type: gettext/rfc822deb] libvirtodbc0.templates debian/po/templates.pot0000644000000000000000000001610412010224755012326 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" debian/po/sk.po0000644000000000000000000002555212010224752010565 0ustar # Slovak translations for virtuoso-opensource package # Slovenské preklady pre balík virtuoso-opensource. # Copyright (C) 2011 THE virtuoso-opensource'S COPYRIGHT HOLDER # This file is distributed under the same license as the virtuoso-opensource package. # Slavko , 2011. # msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2011-07-23 08:43+0200\n" "Last-Translator: Slavko \n" "Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Heslo pre používateľov DBA a DAV:" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "Nasledujúca inštaláciu, používatelia a heslá vo Virtuoso možno spravovať " "pomocou nástrojov príkazového riadku (pozrite úplnú dokumentáciu) alebo " "pomocou webovej aplikácie Conductor, ktorá je predvolene inštalovaná na " "http://localhost:8890/conductor." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "Predvolene sú vytvorení dvaja používatelia („dba” a „dav”) s " "administrátorským prístupom do Virtuoso. Na dokončenie inštalácie im musíte " "zvoliť bezpečné heslo." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Ak ponecháte toto pole prázdne, démon bude zakázaný, iba ak už existuje iné " "ako štandardné heslo." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Potvrdenie hesla administrátorských používateľov:" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "Heslá nesúhlasia" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "" "Dve heslá, ktoré ste zadali, sa nezhodujú. Prosím, zadajte heslo znova." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "Nebolo nastavené počiatočné heslo, démon zakázaný" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "Z bezpečnostných dôvodov je predvolená inštancia Virtuoso zakázaná, pretože " "nebolo nastavené administrátorské heslo." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "Démona môžete zapnúť manuálne, nastavením RUN na „yes” v /etc/default/" "virtuoso-opensource-6.1. Predvolené heslo používateľa DBA potom bude „dba”." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Nemožno nastaviť heslo používateľa Virtuoso DBA" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Pri nastavovaní hesla administrátorského používateľa Virtuoso nastala chyba. " "K tomuto mohlo dôjsť buď preto, že účet už má heslo, alebo kvôli " "komunikačnému problému so serverom Virtuoso." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Ak databáza už existuje, potom bude ponechané pôvodné heslo. Ak nastal iný " "problém, bude použité predvolené heslo („dba”)." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "Odporúčané, ihneď po inštalácii, skontrolovať heslá používateľov „dba” a " "„dav”." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "Odstrániť databázy Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "Adresár /var/lib/virtuoso-opensource-6.1, ktorý obsahuje databázy Virtuoso, má byť " "odstránený." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Ak odstraňujete balík Virtuoso kvôli inštalácii novšej verzie, alebo ak ju " "používa iný balík Virtuoso, mali by ste zvoliť ponechanie databáz." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "Port servera HTTP:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "Virtuoso poskytuje webový server, ktorý je schopný hosťovať HTML a VSP " "stránky (s voliteľnou podporou iných jazykov). Ak inštalujete túto inštanciu " "ako verejný webový server priamo na internete, asi budete chcieť zvoliť 80 " "ako port webového servera." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Prosím, majte na pamäti, že predvolený adresár webového servera je /var/lib/" "virtuoso-opensource-6.1/vsp a bude prázdny, kým nenainštalujete balík so štandardnou " "štartovacou webovou stránkou Virtuoso." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Port databázového servera:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Tu môžete zmeniť port, na ktorom bude databázový server Virtuoso očakávať " "spojenia." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "Zmenením tejto predvolenej hodnoty môže zvýšiť bezpečnosť na serveroch, " "ktoré môžu byť cieľom neautorizovaného prieniku." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "Registrovať systém ODBC DSN pre Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "Správca ODBC (unixodbc alebo iODBC) a ovládač ODBC Virtuoso už je v tomto " "systéme nainštalovaný." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "Predvolenú inštanciu Virtuoso možno automaticky pridať do zoznamu dostupných " "Systémových Dátových Zdrojov (a automaticky zo zoznamu odstránená, keď bude " "balík odinštalovaný)." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Ak vyberiete túto možnosť, DSN bude pomenovaný „VOS”. Používateľ a " "podrobnosti hesla sú, z bezpečnostných dôvodov, z DSN vynechané." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Predvolený balík servera Virtuoso:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Prosím, vyberte verziu virtuoso-server, ktorá bude zviazaná s predvolenými " "menami (bez verzií), pre inicializačné skripty a klientské nástroje." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "Registrovať ODBC ovládač Virtuoso?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "" "Správca ODBC (unixodbc alebo iODBC) už je v tomto systéme nainštalovaný." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "Ovládač ODBC Virtuoso ODBC môže byť automaticky pridaný do zoznamu " "dostupných ovládačov ODBC (a automaticky z neho odstránený, pri odstraňovaní " "tohoto balíka)." debian/po/vi.po0000644000000000000000000002720712010224753010566 0ustar # Vietnamese translation for Virtuoso OpenSource. # Copyright © 2010 Free Software Foundation, Inc. # Clytie Siddall , 2010. # msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource 6.1.0+dfsg2-2\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2010-03-18 18:27+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.8\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Mật khẩu cho người dùng DBA và DBV:" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "Sau khi cài đặt, các người dùng và mật khẩu trong Virtuoso có thể được quản " "lý bằng các công cụ dòng lệnh (xem tài liệu hướng dẫn hoàn toàn) hoặc thông " "qua ứng dụng Web tên Conductor mà được cài đặt theo mặc định ở địa chỉ « " "http://localhost:8890/conductor »." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "Hai người dùng (« dba » và « dav ») được tạo theo mặc định, cũng có quyền " "truy cập đến Virtuous ở cấp quản trị. Để kết thúc quá trình cài đặt, một mật " "khẩu bảo mật phải được chọn cho từng người dùng." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Bỏ trống trường này thì trình nền bị tắt nếu chưa lập một mật khẩu khác mặc " "định." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Xác nhận mật khẩu quản trị:" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "Hai mật khẩu không trùng" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "Bạn đã gõ hai mật khẩu không trùng nhau. Hãy gõ lại mật khẩu." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "Chưa lập mật khẩu đầu tiên thì trình nền bị tắt" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "Vì lý do bảo mật, tiến trình Virtuoso mặc định bị tắt do sự không có mật " "khẩu quản trị." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "Bạn cũng có thể tự hiệu lực trình nền bằng cách lập RUN (chạy) thành « yes " "» (có) trong tập tin « /etc/default/virtuoso-opensource-6.1 ». Mật khẩu " "người dùng DBA mặc định thì là « dba »." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Không thể đặt mật khẩu cho người dùng DBA Virtuoso" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Gặp lỗi trong khi đặt mật khẩu cho người dùng Virtuoso ở cấp quản trị. " "Trường hợp này có thể xảy ra vì tài khoản đã có một mật khẩu, hoặc do một " "vấn đề liên lạc với trình phục vụ Virtuoso." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Nếu cơ sở dữ liệu đã có thì nó giữ lại mật khẩu gốc. Gặp vấn đề khác nào thì " "dùng mật khẩu mặc định (« dba »)." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "Ngay khi cài đặt được thì cũng nên kiểm tra mật khẩu của người dùng « dba » " "và « dav »." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "Gỡ bỏ mọi cơ sở dữ liệu Virtuoso ?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "Thư mục « /var/lib/virtuoso-opensource-6.1 » chứa các cơ sở dữ liệu Virtuoso sắp bị gỡ bỏ." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Nếu bạn đang gỡ bỏ gói Virtuoso để cài đặt một phiên bản mới, hoặc nếu một " "gói Virtuoso khác dùng chung thì bạn có dịp chọn giữ lại cơ sở dữ liệu." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "Cổng trình phục vụ HTTP:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "Virtuoso cung cấp một trình phục vụ Web có khả năng phục vụ các trang kiểu " "HTML và VSP (cũng có tuỳ chọn hỗ trợ các ngôn ngữ khác). Nếu bạn đang cài " "đặt tiến trình này làm một trình phục vụ Web công cộng trực tiếp trên " "Internet thì rất có thể là bạn muốn lập cổng 80 cho trình phục vụ Web." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Ghi chú rằng thư mục gốc mặc định cho trình phục vụ Web là « /var/lib/" "virtuoso-opensource-6.1/vsp »: nó vẫn trống nếu bạn không cài đặt gói chứa trang đầu " "Virtuoso tiêu chuẩn." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Cổng trình phục vụ cơ sở dữ liệu :" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Ở đây thì bạn có thể thay đổi cổng trên đó trình phục vụ cơ sở dữ liệu " "Virtuoso lắng nghe kết nối." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "Sửa đổi giá trị mặc định này cũng có thể tăng mức bảo mật trên máy phục vụ " "có thể bị xâm nhập." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "Đăng ký một DSN hệ thống ODBC cho Virtuoso ?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "Một trình quản lý ODBC (unixodbc hay iODBC) được cài đặt về trước vào hệ " "thống này, và trình điều khiển ODBC Virtuoso đã được cài đặt." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "Tiến trình Virtuoso mặc định có thể được tự động thêm vào danh sách các " "Nguồn Dữ liệu Hệ thống (System Data Source); cũng được tự động xoá khỏi danh " "sách khi gói được gỡ bỏ." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Bật tùy chọn này thì DSN có tên mới « VOS ». Các chi tiết về người dùng và " "mật khẩu bị bỏ đi khỏi DSN vì lý do bảo mật." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Gói trình phục vụ Virtuoso mặc định:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Hãy chọn phiên bản trình phục vụ virtuoso-server tới đó các tên mặc định " "(không có phiên bản) sẽ liên kết, cho các văn lệnh khởi chạy và công cụ " "khách." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "Đăng ký trình điều khiển ODBC Virtuoso ?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "" "Một trình quản lý ODBC (unixodbc hay iODBC) được cài đặt về trước vào hệ " "thống này." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "Trình điều khiển ODBC Virtuoso có thể được tự động thêm vào danh sách các " "trình điều khiển ODBC sẵn sàng; cũng được tự động xoá khỏi danh sách khi gói " "được gỡ bỏ." debian/po/it.po0000644000000000000000000002635412010224753010566 0ustar # ITALIAN TRANSLATION OF VIRTUOSO-OPENSOURCE'S PO-DEBCONF FILE. # COPYRIGHT (C) 2010 THE VIRTUOSO-OPENSOURCE'S COPYRIGHT HOLDER # This file is distributed under the same license as the virtuoso-opensource package. # Vincenzo Campanella , 2010. # msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource 6.1.0+dfsg2-2\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2010-03-14 08:52+0100\n" "Last-Translator: Vincenzo Campanella \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Password per gli utenti DBA e DAV:" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "Dopo l'installazione è possibile gestire utenti e password in Virtuoso " "tramite gli strumenti da riga di comando (consultare la documentazione), o " "tramite l'applicazione web Conductor, installata in modo predefinito in in " "http://localhost:8890/conductor." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "In modo predefinito vengono creati due utenti con diritti amministrativi in " "Virtuoso, «dba» e «dav». Per poter completare l'installazione è necessario " "scegliere delle password sicure per questi utenti." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Se questo campo viene lasciato vuoto il demone verrà disabilitato, a meno " "che non esista già una password non predefinita." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Conferma della password degli utenti amministratori:" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "Le password non corrispondono" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "" "Le due password inserite non sono identiche. Inserire nuovamente una " "password." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "" "Non è stata impostata alcuna password iniziale. Il demone viene disabilitato." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "L'istanza predefinita di Virtuoso viene disabilitata, per motivi di " "sicurezza, in quanto non è stata fornita alcuna password di amministrazione." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "È possibile abilitare manualmente il demone, impostando su «yes» la voce RUN " "in «/etc/default/virtuoso-opensource-6.1». La password predefinita per " "l'utente DBA sarà «dba»." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Impossibile impostare la password per l'utente di Virtuoso DBA" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Si è verificato un errore durante l'impostazione della password dell'utente " "amministratore di Virtuoso, o perché l'account possiede già una password, " "oppure a causa di un problema di comunicazione con il server di Virtuoso." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Se il database esisteva già in precedenza, è stata mantenuta la password pre-" "esistente. Se invece si è verificato qualche altro problema, allora viene " "utilizzata la password predefinita (ossia «dba»)." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "Si raccomanda di controllare le password degli utenti «dba» e «dav» subito " "dopo l'installazione." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "Rimuovere tutti i database di Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "La directory «/var/lib/virtuoso-opensource-6.1», nella quale sono contenuti tutti i " "database di Virtuoso, sta per essere rimossa." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Se si sta per rimuovere il pacchetto Virtuoso per poterne installare " "successivamente una versione più recente, o se un pacchetto differente di " "Virtuoso la sta già utilizzando, si può scegliere di mantenere i database." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "Porta del server HTTP:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "Virtuoso mette a disposizione un server web in grado di ospitare pagine HTML " "e VSP (con supporto opzionale per altri linguaggi). Se si sta installando " "questa istanza come server web pubblico direttamente su Internet, " "probabilmente si sceglierà «80» come porta del server web." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Notare che la directory radice predefinita del server web, che è «/var/lib/" "virtuoso-opensource-6.1/vsp», sarà vuota, a meno che non si installi anche il pacchetto che " "contiene la pagina iniziale standard di Virtuoso." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Porta del server di database:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "È possibile modificare qui la porta su cui il server di database di Virtuoso " "si porrà in ascolto per le connessioni in entrata." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "La modifica di questo valore predefinito può incrementare la sicurezza su " "server che potrebbero essere obiettivi di intrusioni non autorizzate." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "Registrare un sistema ODBC DSN per Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "Su questo sistema è già installato un gestore di ODBC (unixodbc o iODBC) e " "il driver ODBC di Virtuoso viene installato." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "È possibile aggiungere automaticamente l'istanza predefinita di Virtuoso " "all'elenco dei System Data Sources disponibili; quando il pacchetto viene " "rimosso, tale istanza viene eliminata automaticamente." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Se si sceglie questa opzione, il DSN verrà denominato «VOS». Per motivi di " "sicurezza, dettagli su utente e password vengono omessi dal DSN." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Pacchetto predefinito del server di Virtuoso:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Scegliere la versione di vrtuoso-server a cui i nomi (senza versione) " "predefiniti verranno collegati, per gli script di inizializzazione e gli " "strumenti client." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "Registrare il driver ODBC di Virtuoso?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "" "Su questo sistema è già installato un gestore di ODBC (unixodbc o iODBC)." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "È possibile aggiungere automaticamente il driver ODBC di Virtuoso all'elenco " "dei driver ODBC disponibili; quando il pacchetto viene rimosso, tale driver " "viene eliminato automaticamente." debian/po/ja.po0000644000000000000000000003036112010224750010532 0ustar # Copyright (C) Nobuhiro Iwamatsu , 2010. # This file is distributed under the same license as the virtuoso-opensource package. # Nobuhiro Iwamatsu , 2010. # msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource_6.1.2+dfsg1-1\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2010-11-23 16:26+0900\n" "Last-Translator: Nobuhiro Iwamatsu \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "DBA と DAV ユーザ用のパスワード:" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "以下のインストールで、Virtuosoのユーザーとパスワードはコマンドラインツールを" "使うか(完全なドキュメントを見てください)、http://localhost:8890/conductor " "にデフォルトでインストールされている Conductor ウェブアプリケーションによって" "管理できます。" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "2 つのユーザ (\"dba\" と \"dav\" )は Virtuoso への管理アクセスと共に、デフォ" "ルトで作成されます。インストールを完了するために、これらのユーザのために安全" "なパスワードが選択される必要があります。" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "この項目が空の場合、デーモンはデフォルトではないパスワードが既に存在しない限" "り使用不能です。" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "管理ユーザのパスワード確認:" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "パスワードが一致しません" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "" "入力された 2 つのパスワードが一致しません。もう一度パスワードを入力してくださ" "い。" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "初期パスワードがありません。デーモンが無効です。" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "管理用のパスワードが提供されなかったので、セキュリティの理由のため、デフォル" "ト Virtuoso インスタンスは使用不能です。" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "/etc/default/virtuoso-opensource-6.1 の RUN に \"yes\" を設定することによっ" "て、手動でデーモンを有効にすることができます。その時の DBA ユーザーのデフォル" "トパスワードは、\"dba\" です。" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Virtuoso DBA ユーザのパスワードを設定することができません" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Virtuoso の管理者ユーザに対してパスワードを設定しようとした際、エラーが発生し" "ました。これは既に管理者ユーザにパスワードが設定されていたか、Virtuoso サーバ" "との接続に問題があったためだと思われます。" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "データベースが既に存在する場合、オリジナルのパスワードを保持します。いくつか" "の他の問題があるならば、デフォルトのパスワード ( \"DBA\" )が使われます。" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "インストール直後にユーザ \"dba\" と \"dav\" のパスワードチェックをお勧めしま" "す。" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "全ての Virtuoso データベースを削除しますか?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "Virtuoso データベースを含む /var/lib/virtuoso-opensource-6.1 ディレクトリは、削除されようと" "しています。" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "後でより新しいバージョンをインストールするために Virtuoso パッケージを削除し" "ている、または、異なる Virtuoso パッケージがそれを既に使っているならば、あな" "たはデータベースを保持することを選ぶ事ができます。" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "HTTP サーバポート:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "Virtuoso は、(他の言語に関する追加オプションとともに) HTML と VSP ページをホ" "スティングできるウェブサーバを提供します。あなたが直接インターネットの上に公" "開用ウェブサーバとしてこのインスタンスをインストールしているならば、多分ポー" "ト 80 をウェブサーバ用のポートに選択したいはずです。" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "デフォルトウェブサーバのルートディレクトリは /var/lib/virtuoso-opensource-6.1/vsp で、標準的" "な Virtuoso スタートページを含んでいるパッケージをインストールしない限り、こ" "のページは空になることを注意してください。" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "データベースサーバポート:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Virtuoso データベースサーバーが接続を listen するポートをここで変更できます。" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "このデフォルト値を修正することは、不正侵入の目標にされるかもしれないサーバ" "で、セキュリティを改善することができます。" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "Virtuoso のための ODBC システム DSN を登録しますか?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "ODBC マネージャ (unixodbc または iODBC )はこのシステム上にすでにインストール" "されており、そして、Virtuoso ODBC ドライバはインストールされます。" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "デフォルトの Virtuoso インスタンスは、利用できるシステムデータソースのリスト" "に自動的に自動的に追加することができます (そしてこのパッケージが取り外される" "とき、リストから自動的に削除されます)。" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "このオプションを有効にすると、DSN は \"VOS\" という名前がつけられます。ユー" "ザーとパスワードの詳細は、セキュリティ理由のためにDSNから省略されます。" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "デフォルトの Virtuoso サーバパッケージ:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "init スクリプトとクライアントツールのために、デフォルト(unversioned)の名前" "によってリンクされる virtuoso-server のバージョンを選んでください。" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "Virtuoso ODBC ドライバを登録しますか?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "" "ODBC マネージャ (unixodbc または iODBC) は既にこのシステムにインストールされ" "ています。" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "Virtuoso ODBC ドライバは有効な ODBC ドライバのリストに 自動的に追加することが" "できます (そしてこのパッケージが取り外されるとき、リストから自動的に削除され" "ます)。" debian/po/fr.po0000644000000000000000000002652712010224753010563 0ustar # Translation of virtuoso-opensource debconf templates to French # Copyright (C) 2010 Debian French l10n team # This file is distributed under the same license as the virtuoso-opensource package. # # Translators: # David Prévot , 2010. msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2010-03-21 09:06-0400\n" "Last-Translator: David Prévot \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Mot de passe pour les utilisateurs DBA et DAV :" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "Après l'installation, les utilisateurs et mots de passe de Virtuoso peuvent " "être gérés à l'aide des outils en ligne de commande (voir la documentation " "complète) ou de l'application web Conductor installée par défaut à l'adresse " "http://localhost:8890/conductor." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "Deux identifiants (« dba » et « dav ») sont créés par défaut, avec droits " "d'administration pour Virtuoso. Des mots de passe sûrs doivent être choisis " "pour ces utilisateurs afin de terminer l'installation." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Si vous laissez ce champ vide, le démon sera désactivé à moins que le mot de " "passe par défaut n'ait déjà été modifié." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Confirmation du mot de passe des administrateurs :" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "Erreur de saisie du mot de passe" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "" "Les deux mots de passe indiqués ne correspondent pas. Veuillez choisir à " "nouveau un mot de passe." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "Aucun mot de passe défini, démon désactivé" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "Par sécurité, le processus Virtuoso par défaut est désactivé car aucun mot " "de passe d'administration n'a été fourni." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "Vous pouvez activer le démon manuellement en configurant la variable RUN à " "« yes » dans /etc/default/virtuoso-opensource-6.1. Le mot de passe de " "l'utilisateur DBA sera alors « dba »." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Impossible de définir le mot de passe de l'utilisateur DBA" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Une erreur s'est produite lors de la configuration du mot de passe " "d'administration de Virtuoso. Cela a pu se produire car le mot de passe " "était déjà défini pour ce compte, ou à cause d'un problème de communication " "avec le server Virtuoso." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Si la base de données existait déjà, le mot de passe d'origine aura été " "conservé. Si un autre problème s'est produit, le mot de passe par défaut " "(« dba ») est utilisé." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "Il est recommandé de vérifier les mots de passe des utilisateurs « dba » et " "« dav » immédiatement après l'installation." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "Supprimer toutes les bases de données de Virtuoso ?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "Le répertoire /var/lib/virtuoso-opensource-6.1 contenant les bases de données de Virtuoso " "va être supprimé." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Si vous supprimez le paquet Virtuoso afin d'installer ensuite une version " "plus récente, ou si un autre paquet Virtuoso l'utilise déjà, vous pouvez " "choisir de conserver les bases de données." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "Port du serveur HTTP :" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "Virtuoso fournit un serveur web capable d'héberger des pages HTML et VSP " "(avec prise en charge optionnelle d'autres langues). Si vous installez ce " "processus en tant que serveur web accessible sur Internet, 80 est un bon " "choix pour le port du serveur web." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Veuillez noter que le répertoire racine du serveur web est /var/lib/virtuoso-opensource-6.1/" "vsp et qu'il sera vide, à moins d'installer également le paquet contenant la " "page de démarrage par défaut de Virtuoso." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Port du serveur de base de données :" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Vous pouvez modifier le port sur lequel le serveur de base de données de " "Virtuoso sera en attente de connexion." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "La modification de cette valeur par défaut peut améliorer la sécurité pour " "des serveurs exposés à des tentatives d'intrusion." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "Enregistrer une source de données (DSN) de type ODBC pour Virtuoso ?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "Une application ODBC (unixODBC ou iODBC) est déjà installée sur ce système, " "et le pilote ODBC Virtuoso est installé." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "Le processus Virtuoso par défaut peut être automatiquement ajouté à la liste " "des sources de données système (et automatiquement effacé de la liste quand " "le paquet sera supprimé)." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Si vous choisissez cette option, la source de données sera appelée « VOS ». " "Les identifiants et mots de passe de connexion ne seront pas enregistrés " "avec la source de données, par sécurité." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Paquet du serveur Virtuoso par défaut :" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Veuillez choisir la version de virtuoso-server qui sera utilisée par défaut " "pour les scripts d'initialisation du système et les outils client." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "Enregistrer le pilote ODBC Virtuoso ?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "" "Une application ODBC (unixODBC ou iODBC) est déjà installée sur ce système." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "Le pilote ODBC Virtuoso peut être automatiquement ajouté à la liste des " "pilotes ODBC disponibles (et automatiquement effacé de la liste quand le " "paquet sera supprimé)." debian/po/da.po0000644000000000000000000002543212010224755010534 0ustar # Danish translation virtuoso-opensource. # Copyright (c) 2010 virtuoso-opensource & nedenstående oversættere. # This file is distributed under the same license as the virtuoso-opensource package. # Joe Hansen , 2010. # msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2010-06-28 17:34+0000\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Adgangskode for DBA- og DAV-brugere:" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "Efter installationen kan brugere og adgangskoder i Virtuoso håndteres med " "brug af kommandolinjeværktøjer (se dokumentationen) eller vis " "internetprogrammet Conductor, som installeres som standard på http://" "localhost:8890/conductor." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "To brugere (»dba« og »dav«) oprettes som standard, med administrativ adgang " "til Virtuoso. Sikre adgangskoder skal vælges for disse brugere for at kunne " "færdiggøre installationen." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Hvis denne er tom vil dæmonen være deaktiveret, med mindre en adgangskode " "der ikke er standard allerede findes." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Bekræftelse for administrative brugeres adgangskoder:" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "Forskellige adgangskoder" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "" "De to adgangskoder, du indtastede, var ikke de samme. Indtast venligst en " "adgangskode igen." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "Ingen oprindelige adgangskode angivet, dæmon deaktiveret" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "Af sikkerhedsårsager er standardinstansen af Virtuoso deaktiveret, da ingen " "administrationsadgangskode blev angivet." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "Du kan aktivere dæmonen manuelt ved at angive RUN til »yes« (ja) i /etc/" "default/virtuoso-opensource-6.1. Standard-DBA-brugeradgangskoden vil så være " "»dba«." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Kan ikke angive adgangskode for Virtuoso DBA-brugeren" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Der opstod en fejl under angivelse af adgangskoden for Virtuosos " "administrative bruger. Dette er måske sket, fordi kontoen allerede har en " "adgangskode, eller på grund af et kommunikationsproblem med Virtuososerveren." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Hvis databasen allerede eksisterede, så vil den have bevaret den oprindelige " "adgangskode. Hvis der var et andet problem, så bliver standardadgangskoden " "(»dba«) brugt." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "Det anbefales at tjekke adgangskoderne for brugerne »dba« og »dav« " "umiddelbart efter installationen." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "Fjern alle Virtuosodatabaser?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "Mappen /var/lib/virtuoso-opensource-6.1, som indeholder Virtuosodatabaserne, er ved at " "blive fjernet." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Hvis du fjerner Virtuosopakken for senere at installere en nyere version, " "eller hvis en anden Virtuosopakke allerede bruger dem, kan du vælge at " "beholde databaserne." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "HTTP-serverport:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "Virtuoso tilbyder en internetserver, der kan være vært for HTML- og VSP-" "sider (med mulighed for yderligere understøttelse af andre sprog). Hvis du " "installerer denne instans som en offentlig internetserver direkte på " "internettet, vil du sikkert ønske at vælge 80 som internetserverport." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Bemærk venligst at standardinternetserverens rootmappe er /var/lib/virtuoso-opensource-6.1/" "vsp og vil være tom, med mindre du også installerer pakken indeholdende " "standardstartsiden for Virtuosos." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Serverport for database:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Du kan her ændre porten, hvorpå Virtuosodatabaseserveren vil lytte efter " "forbindelser." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "Ændring af denne standardværdi kan forbedre sikkerheden på servere som måske " "kan være mål for uautoriserede indbrud." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "Registrer en ODBC-system-DSN til Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "En ODBC-håndtering (unixodbc eller iODBC) er allerede installeret på dette " "system, og Virtuosos ODBC-driver er installeret." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "Virtuosos standardinstans kan automatisk tilføjes til listen over " "tilgængelige systemdatakilder (og automatisk slettes fra listen når denne " "pakke fjernes)." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Hvis du vælger dette tilvalg, vil DSN'en blive navngivet »VOS«. Bruger- og " "adgangskodedetaljer udelades fra DSN'en af sikkerhedsmæssige årsager." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Virtuosos standardserverpakke:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Vælg venligst versionen på virtuoso-server som der vil blive henvist til af " "standardnavnene (unversioned), for initskripter og klientværktøjer." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "Registrer Virtuosos ODBC-driver?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "" "En ODBC-håndtering (unixodbc eller iODBC) er allerede installeret på dette " "system." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "Virtuosos' ODBC-driver kan automatisk tilføjes til listen over tilgængelige " "ODBC-drivere (og automatisk slettes fra listen når denne pakke er fjernet)." debian/po/ru.po0000644000000000000000000003207112010224754010572 0ustar # translation of ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Yuri Kozlov , 2010. msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource 6.1.0+dfsg2-2\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2010-03-14 17:14+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Пароль пользователей DBA и DAV:" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "После установки учётными записями пользователей и паролями в Virtuoso можно " "управлять с помощью инструментов командной строки (см. в документации) или " "через веб-приложение Conductor, которое по умолчанию доступно по адресу " "http://localhost:8890/conductor." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "По умолчанию создаются две пользовательские учётные записи (\"dba\" и \"dav" "\") с административным доступом к Virtuoso. Чтобы завершить установку для " "них нужно выбрать хороший пароль." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Если оставить поле пустым, то служба будет отключена, так как не задан " "пароль, отличный от умолчательного." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Повторный ввод пароля административных учётных записей:" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "Пароли не совпадают" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "Введённые пароли не совпали. Введите их ещё раз." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "Пароли не заданы, служба отключена" #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "По соображениям безопасности, экземпляр Virtuoso по умолчанию отключён, так " "как не был задан пароль администратора." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "Вы можете включить службу вручную, установив значение RUN равное \"yes\" в /" "etc/default/virtuoso-opensource-6.1. Пароль по умолчанию к учётной записи " "DBA будет \"dba\"." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Не удалось установить пароль для пользователя Virtuoso DBA" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "При назначении пароля административному пользователю Virtuoso возникла " "ошибка. Это могло случиться из-за того, что учётная запись уже имеет пароль " "или возникла проблема со связью с сервером Virtuoso." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Если база данных уже существует, то в ней сохранится первоначальный пароль. " "Если была какая-то другая проблема, то будет использоваться пароль по " "умолчанию (\"dba\")." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "Рекомендуется проверить пароли для учётных записей \"dba\" и \"dav\" сразу " "после установки." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "Удалить все базы данных Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "Каталог /var/lib/virtuoso-opensource-6.1 с базами данных Virtuoso будет удалён." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Если вы удаляете пакет Virtuoso для того, чтобы позже поставить более новую " "версию, или если его уже использует другой пакет Virtuoso, то можете " "сохранить базы данных." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "Порт сервера HTTP:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "Virtuoso предоставляет веб-сервер, способный обрабатывать HTML и VSP " "страницы (возможна поддержка других языков). Если вы устанавливаете данный " "экземпляр в качестве публичного веб-сервера в Интернете, то лучше указать " "порт 80." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Заметим, что корневым каталогом веб-сервера по умолчанию является /var/lib/" "virtuoso-opensource-6.1/vsp и он будет пустым, если вы также не установите пакет со " "стандартной стартовой страницей Virtuoso." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Порт сервера базы данных:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Здесь вы можете изменить порт, на котором сервер базы данных Virtuoso " "ожидает подключения." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "Изменение значения по умолчанию может улучшить безопасность серверов, " "которые могут стать объектов несанкционированного доступа." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "Зарегистрировать системный DSN ODBC для Virtuoso?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "Менеджер ODBC (unixodbc или iODBC) и драйвер Virtuoso ODBC установлены в " "данной системе." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "По умолчанию экземпляр Virtuoso может быть автоматически добавлен в список " "доступных источников данных системы (и автоматически удалён из списка при " "удалении пакета)." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Если вы ответите утвердительно, то будет создан DSN с именем \"VOS\". " "Пользователь и пароль не задаются в DSN в целях безопасности." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Серверный пакет Virtuoso по умолчанию:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Выберите версию virtuoso-server, которая будет связана с именами (без " "версии) по умолчанию, используемых в сценариях установки и клиентских " "инструментах." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "Зарегистрировать ODBC драйвер Virtuoso?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "Менеджер ODBC (unixodbc или iODBC) уже установлен в данной системе." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "Драйвер Virtuoso ODBC может быть автоматически добавлен в список доступных " "драйверов ODBC (и автоматически удалён из списка при удалении пакета)." debian/po/nl.po0000644000000000000000000002570412010224754010562 0ustar # Dutch translation of virtuoso-opensource debconf templates. # Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the virtuoso-opensource package. # Jeroen Schot , 2011. # msgid "" msgstr "" "Project-Id-Version: virtuoso-opensource 6.1.2+dfsg1-1\n" "Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" "POT-Creation-Date: 2011-07-29 10:59+0200\n" "PO-Revision-Date: 2011-05-13 08:58+0200\n" "Last-Translator: Jeroen Schot \n" "Language-Team: Debian l10n Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "Password for DBA and DAV users:" msgstr "Wachtwoord voor DBA- en DAV-gebruikers" #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Following installation, users and passwords in Virtuoso can be managed using " "the command line tools (see the full documentation) or via the Conductor web " "application which is installed by default at http://localhost:8890/conductor." msgstr "" "Na de installatie kunt u gebruikers en wachtwoorden in Virtuoso beheren met " "de commandoregel-hulpprogramma's (zie de documentatie) of via de " "webapplicatie Conductor die standaard op http://localhost:8899/conductor " "wordt geïnstalleerd." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "Two users (\"dba\" and \"dav\") are created by default, with administrative " "access to Virtuoso. Secure passwords must be chosen for these users in order " "to complete the installation." msgstr "" "Er worden standaard twee gebruikers (\"dba\" en \"dav\") aangemaakt met " "beheerderstoegang tot Virtuoso. Om de installatie af te maken dient u " "veilige wachtwoorden voor deze gebruikers te kiezen." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:2001 msgid "" "If you leave this blank, the daemon will be disabled unless a non-default " "password already exists." msgstr "" "Als u dit leeg laat zal de achtergronddienst worden gedeactiveerd, tenzij er " "al een niet-standaard wachtwoord bestaat." #. Type: password #. Description #: ../virtuoso-opensource-6.1.templates:3001 msgid "Administrative users password confirmation:" msgstr "Beheerderswachtwoord (nogmaals ter bevestiging):" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "Password mismatch" msgstr "Wachtwoorden komen niet overeen" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:4001 msgid "" "The two passwords you entered were not the same. Please enter a password " "again." msgstr "" "De twee wachtwoorden die u heeft ingevoerd waren niet gelijk. Voer " "alstublieft nogmaals een wachtwoord in." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "No initial password set, daemon disabled" msgstr "" "Geen initieel wachtwoord ingesteld, de achtergronddienst is gedeactiveerd." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "For security reasons, the default Virtuoso instance is disabled because no " "administration password was provided." msgstr "" "Omwille van de veiligheid is de standaard Virtuoso-dienst gedeactiveerd, " "daar er geen beheerderswachtwoord is opgegeven." #. Type: note #. Description #: ../virtuoso-opensource-6.1.templates:5001 msgid "" "You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" "virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." msgstr "" "U kunt de achtergronddienst handmatig activeren door in /etc/default/" "virtuoso-opensource-6.1 de instelling RUN op \"yes\" te zetten. Het " "standaard DBA-wachtwoord is dan \"dba\"." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "Unable to set password for the Virtuoso DBA user" msgstr "Kan wachtwoord voor de DBA-gebruiker van Virtuoso niet instellen" #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "An error occurred while setting the password for the Virtuoso administrative " "user. This may have happened because the account already has a password, or " "because of a communication problem with the Virtuoso server." msgstr "" "Er is een fout opgetreden bij het instellen van het wachtwoord voor de " "beheerder van Virtuoso. Dit kan komen doordat de account al een wachtwoord " "heeft of door een communicatieprobleem met de Virtuoso-server." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "If the database already existed then it will have retained the original " "password. If there was some other problem then the default password (\"dba" "\") is used." msgstr "" "Als de database al bestond dan heeft het nog steeds zijn oorspronkelijke " "wachtwoord. Als er een ander probleem was dan is het standaardwachtwoord " "(\"dba\") gebruikt." #. Type: error #. Description #: ../virtuoso-opensource-6.1.templates:6001 msgid "" "It is recommended to check the passwords for the users \"dba\" and \"dav\" " "immediately after installation." msgstr "" "U wordt aangeraden om direct na de installatie de wachtwoorden voor de " "gebruikers \"dba\" en \"dav\" te controleren." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "Remove all Virtuoso databases?" msgstr "Alle databases van Virtuoso verwijderen?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " "databases is about to be removed." msgstr "" "De map /var/lib/virtuoso-opensource-6.1, die de Virtuoso-databases bevat, staat op het punt " "om verwijderd te worden." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:7001 msgid "" "If you're removing the Virtuoso package in order to later install a more " "recent version, or if a different Virtuoso package is already using it, you " "can choose to keep databases." msgstr "" "Als u het Virtuoso-pakket verwijdert om later een nieuwere versie te " "installeren of als de database al door een andere Virtuoso-pakket wordt " "gebruikt kunt u er voor kiezen om de databases te houden." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "HTTP server port:" msgstr "HTTP-serverpoort:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Virtuoso provides a web server capable of hosting HTML and VSP pages (with " "optional support for other languages). If you are installing this instance " "as a public web server directly on the Internet, you probably want to choose " "80 as web server port." msgstr "" "Virtuoso is voorzien van een webserver die HTML- en VPS-pagina's kan " "aanbieden (met optionele ondersteuning voor andere talen). Indien u deze " "dienst als een publieke webserver over het Internet installeert wilt u " "waarschijnlijk 80 als webserver-poort kiezen." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:8001 msgid "" "Please note that the default web server root directory is /var/lib/virtuoso-" "opensource-6.1/vsp and will be empty unless you also install the package " "containing the standard Virtuoso start page." msgstr "" "Let op: De standaard hoofdmap van de webserver is /var/lib/virtuoso-opensource-6.1/vsp en " "is leeg, tenzij u ook het pakket met de standaard Virtuoso startpagina " "installeert." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "Database server port:" msgstr "Database-serverpoort:" #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "You may change here the port on which the Virtuoso database server will " "listen for connections." msgstr "" "Hier kunt u de poort waarop wijzigen de Virtuoso-databaseserver luistert." #. Type: string #. Description #: ../virtuoso-opensource-6.1.templates:9001 msgid "" "Modifying this default value can improve security on servers that might be " "targets for unauthorized intrusion." msgstr "" "Op servers die mogelijk doelwit zijn van niet-geautoriseerde toegang kan het " "wijzigen van deze waarde de veiligheid verhogen." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "Register an ODBC system DSN for Virtuoso?" msgstr "Een ODBC-systeem-DSN voor Virtuoso registreren?" #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system, and " "the Virtuoso ODBC driver is installed." msgstr "" "Er is al een ODBC-manager (unixodbc of iODBC) geïnstalleerd op dit systeem " "en het ODBC-stuurprogramma van Virtuoso is geïnstalleerd." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "The default Virtuoso instance can be automatically added to the list of " "available System Data Sources (and automatically deleted from the list when " "this package is removed)." msgstr "" "De standaard Virtuoso-dienst kan automatisch worden toegevoegd aan de lijst " "van beschikbare System Data Sources (en weggehaald als dit pakket wordt " "verwijderd)." #. Type: boolean #. Description #: ../virtuoso-opensource-6.1.templates:10001 msgid "" "If you choose this option, the DSN will be named \"VOS\". User and password " "details are omitted from the DSN for security reasons." msgstr "" "Als u voor deze optie kiest zal de DSN de naam \"VOS\" krijgen. Gebruiker- " "en wachtwoordinformatie worden omwille van de veiligheid weggelaten uit de " "DSN." #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "Default Virtuoso server package:" msgstr "Standaard Virtuoso-serverpakket:" #. Type: select #. Description #: ../virtuoso-opensource-6.1.templates:11001 msgid "" "Please choose the version of virtuoso-server that will be linked to by the " "default (unversioned) names, for init scripts and client tools." msgstr "" "Kies alstublieft de versie van virtuoso-server die gekoppeld dient te worden " "aan standaardnamen (zonder versienummer), voor init-scripts en client-" "hulpprogramma's." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "Register the Virtuoso ODBC driver?" msgstr "De Virtuoso-ODBC-stuurprogramma's registreren?" #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "An ODBC manager (unixodbc or iODBC) is already installed on this system." msgstr "" "Er is al een ODBC-manager (unixodbc of iODBC) geïnstalleerd op dit systeem." #. Type: boolean #. Description #: ../libvirtodbc0.templates:2001 msgid "" "The Virtuoso ODBC driver can be automatically added to the list of available " "ODBC drivers (and automatically deleted from the list when this package is " "removed)." msgstr "" "Het Virtuoso-ODBC-stuurprogramma kan automatisch aan de lijst van " "beschikbare ODBC-stuurprogramma's worden toegevoegd (en weggehaald als dit " "pakket wordt verwijderd)." debian/virtuoso-5.5.pc0000644000000000000000000000031112010224767011705 0ustar prefix=/usr exec_prefix=${prefix} libdir=${prefix}/lib/cli/virtuoso-5.5 Name: OpenLink.Data Description: Virtuoso .NET Data Connector Version: 5.5.3015.1 Libs: -r:${libdir}/OpenLink.Data.Virtuoso.dll debian/watch0000644000000000000000000000016112010224743010210 0ustar version=3 opts=dversionmangle=s/\.dfsg\.[0-9]*// \ http://sf.net/virtuoso/virtuoso-opensource-([0-9.]+)\.tar\.gz debian/virtuoso-opensource-6.1-bin.manpages0000644000000000000000000000020212010224767016020 0ustar debian/ISQL-VT.1 debian/isql-vt.1 debian/isqlw-vt.1 debian/VIRT_MAIL.1 debian/virt_mail.1 debian/VIRTUOSO-T.1 debian/virtuoso-t.1 debian/virtuoso-opensource-6.1.config0000644000000000000000000000263412010224760014730 0ustar #!/bin/bash set -e . /usr/share/debconf/confmodule if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } # get a new password for DBA and DAV users while :; do RET="" db_input high virtuoso-opensource-6.1/dba-password || true db_go db_get virtuoso-opensource-6.1/dba-password DBA_PW="$RET" if [ -z "$DBA_PW" ]; then # if no password is given, leave it to postint to handle break fi # otherwise prompt to confirm the password db_input high virtuoso-opensource-6.1/dba-password-again || true db_go db_get virtuoso-opensource-6.1/dba-password-again if [ "$RET" == "$DBA_PW" ]; then DBA_PW='' break fi # no match, so try again... db_input critical virtuoso-opensource-6.1/password-mismatch db_set virtuoso-opensource-6.1/dba-password "" db_set virtuoso-opensource-6.1/dba-password-again "" db_go done # see if they want to change the ports in advance db_input low virtuoso-opensource-6.1/http-server-port || true db_input low virtuoso-opensource-6.1/db-server-port || true # maybe register a DSN for the default instance? db_get libvirtodbc0/register-odbc-driver || true if [ "$RET" = "true" ] && [ -e /usr/bin/odbcinst ]; then # default to true since odbcinst is available db_set virtuoso-opensource-6.1/register-odbc-dsn "true" || true db_input low virtuoso-opensource-6.1/register-odbc-dsn || true fi db_go || true debian/copyright0000644000000000000000000013004712010224770011121 0ustar This package was debianized by: Obey Arthur Liu on Sat, 11 Apr 2009 21:04:53 +0200 It was downloaded from: Upstream Authors: OpenLink Software's Virtuoso Open-Source Edition project OpenLink Virtuoso Maintainer Copyright: License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 dated June 1991. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA OpenSSL exemption ----------------- This project may be compiled/linked with the OpenSSL library. If so, the following exemption is added to the above license: In addition, as a special exemption, OpenLink Software gives permission to link the code of its release of Virtuoso with the OpenSSL project's "OpenSSL" library (or with modified versions of it that use the same license as the "OpenSSL" library), and distribute the linked executables. You must obey the GNU General Public License in all respects for all of the code used other than "OpenSSL". Client Protocol Driver exemptions --------------------------------- In addition, as a special exemption, OpenLink Software gives permission to use the unmodified client libraries (ODBC, JDBC, ADO.NET, OleDB, Jena, Sesame and Redland providers) in your own application whether open-source or not, with no obligation to use the GPL on the resulting application. In all other respects you must abide by the terms of the GPL. On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. Additional copyrights: OpenLink Software Virtuso Open-Source Edition (VOS) contains included or optional functionalities for which the copyright statements are listed in CREDITS and reproduced below. OpenSSL (parts of various Virtuoso source code files are taken from OpenSSL) This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com) OpenSSL is distributed under the terms of the OpenSSL License: Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. All advertising materials mentioning features or use of this software must display the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org. 5. Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project. 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)" THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). As cryptographic software, OpenSSL may be subject to export restrictions: Tidy - HTML parser and pretty printer (files under libsrc/Tidy) This product includes Tidy developed by the World Wide Web Consortium. Tidy is distributed under the terms of the W3C License: Copyright (c) 1998-2003 World Wide Web Consortium (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This software and documentation is provided "as is," and the copyright holders and contributing author(s) make no representations or warranties, express or implied, including but not limited to, warranties of merchantability or fitness for any particular purpose or that the use of the software or documentation will not infringe any third party patents, copyrights, trademarks or other rights. The copyright holders and contributing author(s) will not be held liable for any direct, indirect, special or consequential damages arising out of any use of the software or documentation, even if advised of the possibility of such damage. Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, documentation and executables, for any purpose, without fee, subject to the following restrictions: 1. The origin of this source code must not be misrepresented. 2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source. 3. This Copyright notice may not be removed or altered from any source or altered source distribution. The copyright holders and contributing author(s) specifically permit, without fee, and encourage the use of this source code as a component for supporting the Hypertext Markup Language in commercial products. If you use this source code in a product, acknowledgment is not required but would be appreciated. Minizip (files under libsrc/zlib/contrib/minizip/) Copyright (C) 1998-2010 Gilles Vollant Copyright (C) 2009-2010 Mathias Svensson Copyright (C) 2007-2008 Even Rouault Copyright (C) 1990-2000 Info-ZIP Condition of use and distribution are the same than zlib : This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Info-ZIP file libsrc/zlib/contrib/minizip/unzip.c uses code from the crypt.c file (part of Info-ZIP) which was published under the following conditions: Copyright (c) 1990-2009 Info-ZIP. All rights reserved. For the purposes of this copyright and license, "Info-ZIP" is defined as the following set of individuals: Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois, Jean-loup Gailly, Hunter Goatley, Ed Gordon, Ian Gorman, Chris Herborth, Dirk Haase, Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz, David Kirschbaum, Johnny Lee, Onno van der Linden, Igor Mandrichenko, Steve P. Miller, Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs, Kai Uwe Rommel, Steve Salisbury, Dave Smith, Steven M. Schweda, Christian Spieler, Cosmin Truta, Antoine Verheijen, Paul von Behren, Rich Wales, Mike White. This software is provided "as is," without warranty of any kind, express or implied. In no event shall Info-ZIP or its contributors be held liable for any direct, indirect, incidental, special or consequential damages arising out of the use of or inability to use this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the above disclaimer and the following restrictions: * Redistributions of source code (in whole or in part) must retain the above copyright notice, definition, disclaimer, and this list of conditions. * Redistributions in binary form (compiled executables and libraries) must reproduce the above copyright notice, definition, disclaimer, and this list of conditions in documentation and/or other materials provided with the distribution. Additional documentation is not needed for executables where a command line license option provides these and a note regarding this option is in the executable's startup banner. The sole exception to this condition is redistribution of a standard UnZipSFX binary (including SFXWiz) as part of a self-extracting archive; that is permitted without inclusion of this license, as long as the normal SFX banner has not been removed from the binary or disabled. * Altered versions --including, but not limited to, ports to new operating systems, existing ports with new graphical interfaces, versions with modified or added functionality, and dynamic, shared, or static library versions not from Info-ZIP-- must be plainly marked as such and must not be misrepresented as being the original source or, if binaries, compiled from the original source. Such altered versions also must not be misrepresented as being Info-ZIP releases --including, but not limited to, labeling of the altered versions with the names "Info-ZIP" (or any variation thereof, including, but not limited to, different capitalizations), "Pocket UnZip," "WiZ" or "MacZip" without the explicit permission of Info-ZIP. Such altered versions are further prohibited from misrepresentative use of the Zip-Bugs or Info-ZIP e-mail addresses or the Info-ZIP URL(s), such as to imply Info-ZIP will provide support for the altered versions. * Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip," "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its own source and binary releases. OAT (files under binsrc/oat) Virtuoso uses the OpenLink AJAX Toolkit (OAT) in the Data Space application suite, distributable under the terms of the GNU Public License v2: sysexits.h (located in binsrc/maildrop/) Copyright (c) 1987, 1993 The Regents of the University of California. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 4. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @(#)sysexits.h 8.1 (Berkeley) 6/2/93 RedLand (files under binsrc/redland/) Copyright (C) 2000-2008, Openlink Software, http://www.openlinksw.com/ This package is Free Software and part of Redland http://librdf.org/ It is licensed under the following three licenses as alternatives: 1. GNU Lesser General Public License (LGPL) V2.1 or any newer version 2. GNU General Public License (GPL) V2 or any newer version 3. Apache License, V2.0 or any newer version You may not use this file except in compliance with at least one of the above three licenses. See LICENSE.html or LICENSE.txt at the top of this package for the complete terms and further detail along with the license texts for the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively. Apache JSP 2.0 (files binsrc/tutorial/hosting/ho_s_17/*.jsp) Copyright 1999, 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Code Syntax Highlighter (with updated FSF address) (file binsrc/yacutia/syntax/shCore.js) Copyright (C) 2004 Dream Projections Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. iODBC driver manager (with updated FSF address) (files under libsrc/odbcsdk/include/) Copyright (C) 1999-2005 by OpenLink Software All Rights Reserved. This software is released under the terms of either of the following licenses: - GNU Library General Public License (see LICENSE.LGPL) - The BSD License (see LICENSE.BSD). While not mandated by the BSD license, any patches you make to the iODBC source code may be contributed back into the iODBC project at your discretion. Contributions will benefit the Open Source and Data Access community as a whole. Submissions may be made at: http://www.iodbc.org GNU Library Generic Public License Version 2 ============================================ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. The BSD License =============== Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of OpenLink Software Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL OPENLINK OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. UUID library (files libsrc/util/uuid.h, libsrc/util/uuidP.h and libsrc/util/uuid.c) Copyright (C) 1996, 1997, 1998 Theodore Ts'o. %Begin-Header% Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, and the entire permission notice in its entirety, including the disclaimer of warranties. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. %End-Header% CKEditor (files under appsrc/ODS-Framework/ckeditor/) Software License Agreement ========================== CKEditor - The text editor for Internet - http://ckeditor.com Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. Licensed under the terms of any of the following licenses at your choice: - GNU General Public License Version 2 or later (the "GPL") http://www.gnu.org/licenses/gpl.html (See Appendix A) - GNU Lesser General Public License Version 2.1 or later (the "LGPL") http://www.gnu.org/licenses/lgpl.html (See Appendix B) - Mozilla Public License Version 1.1 or later (the "MPL") http://www.mozilla.org/MPL/MPL-1.1.html (See Appendix C) You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. In any case, your choice will not restrict any recipient of your version of this software to use, reproduce, modify and distribute this software under any of the above licenses. Sources of Intellectual Property Included in CKEditor ===================================================== Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission. YUI Test: At _source/tests/yuitest.js can be found part of the source code of YUI, which is licensed under the terms of the BSD License (http://developer.yahoo.com/yui/license.txt). YUI is Copyright (C) 2008, Yahoo! Inc. Trademarks ========== CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. Ajax Engine (file appsrc/ODS-Gallery/www-root/js/ajax.js) Software License Agreement (BSD License) Copyright (c) 2005-2009 by Matthias Hertel, http://www.mathertel.de/ All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright owners nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. WebFX (files: - appsrc/ODS-Gallery/www-root/js/timer.js - appsrc/ODS-Gallery/www-root/js/slider.js - appsrc/ODS-Gallery/www-root/js/range.js) Copyright (c) 1999 - 2005 Erik Arvidsson This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software. This software is available under the three different licenses mentioned below. To use this software you must chose, and qualify, for one of those. The WebFX Non-Commercial License http://webfx.eae.net/license.html Permits anyone the right to use the software in a non-commercial context free of charge. The WebFX Non Commercial license only applies if all of the following statements are true and not broken. 1. The header in the P/C (1) may not be removed or modified. 2. The P/C is used in a non-commercial or non-profit environment (2). 1. No money is put into the environment except the cost of the web space and domain name. You may of course also put money into hardware and software that run the environment. This means that no one can get paid to maintain the environment. No company, organization or institute can back up the environment financially. Non-profit organizations (3) are excluded. 2. The environment that the P/C is used in cannot make any profit. This means that you cannot sell anything, directly or indirectly using the environment. You cannot use the P/C in an environment that act as a promotion/commercial for a commercial product. Commercial banners can be used as long as the income from these does not exceed the cost to maintain the environment. Donations are allowed. 3. The P/C may be freely modified as long as 1 - 2 are not broken. Any work based on the P/C also fall under this license. This means that if you base any work on the P/C then the new product cannot be used commercially. 4. The P/C may be freely distributed as long as 1 - 3 are not broken. This means that the P/C cannot be redistributed to any third commercial part because this would break 2. This also means that if the P/C is included in a widget pack (component library) then the widget pack (or parts of it that uses the P/C) may not be used in a commercial environment. (1) P/C - product/component provided by WebFX. (2) Environment - Program that uses the product/component. This includes web sites, intranets and offline programs. (3) Non-profit organization - a non-profit organization is a organization that has no intention of making money in any way and all work is done for charity. The WebFX Commercial license http://webfx.eae.net/commercial.html Permits the license holder the right to use the software in a commercial context. Such license must be specifically obtained, however it's valid for any number of implementations of the licensed software. The WebFX Commercial License permits the inclusion of the products for which a license has been obtained (hereby referred to as the products) in any current or future product produced by the license holding corporation (hereby referred to as the corporation) with the exception of the following product-types: * Individual or combined sale of the products as a stand-alone offer. * Individual or combined sale of the products as part of a components package or web development aid. The products may be included simply as enhancements to another product. The products may be included simply as a part of another product. The corporation may never profit directly from sale of the products, only from the application they are included in. All intellectual property rights and source code right will remain in the possession of WebFX and the affected author. The products may not be resold. Neither may products deviated from the original code, or products produced by reverse engineering the original code, be sold or in any other way be profitable for the corporation. If The products are included in a service offered by the corporation a license must be obtained for each company the service is sold to. The license is valid only for the products and only for the purchased version of those, with the following exceptions. * Minor updates. * Major updates released within one (1) month of the purchase. * The product has been discontinued and replaced by another product within one (1) month of the purchase. A minor update consists of bug fixes and patches that may include some enhancements and small, added features to the product. Minor updates are signified by minor version number changes. For example, a minor update from version 3.0 would be 3.1 or 3.01). A major upgrade consists of major enhancements and new features added to the product. Major upgrades are signified by a major version number change. For example, a major upgrade from version 3.0 would be 4.0. The corporation is entitled to a free update, if one or more of the above criteria are met. Updates not addressed above requires a new license, which can be purchased at rebated price if the old one is revoked. GPL - The GNU General Public License http://www.gnu.org/licenses/gpl.txt Permits anyone the right to use and modify the software without limitations as long as proper credits are given and the original and modified source code are included. Requires that the final product, software derivate from the original source or any software utilizing a GPL component, such as this, is also licensed under the GPL license. Berlin SPARQL Benchmark (files under binsrc/tests/bsbm/src/) Copyright (C) 2000-2008 Hewlett-Packard Development Company, LP Copyright (C) 2008 Andreas Schultz This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . JavaScript RSA MD5 and SHA routines (files binsrc/oat/toolkit/crypto.js and binsrc/yacutia/md5.js) A JavaScript implementation of the RSA Data Security, Inc. MD5 Message Digest Algorithm, as defined in RFC 1321. Version 2.1 Copyright (C) Paul Johnston 1999 - 2002. Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet Distributed under the BSD License License to copy and use this software is granted provided that it is identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing this software or this function. License is also granted to make and use derivative works provided that such works are identified as "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing the derived work. RSA Data Security, Inc. makes no representations concerning either the merchantability of this software or the suitability of this software for any particular purpose. It is provided "as is" without express or implied warranty of any kind. These notices must be retained in any copies of any part of this documentation and/or software. Copyright (c) 1998 - 2009, Paul Johnston & Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. mm_menu (files appsrc/ODS-Framework/mm_menu.js and binsrc/yacutia/mm_menu.js) mm_menu 20MAR2002 Version 6.0 Andy Finnell, March 2002 Copyright (c) 2000-2002 Macromedia, Inc. based on menu.js by gary smith, July 1997 Copyright (c) 1997-1999 Netscape Communications Corp. Netscape grants you a royalty free license to use or modify this software provided that this copyright notice appears on all copies. This software is provided "AS IS," without a warranty of any kind. MD5 in Java JDK Beta-2 (with updated FSF address) (file libsrc/JDBCDriverType4/openlink/util/MD5.java) MD5 in Java JDK Beta-2 written Santeri Paavolainen, Helsinki Finland 1996 (c) Santeri Paavolainen, Helsinki Finland 1996 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. See http://www.cs.hut.fi/~santtu/java/ for more information on this class. This is rather straight re-implementation of the reference implementation given in RFC1321 by RSA. Passes MD5 test suite as defined in RFC1321. This Java class has been derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm and its reference implementation. Reentrent string tokenizer - Generic version (with updated FSF address) and other works from the GNU C Library: (files: - libsrc/util/strtok_r.c - libsrc/langfunc/latin1ctype.h - libsrc/langfunc/latin1ctype.c - libsrc/util/getopt1.c - libsrc/util/getopt.c - libsrc/util/fnmatch.c) Copyright (C) 1987-1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. OpenLayers Map Viewer Library (file binsrc/oat/toolkit/OpenLayers.js) Copyright 2005-2008 MetaCarta, Inc., released under the Clear BSD license. Please see http://svn.openlayers.org/trunk/openlayers/license.txt for the full text of the license. Includes compressed code under the following licenses: (For uncompressed versions of the code used please see the OpenLayers SVN repository: ) Contains portions of Prototype.js: Prototype JavaScript framework, version 1.4.0 (c) 2005 Sam Stephenson Prototype is freely distributable under the terms of an MIT-style license. For details, see the Prototype web site: http://prototype.conio.net/ Contains portions of Rico Copyright 2005 Sabre Airline Solutions Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. DocBook DTD (files docsrc/xmlsource/DocBook/docbookx.dtd and docsrc/xmlsource/DocBook/calstblx.dtd) Copyright 1992-2000 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software Corporation, Norman Walsh and the Organization for the Advancement of Structured Information Standards (OASIS). Permission to use, copy, modify and distribute the DocBook XML DTD and its accompanying documentation for any purpose and without fee is hereby granted in perpetuity, provided that the above copyright notice and this paragraph appear in all copies. The copyright holders make no representation about the suitability of the DTD for any purpose. It is provided "as is" without expressed or implied warranty. If you modify the DocBook XML DTD in any way, except for declaring and referencing additional sets of general entities and declaring additional notations, label your DTD as a variant of DocBook. See the maintenance documentation for more information. Please direct all questions, bug reports, or suggestions for changes to the docbook@lists.oasis-open.org mailing list. For more information, see http://www.oasis-open.org/docbook/. The Debian packaging is: Copyright (C) 2012 José Manuel Santamaría Lema Copyright (C) 2009-2011 Obey Arthur Liu Copyright (C) 2009-2010 Will Daniels Copyright (C) 2009 Olivier Berger Copyright (C) 2008 Miriam Ruiz and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/virtuoso-opensource-6.1.templates0000644000000000000000000001051712010224747015465 0ustar # These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # debian-l10n-english@lists.debian.org for advice. # # Even minor modifications require translation updates and such # changes should be coordinated with translators and reviewers. Template: virtuoso-opensource-6.1/dba-password Type: password _Description: Password for DBA and DAV users: Following installation, users and passwords in Virtuoso can be managed using the command line tools (see the full documentation) or via the Conductor web application which is installed by default at http://localhost:8890/conductor. . Two users ("dba" and "dav") are created by default, with administrative access to Virtuoso. Secure passwords must be chosen for these users in order to complete the installation. . If you leave this blank, the daemon will be disabled unless a non-default password already exists. Template: virtuoso-opensource-6.1/dba-password-again Type: password _Description: Administrative users password confirmation: Template: virtuoso-opensource-6.1/password-mismatch Type: error _Description: Password mismatch The two passwords you entered were not the same. Please enter a password again. Template: virtuoso-opensource-6.1/note-disabled Type: note _Description: No initial password set, daemon disabled For security reasons, the default Virtuoso instance is disabled because no administration password was provided. . You can enable the daemon manually by setting RUN to "yes" in /etc/default/virtuoso-opensource-6.1. The default DBA user password will then be "dba". Template: virtuoso-opensource-6.1/error-setting-password Type: error _Description: Unable to set password for the Virtuoso DBA user An error occurred while setting the password for the Virtuoso administrative user. This may have happened because the account already has a password, or because of a communication problem with the Virtuoso server. . If the database already existed then it will have retained the original password. If there was some other problem then the default password ("dba") is used. . It is recommended to check the passwords for the users "dba" and "dav" immediately after installation. Template: virtuoso-opensource-6.1/check-remove-databases Type: boolean Default: false _Description: Remove all Virtuoso databases? The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso databases is about to be removed. . If you're removing the Virtuoso package in order to later install a more recent version, or if a different Virtuoso package is already using it, you can choose to keep databases. Template: virtuoso-opensource-6.1/http-server-port Type: string Default: 8890 _Description: HTTP server port: Virtuoso provides a web server capable of hosting HTML and VSP pages (with optional support for other languages). If you are installing this instance as a public web server directly on the Internet, you probably want to choose 80 as web server port. . Please note that the default web server root directory is /var/lib/virtuoso-opensource-6.1/vsp and will be empty unless you also install the package containing the standard Virtuoso start page. Template: virtuoso-opensource-6.1/db-server-port Type: string Default: 1111 _Description: Database server port: You may change here the port on which the Virtuoso database server will listen for connections. . Modifying this default value can improve security on servers that might be targets for unauthorized intrusion. Template: virtuoso-opensource-6.1/register-odbc-dsn Type: boolean Default: false _Description: Register an ODBC system DSN for Virtuoso? An ODBC manager (unixodbc or iODBC) is already installed on this system, and the Virtuoso ODBC driver is installed. . The default Virtuoso instance can be automatically added to the list of available System Data Sources (and automatically deleted from the list when this package is removed). . If you choose this option, the DSN will be named "VOS". User and password details are omitted from the DSN for security reasons. Template: virtuoso-opensource/primary-server Type: select Choices: ${choices} _Description: Default Virtuoso server package: Please choose the version of virtuoso-server that will be linked to by the default (unversioned) names, for init scripts and client tools. debian/control0000644000000000000000000003450712010224740010572 0ustar Source: virtuoso-opensource Section: database Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: José Manuel Santamaría Lema DM-Upload-Allowed: yes Standards-Version: 3.9.3 Homepage: http://virtuoso.openlinksw.com/wiki/main/Main/ Vcs-Browser: https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pkg-virtuoso/pkg-virtuoso.git Vcs-Git: git://anonscm.alioth.debian.org/git/pkg-virtuoso/pkg-virtuoso.git Build-Depends: cdbs, debhelper (>= 9), autotools-dev, autoconf (>=2.57), automake (>=1.10), libtool (>=1.5.16), flex (>=2.5.4), bison (>=1.35), gperf (>=2.7.2), gawk (>=3.1.1), m4 (>=1.4.1), make (>=3.79.1), libssl-dev (>=0.9.7), libreadline-dev, zlib1g-dev, libxml2-dev, libpcre3-dev, libldap2-dev, net-tools, mono-devel (>= 2.4.3) [i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armhf armel sparc s390x ppc64], cli-common-dev (>= 0.8~) [i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armhf armel sparc s390x ppc64], docbook2x, po-debconf, libmagickwand-dev Package: virtuoso-opensource Section: metapackages Architecture: all Depends: virtuoso-opensource-6.1 (>= ${binary:Version}), ${misc:Depends} Recommends: virtuoso-server, virtuoso-vsp-startpage, virtuoso-vad-conductor Suggests: virtuoso-vad-doc, virtuoso-vad-demo, virtuoso-vad-tutorial, virtuoso-vad-rdfmappers, virtuoso-vad-sparqldemo, virtuoso-vad-syncml, virtuoso-vad-bpel, virtuoso-vad-isparql, virtuoso-vad-ods, virtuoso-vad-dbpedia, virtuoso-vad-facetedbrowser Description: high-performance database OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . Virtuoso supports SPARQL embedded into SQL for querying RDF data stored in its database. SPARQL benefits from low-level support in the engine itself, such as SPARQL-aware type-casting rules and a dedicated IRI data type. . Install this metapackage for the full suite of packages that make up Virtuoso OSE ("Open-Source Edition"). Package: virtuoso-server Section: metapackages Architecture: all Depends: virtuoso-opensource-6.1 (>= ${binary:Version}), ${misc:Depends} Description: high-performance database - server dependency package OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This is an empty package depending on the current "best" version of the Virtuoso server framework, as recommended by the maintainers (currently virtuoso-opensource-6.1). Install this package if in doubt about which version you need. Package: virtuoso-minimal Section: metapackages Architecture: all Depends: virtuoso-opensource-6.1-bin (>= ${binary:Version}), libvirtodbc0 (>= ${binary:Version}), ${misc:Depends} Description: high-performance database - core dependency package OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This is an empty package depending on the current "best" version of the core Virtuoso binaries, as recommended by the maintainers (currently virtuoso-opensource-6.1-bin). This should usually be depended on by all packages which use Virtuoso as an embedded database. Package: virtuoso-opensource-6.1 Architecture: any Pre-Depends: dpkg (>= 1.15.7.2~) Depends: virtuoso-opensource-6.1-common (= ${binary:Version}), virtuoso-opensource-6.1-bin (= ${binary:Version}), libvirtodbc0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: high-performance database - support files OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package provides the Virtuoso server framework. Package: virtuoso-opensource-6.1-common Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: high-performance database - common files OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains files common to all versions of Virtuoso. Package: virtuoso-opensource-6.1-bin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: high-performance database - binaries OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the core Virtuoso binaries. Package: virtuoso-vsp-startpage Architecture: all Depends: ${misc:Depends}, virtuoso-opensource Description: high-performance database - web interface files OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the files for Virtuoso's web interface. Package: virtuoso-vad-conductor Architecture: all Depends: ${misc:Depends}, virtuoso-opensource Description: high-performance database - conductor module OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso Application Distribution module for the administration interface. Package: virtuoso-vad-doc Section: doc Architecture: all Depends: ${misc:Depends}, virtuoso-opensource Description: high-performance database - documentation module OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso Application Distribution module for the documentation. Package: virtuoso-vad-demo Section: doc Architecture: all Depends: ${misc:Depends}, virtuoso-opensource Description: high-performance database - demo module OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso Application Distribution module for the demonstration application. Package: virtuoso-vad-tutorial Section: doc Architecture: all Depends: ${misc:Depends}, virtuoso-opensource Description: high-performance database - tutorial module OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso Application Distribution module for the tutorial application. Package: virtuoso-vad-rdfmappers Architecture: all Depends: ${misc:Depends}, virtuoso-opensource Description: high-performance database - RDF mappers module OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso Application Distribution module for the RDF mappers application. Package: virtuoso-vad-sparqldemo Architecture: all Depends: ${misc:Depends}, virtuoso-opensource Description: high-performance database - SPARQL demo module OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso Application Distribution module for the SPARQL demo application. Package: virtuoso-vad-syncml Architecture: all Depends: ${misc:Depends}, virtuoso-opensource Description: high-performance database - SyncML module OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso Application Distribution module for Synchronization Markup Language support. Package: virtuoso-vad-bpel Architecture: all Depends: ${misc:Depends}, virtuoso-opensource Description: high-performance database - BPEL module OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso Application Distribution module for Business Process Execution Language support. Package: virtuoso-vad-isparql Architecture: all Depends: ${misc:Depends}, virtuoso-opensource Description: high-performance database - iSPARQL module OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso Application Distribution module for iSPARQL support. Package: virtuoso-vad-ods Architecture: all Depends: ${misc:Depends}, virtuoso-opensource Description: high-performance database - Open Data Spaces module OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso Application Distribution module for Open Data Spaces support. #Package: virtuoso-vad-dbpedia #Architecture: all #Depends: ${misc:Depends}, virtuoso-opensource #Description: high-performance database - DBpedia module # OpenLink Virtuoso is a high-performance object-relational SQL database. # It provides transactions, a smart SQL compiler, hot backup, SQL:1999 # support, a powerful stored-procedure language supporting server-side # Java or .NET, and more. It supports all major data-access interfaces, # including ODBC, JDBC, ADO.NET, and OLE/DB. # . # This package contains the Virtuoso Application Distribution module # for DBpedia. # #Package: virtuoso-vad-facetedbrowser #Architecture: all #Depends: ${misc:Depends}, virtuoso-opensource #Description: high-performance database - Faceted Browser module # OpenLink Virtuoso is a high-performance object-relational SQL database. # It provides transactions, a smart SQL compiler, hot backup, SQL:1999 # support, a powerful stored-procedure language supporting server-side # Java or .NET, and more. It supports all major data-access interfaces, # including ODBC, JDBC, ADO.NET, and OLE/DB. # . # This package contains the Virtuoso Application Distribution module # for the Faceted Browser web application. This web application with the # default configuration is available at http://localhost:8890/fct. Package: libvirtodbc0 Depends: virtuoso-opensource-6.1-common (= ${binary:Version}), odbcinst, ${shlibs:Depends}, ${misc:Depends} Architecture: any Description: high-performance database - ODBC libraries OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso ODBC client libraries. Package: libvirtuoso5.5-cil Section: cli-mono Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armhf armel sparc s390x ppc64 Depends: ${cli:Depends}, ${misc:Depends} Description: high-performance database - Mono assemblies OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains Virtuoso's ADO.NET data provider for Mono. debian/virtuoso-vad-demo.install0000644000000000000000000000006312010224771014135 0ustar usr/share/virtuoso-opensource-6.1/vad/demo_dav.vad debian/virtuoso-opensource-6.1.preinst0000644000000000000000000000043312010224747015147 0ustar #!/bin/bash set -e FILE_INI="/etc/virtuoso-opensource-6.1/virtuoso.ini" # /etc/virtuoso-opensource-6.1/virtuoso.ini was a conffile in older # versions of this package dpkg-maintscript-helper rm_conffile \ $FILE_INI '6.1.4+dfsg1-1~' 'virtuoso-opensource-6.1' -- "$@" #DEBHELPER# debian/libvirtodbc0.install0000644000000000000000000000011312010224773013132 0ustar usr/lib/virtodbc*.so usr/lib/odbc/ ../odbcinst.ini usr/share/libvirtodbc0/ debian/virtuoso-vad-dbpedia.install0000644000000000000000000000006612010224757014610 0ustar usr/share/virtuoso-opensource-6.1/vad/dbpedia_dav.vad debian/virtuoso-vad-conductor.install0000644000000000000000000000007012010224772015210 0ustar usr/share/virtuoso-opensource-6.1/vad/conductor_dav.vad debian/virtuoso-vad-isparql.install0000644000000000000000000000006612010224767014674 0ustar usr/share/virtuoso-opensource-6.1/vad/isparql_dav.vad debian/virtuoso-opensource-6.1.default0000644000000000000000000000110012010224772015075 0ustar # Defaults for the virtuoso initscript, from virtuoso-opensource # This is the directory from where the database files are # placed, defined by a relative path in the configfile DBPATH=/var/lib/virtuoso-opensource-6.1/db # Please edit /etc/virtuoso-opensource-6.1/virtuoso.ini first # Removing the +wait breaks the init script! DAEMON_OPTS="+wait +configfile /etc/virtuoso-opensource-6.1/virtuoso.ini" # Remember to change passwords right after startup. # Read README.Debian for information on how to do so. # Set to 'yes' to start virtuoso, set to 'no' otherwise RUN=yes debian/libvirtuoso5.5-cil.installcligac0000644000000000000000000000006512010224737015276 0ustar /usr/lib/cli/virtuoso-5.5/OpenLink.Data.Virtuoso.dll debian/libvirtodbc0.prerm0000644000000000000000000000050412010224746012615 0ustar #!/bin/bash set -e . /usr/share/debconf/confmodule if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } db_get libvirtodbc0/register-odbc-driver || true if [ "$RET" = "true" ]; then odbcinst -u -d -n Virtuoso || true fi #DEBHELPER# debian/virtuoso-vsp-startpage.install0000644000000000000000000000004612010224770015241 0ustar var/lib/virtuoso-opensource-6.1/vsp/* debian/libvirtodbc0.postinst0000644000000000000000000000263612010224745013362 0ustar #!/bin/sh # postinst script for virtuoso-opensource # # see: dh_installdeb(1) set -e . /usr/share/debconf/confmodule if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-remove' # * `abort-deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package # Always add in the postinst, always delete in the prerm -- this way, # we'll always have a good reference count in odbcinst.ini. db_get low libvirtodbc0/register-odbc-driver || true if [ "$RET" = "true" ]; then odbcinst -i -d -f /usr/share/libvirtodbc0/odbcinst.ini 1>&2 fi case "$1" in configure) #ldconfig ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/changelog0000644000000000000000000003650612220275036011051 0ustar virtuoso-opensource (6.1.6+repack-0ubuntu3) saucy; urgency=low * Don't hardcode automake versions, this tends to break things and eat unicorns * Pass add-missing to automake to fix build -- Rohan Garg Mon, 23 Sep 2013 20:45:25 +0200 virtuoso-opensource (6.1.6+repack-0ubuntu2) raring; urgency=low * Add --with-debug to the extra configure flags so we get debugging symbols for the application binaries -- Philip Muškovac Mon, 14 Jan 2013 18:16:56 +0100 virtuoso-opensource (6.1.6+repack-0ubuntu1) quantal; urgency=low * Rebuild to fix version number -- Jonathan Riddell Mon, 13 Aug 2012 16:39:34 +0100 virtuoso-opensource (6.1.6+repack-0ubuntu1~ppa1) quantal; urgency=low * New upstream release - Repack tarbal to remove binary files - Drop repack-oat.patch, applied upstream -- Rohan Garg Mon, 06 Aug 2012 19:02:19 +0530 virtuoso-opensource (6.1.4+dfsg1-1ubuntu2) quantal; urgency=low * Rebuild for imagemagick 6.7. -- Colin Watson Fri, 13 Jul 2012 11:31:43 +0100 virtuoso-opensource (6.1.4+dfsg1-1ubuntu1) quantal; urgency=low * Merge with Debian unstable, remaining changes: - Drop build-depends on libwbxml2-dev (in Universe) * The virtuoso-nepomuk transitional package was dropped in this merge, since updates must now run through precise, and the package is transitional there. The replace/break for libvirtodbc0 was removed too. * The virtuoso-opensource-6.0 transitional package was dropped for the same reasons. -- Jonathan Thomas Sun, 01 Jul 2012 19:20:08 -0400 virtuoso-opensource (6.1.4+dfsg1-1) unstable; urgency=low * New upstream release (Closes: #650281). * Switch to source format 3.0 (quilt). * Update patches: - drop fix-wide-char-encoding.patch, applied upstream. - update repack-zlib.patch. - refresh other patches in order to make them apply without any offset. - add ignore-netstat-failure.patch, to avoid FTBFS on various architectures, thanks to Steven Chamberlain (Closes: #663010). * Bump debhelper compatibility level to 9. * Build also with LDFLAGS provided by dpkg-buildflags. Doing this with the debhelper compatibility level set to 9 should enable all the default hardening flags. * Bump build dependency on cli-common-dev to (>= 0.8~). * Bump Standards-Version to 3.9.3: - moved virtuoso-opensource, virtuoso-server and virtuoso-minimal to the new "metapackages" section. * Metapackages now have versioned Depends (>= ${binary:Version}) against other virtuoso packages. * Fix a bug in the init script, now uses start-stop-daemon with "--user", this makes the script work when you are running it under Plasma (the KDE workspace) with Nepomuk, which may already execute a /usr/bin/virtuoso-t process making start-stop-daemon fail. * The init script now removes the pid file when you stop the process, thus it won't kill innocent processes with unfortunate pids when restarting. * /etc/virtuoso-opensource-6.1/virtuoso.ini isn't a conffile anymore, it's just handled by maintainer scripts (Closes: #656087). * Now virtuoso-opensource-6.1.postrm stops the server. * Add README.source explaining how the upstream tarball repacking was done. Just for the record the zlib removal is handled different compared to previous versions of this package, hence why repack-zlib.patch was updated. * Fix Vcs-Browser field, now points to a valid URL. * Changes in debian/copyright: - remove pcre information since it's removed with the repackaging. - remove the "Virtuoso may be linked against..." statements. - remove various duplicated mentions about SHA/MD5 Javascript routines. - remove "DocBk XML" part, since looks like the file(s) involved aren't there anymore. - extend information about works from the GNU C Library. - add the license for a couple of DocBook DTD's. - add Minizip and Info-ZIP licenses. - mention the files involved in each license statement from other projects. - add myself to the copyright holders for the debian packaging. * Add debian/not-installed. * Install README.UPGRADE. * Add pt_BR debconf translation (Closes: #649152). * Update debian/TODO.Debian: - remove explanation about broken parallel building, right now looks like the problem is just gone. * Set myself as maintainer since looks like Obey Arthur Liu is MIA. Arthur, you are very wellcomed to come back. * Enable the DM-Upload-Allowed flag. -- José Manuel Santamaría Lema Sun, 10 Jun 2012 23:21:02 +0200 virtuoso-opensource (6.1.4+dfsg1-0ubuntu1) precise; urgency=low * New upstream release -- Jonathan Riddell Wed, 15 Feb 2012 16:37:45 +0000 virtuoso-opensource (6.1.3+dfsg1-2.1) unstable; urgency=low * Non-maintainer upload * Refresh list of Mono architectures in debian/control (Closes: #657781) * Use system default Mono compiler by using the mono-devel package and the mono-csc command therein (Closes: #658166) -- Jo Shields Tue, 31 Jan 2012 18:25:09 +0000 virtuoso-opensource (6.1.3+dfsg1-1ubuntu3) precise; urgency=low * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. -- Adam Conrad Fri, 02 Dec 2011 17:34:57 -0700 virtuoso-opensource (6.1.3+dfsg1-1ubuntu2) precise; urgency=low * No change rebuild for imagemagick4 transition -- Michael Terry Fri, 18 Nov 2011 12:18:02 -0500 virtuoso-opensource (6.1.3+dfsg1-2) unstable; urgency=low * Apply wide char encoding fix from KDE bug 271664, thanks Sebastian Trueg. -- Obey Arthur Liu Fri, 14 Oct 2011 02:02:42 +0200 virtuoso-opensource (6.1.3+dfsg1-1ubuntu1) oneiric; urgency=low * Merge from debian unstable. Remaining changes: - Make libvirtodbc0 replace/break virtuoso-nepomuk - Add virtuoso-opensource-6.0 transitional package with a prerm script as a fallback for the old package which fails to upgrade - Adjust Breaks/Replaces for Ubuntu versions - Drop build-depends on libwbxml2-dev (in Universe) -- Scott Kitterman Wed, 10 Aug 2011 09:53:46 -0400 virtuoso-opensource (6.1.3+dfsg1-1) unstable; urgency=low * New upstream release (Closes: #626253). * Bump standards to 3.9.2. * Add missingok to logrotate (LP: #666391). * Update translations for cs, da, de, es, fr, it, ja, nl, pt, ru, sk, sv, vi (Closes: #605343, #626568, #635150). * Relax readline build-depend version requirement (Closes: #634443). * Use SIGINT instead of SIGTERM to stop daemon (Closes: #632060). * Enable LDAP support (Closes: #633563). * Sourcefull rebuild for libmagick transition (Closes: #625561). * Make installation paths more Debian compatible. -- Obey Arthur Liu Fri, 29 Jul 2011 11:08:42 +0200 virtuoso-opensource (6.1.2+dfsg1-1ubuntu4) maverick; urgency=low * Make libvirtodbc0 replace/break virtuoso-nepomuk. (LP: #608878) * Mention that virtuoso-nepomuk is a transitional package in the short description. * Add virtuoso-opensource-6.0 transitional package and add a prerm script as a fallback for the old package which fails to upgrade. (LP: #609924) -- Felix Geyer Mon, 02 Aug 2010 15:54:34 +0200 virtuoso-opensource (6.1.2+dfsg1-1ubuntu3) maverick; urgency=low * Conflict/replace older packages with versioned names. We can drop these changes in maverick+1 -- Jonathan Thomas Thu, 22 Jul 2010 09:46:35 -0400 virtuoso-opensource (6.1.2+dfsg1-1ubuntu2) maverick; urgency=low * Remove build-depend on libwbxml2-dev that was added as part of the merge accidentally -- Jonathan Thomas Wed, 21 Jul 2010 16:52:15 -0400 virtuoso-opensource (6.1.2+dfsg1-1ubuntu1) maverick; urgency=low * Merge with Debian Unstable, remaining changes: - Make virtuoso-minimal replace/break virtuoso-nepomuk - Keep virtuoso-nepomuk around as a virtual dummy package -- Jonathan Thomas Wed, 21 Jul 2010 15:38:56 -0400 virtuoso-opensource (6.1.2+dfsg1-1) unstable; urgency=low * New upstream release. * Bump standards to 3.9.0. * Retroactively fix typo in closed bug in previous upload changelog. * Improve init/postinst sequence to avoid mangling /etc/default. * Fix missing odbcinst dependency for the postinst of libvirtodbc0, thanks Jonathan Thomas . * Shorten tests initialization timeouts to 60 seconds to prevent buildd resources tie-ups. Thanks Marc 'HE' Brockschmidt (Closes: #581267). * Debconf translation update: - Danish (Joe Dalton) (Closes: #587431) -- Obey Arthur Liu Sun, 11 Jul 2010 11:11:42 -0700 virtuoso-opensource (6.1.1+dfsg1-1) unstable; urgency=medium * New upstream release. * Correctly fix FTBFS on s390 related to SHM (closes: #574018). * Fix FTBFS on alpha due to recent binutils change (closes: 575942). * Fix missing-debian-source-format lintian warning. [Christian Perrier] * Debconf templates and debian/control reviewed by the debian-l10n- english team as part of the Smith review project. Closes: #573404 * [Debconf translation updates] - Czech (Michal Simunek). Closes: #573772 - Russian (Yuri Kozlov). Closes: #573861 - Portuguese (Américo Monteiro). Closes: #573927 - Vietnamese (Clytie Siddall). Closes: #574430 - French (David Prévot). Closes: #575042 - Italian (Vincenzo Campanella). Closes: #575099 - German (Martin Eberhard Schauer). Closes: #575594 - Swedish (Martin Ågren). Closes: #575635 - Spanish (Francisco Javier Cuadrado). Closes: #575373 -- Obey Arthur Liu Sun, 04 Apr 2010 13:21:42 +0200 virtuoso-opensource (6.1.0+dfsg2-3) unstable; urgency=high * Emergency rollback of the fix for FTBFS on armel from 6.1.0+dfsg2-2 causing database binary format incompatibility, closes: #575173. There should be no data loss. -- Obey Arthur Liu Wed, 24 Mar 2010 02:03:42 +0100 virtuoso-opensource (6.1.0+dfsg2-2) unstable; urgency=medium * Set ODBC registration debconf question for libvirtodbc0 to low priority, defaults to Yes. * Fix FTBFS on kFreeBSD. * Fix FTBFS on armel. Thanks to Sune Vuorela . * Fix FTBFS on s390 by complying with Debian CLI policy, closes: #574018. * Fix lintian errors referring to old-fsf-address. * Added README.source pointing to quilt README. -- Obey Arthur Liu Mon, 15 Mar 2010 14:04:42 +0200 virtuoso-opensource (6.1.0+dfsg2-1) unstable; urgency=low * Initial release (Closes: #508048) * Many thanks to the following people who helped bring this package into existence: Sune Vuorela , Will Daniels and Miriam Ruiz . -- Obey Arthur Liu Mon, 22 Feb 2010 22:42:42 +0100 virtuoso-opensource (6.1.0-0ubuntu4) maverick; urgency=low * Add a dependency on odbcinst to libvirtodbc0. It needs to use it for its postinst script. (LP: #529562) -- Jonathan Thomas Sun, 09 May 2010 08:40:18 -0400 virtuoso-opensource (6.1.1+dfsg1-1) unstable; urgency=medium * New upstream release. * Correctly fix FTBFS on s390 related to SHM (closes: #574018). * Fix FTBFS on alpha due to recent binutils change (closes: 575942). * Fix missing-debian-source-format lintian warning. [Christian Perrier] * Debconf templates and debian/control reviewed by the debian-l10n- english team as part of the Smith review project. Closes: #573404 * [Debconf translation updates] - Czech (Michal Simunek). Closes: #573772 - Russian (Yuri Kozlov). Closes: #573861 - Portuguese (Américo Monteiro). Closes: #573927 - Vietnamese (Clytie Siddall). Closes: #574430 - French (David Prévot). Closes: #575042 - Italian (Vincenzo Campanella). Closes: #575099 - German (Martin Eberhard Schauer). Closes: #575594 - Swedish (Martin Ågren). Closes: #575635 - Spanish (Francisco Javier Cuadrado). Closes: #575373 -- Obey Arthur Liu Sun, 04 Apr 2010 13:21:42 +0200 virtuoso-opensource (6.1.0+dfsg2-3) unstable; urgency=high * Emergency rollback of the fix for FTBFS on armel from 6.1.0+dfsg2-2 causing database binary format incompatibility, closes: #575173. There should be no data loss. -- Obey Arthur Liu Wed, 24 Mar 2010 02:03:42 +0100 virtuoso-opensource (6.1.0+dfsg2-2) unstable; urgency=medium * Set ODBC registration debconf question for libvirtodbc0 to low priority, defaults to Yes. * Fix FTBFS on kFreeBSD. * Fix FTBFS on armel. Thanks to Sune Vuorela . * Fix FTBFS on s390 by complying with Debian CLI policy, closes: #574018. * Fix lintian errors referring to old-fsf-address. * Added README.source pointing to quilt README. -- Obey Arthur Liu Mon, 15 Mar 2010 14:04:42 +0200 virtuoso-opensource (6.1.0+dfsg2-1) unstable; urgency=low * Initial release (Closes: #508048) * Many thanks to the following people who helped bring this package into existence: Sune Vuorela , Will Daniels and Miriam Ruiz . -- Obey Arthur Liu Mon, 22 Feb 2010 22:42:42 +0100 virtuoso-opensource (6.1.0-0ubuntu3) lucid; urgency=low * Remove debian/init.d file which errornously added an init script to virtuoso-nepomuk -- Jonathan Riddell Fri, 19 Feb 2010 07:47:34 +0000 virtuoso-opensource (6.1.0-0ubuntu2) lucid; urgency=low * Change pre-depends into depends in virtuoso-opensource-6.0 -- Jonathan Riddell Thu, 11 Feb 2010 23:08:30 +0000 virtuoso-opensource (6.1.0-0ubuntu1) lucid; urgency=low * New upstream release * Sync with Debian packaging from Git - Add no_do_os_calls.diff patch, don't allow do_os_calls - Install to /usr/lib/virtuoso instead of /usr/bin, not a user binary - virtuoso-t installed to /usr/lib/virtuoso/ * Update build-gmake-to-make.patch * Add package virtuoso-nepomuk to install only the files needed by nepomuk * Remove virtuoso-nepomuk files from virtuoso-opensource-6.0-bin and libvirtodbc0 * Add virtuoso-opensource-6.0-bin.links to link to virtuoso-t from /usr/bin * libvirtodbc0 and virtuoso-opensource-6.0-bin depends on virtuoso-nepomuk * Remove build-dep on libwbxml2-dev -- Jonathan Riddell Fri, 05 Feb 2010 01:22:09 +0000 virtuoso-opensource (5.0.12-0ubuntu3) lucid; urgency=low * Install to /usr/lib/virtuoso instead of /usr/bin, not a user binary * Build with --without-internal-zlib and add debian/patches/external_zlib.diff * Add no_do_os_calls.diff patch, don't allow do_os_calls -- Jonathan Riddell Thu, 28 Jan 2010 20:35:28 +0000 virtuoso-opensource (5.0.12-0ubuntu2) lucid; urgency=low * Update build-sanely.diff to only build the required virtodbc_r driver and not the other drivers -- Jonathan Riddell Mon, 18 Jan 2010 13:48:50 +0000 virtuoso-opensource (5.0.12-0ubuntu1) lucid; urgency=low * Initial release * Remove .jar and .dll files from .orig -- Jonathan Riddell Mon, 04 Jan 2010 16:06:55 +0000 debian/gbp.conf0000644000000000000000000000165612010224774010614 0ustar [DEFAULT] pristine-tar = True filter-pristine-tar = True filter = [ "appsrc/ODS-Gallery/www-root/js/slideshow.js", "debian/*", "binsrc/hibernate/*.jar", "binsrc/jena/*.jar", "binsrc/oat/toolkit/webclip.js", "binsrc/sesame/*.jar", "binsrc/sesame2/*.jar", "binsrc/sesame3/*.jar", "binsrc/tutorial/bin/*.dll", "binsrc/tutorial/hosting/ho_s_2/*.dll", "binsrc/tutorial/hosting/ho_s_3/*.dll", "binsrc/tutorial/hosting/ho_s_4/*.dll", "binsrc/tutorial/hosting/ho_s_5/*.dll", "binsrc/tutorial/hosting/ho_s_10/*.dll", "binsrc/tutorial/hosting/ho_s_11/*.dll", "binsrc/tutorial/hosting/ho_s_12/bin/*.dll", "binsrc/tutorial/hosting/ho_s_14/*.dll", "binsrc/tutorial/hosting/ho_s_15/COM/VirtCOMServer/*.dll", "binsrc/tutorial/hosting/ho_s_15/COM/VirtCOMServer/Debug/*.dll", "binsrc/tutorial/services/so_s_32/*.dll", "binsrc/vsp/soapdemo/*.jar", "docsrc/stylesheets/docbook", "libsrc/JDBCDriverType4/*.jar", "libsrc/util/pcrelib", ] debian/virtuoso-opensource-6.1-bin.install0000644000000000000000000000010612010224747015674 0ustar usr/bin/isql-vt usr/bin/isqlw-vt usr/bin/virt_mail usr/bin/virtuoso-t debian/virtuoso-vad-tutorial.install0000644000000000000000000000006712010224737015062 0ustar usr/share/virtuoso-opensource-6.1/vad/tutorial_dav.vad debian/libvirtodbc0.config0000644000000000000000000000067112010224773012742 0ustar #!/bin/bash set -e . /usr/share/debconf/confmodule if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } if [ -e /usr/bin/odbcinst ]; then db_title "Virtuoso ODBC Setup" # default to true since odbcinst is available db_set libvirtodbc0/register-odbc-driver "true" || true db_input medium libvirtodbc0/register-odbc-driver || true db_go fi exit 0 debian/virtuoso-opensource-6.1.dirs0000644000000000000000000000042312010224770014417 0ustar usr/share/virtuoso-opensource-6.1/ usr/lib/virtuoso-opensource-6.1/ usr/lib/virtuoso-opensource-6.1/hosting/ var/log/virtuoso-opensource-6.1/ var/lib/virtuoso-opensource-6.1/ var/lib/virtuoso-opensource-6.1/db var/lib/virtuoso-opensource-6.1/vsp etc/virtuoso-opensource-6.1/ debian/rules0000755000000000000000000000401012220273760010242 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk DEB_AUTO_UPDATE_ACLOCAL = $(shell dpkg -s automake | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1') DEB_AUTO_UPDATE_AUTOCONF = $(shell dpkg -s autoconf | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1') DEB_AUTO_UPDATE_AUTOMAKE = $(shell dpkg -s automake | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1') DEB_AUTO_UPDATE_LIBTOOL = pre DEB_AUTOMAKE_ARGS += --add-missing -Wno-portability DEB_CONFIGURE_EXTRA_FLAGS = --with-layout=debian \ --program-transform-name='s/isql$$/isql-vt/;s/isqlw/isqlw-vt/' \ --with-readline --without-internal-zlib --with-debug ifeq ($(DEB_BUILD_ARCH),alpha) EXTRA_LDFLAGS += -Wl,--no-relax endif EXTRA_LDFLAGS += $(shell dpkg-buildflags --get LDFLAGS) ifeq (hurd,$(findstring hurd,$(DEB_BUILD_ARCH))) CFLAGS += -D_GNU_SOURCE endif ifeq (kfreebsd,$(findstring kfreebsd,$(DEB_BUILD_ARCH))) CFLAGS += -D_GNU_SOURCE endif DEB_CONFIGURE_SCRIPT_ENV += \ LDFLAGS="-Wl,-z,defs -Wl,--no-undefined -Wl,--as-needed $(EXTRA_LDFLAGS)" \ MONO_DISABLE_SHM=1 \ DEBIANPKG=virtuoso-opensource-6.1 DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp # update-rc.d is manually called in virtuoso-opensource-6.1.postinst # See note there. DEB_DH_INSTALLINIT_ARGS += --noscripts # Disabled for now #DEB_MAKE_INVOKE += -j #.NOTPARALLEL: clean:: debconf-updatepo build/virtuoso-opensource-6.1:: cd debian; find . -name "*.?.xml" -exec docbook2x-man --solinks {} \; cleanbuilddir/virtuoso-opensource-6.1:: rm -f debian/*.1 build/libvirtuoso5.5-cil:: $(MAKE) -C binsrc/VirtuosoClient.Net -f Makefile.mono chmod -x binsrc/VirtuosoClient.Net/OpenLink.Data.Virtuoso.dll cleanbuilddir/libvirtuoso5.5-cil:: $(MAKE) -C binsrc/VirtuosoClient.Net -f Makefile.mono clean binary-install/libvirtuoso5.5-cil:: dh_installcligac binary-predeb/libvirtuoso5.5-cil:: dh_makeclilibs dh_clideps -d get-orig-source: -uscan --download --verbose debian/README.Debian0000644000000000000000000000441312010224760011223 0ustar Debian Readme for OpenLink Virtuoso Open-Source Edition ===================================== 0) Debian packaging notes ---------------------- Are notably not available: * PHP bindings * Java-based bindings (sesame, jena...) * Tutorial binaries 1) Initial setup ------------- Edit /etc/default/virtuoso to make virtuoso run. 2) Accounts -------- A few accounts are pre-defined on first startup: +------+------+--------------------------------------------------------------+ | User | Pass | Usage | +------+------+--------------------------------------------------------------+ | dba | dba | Default Database Administrator account. | | dav | dav | WebDAV Administrator account. | | vad | vad | WebDAV account for internal use in VAD (disabled by default) | | demo | demo | Default demo user for the demo database. | | soap | soap | SQL User for demonstrating SOAP services. | | fori | fori | SQL user account for 'Forums' tutorial in the Demo database. | +------+------+--------------------------------------------------------------+ It is therefore important to change these passwords immediately after the installation. Debconf prompts will permit to change the default password. Otherwise, use the following instructions. The database password can be changed using the Interactive SQL utility (/usr/bin/isql-vt). The ISQL interface will try to login with the default user and password if none are passed as parameters. To change the current user's password, use the following statement: set password Note that the password is an identifier, so take care to use proper quotation. You can also use the graphical Virtuoso Administration Interface to administer Virtuoso database users. The other accounts must have their passwords set in a different way. Either use the GUI in Administration Interface at http://127.0.0.1:8890/conductor/ under "WebDAV Administration / WebDAV services / Users Administrator" or use the SQL statement: update WS.WS.SYS_DAV_USER set U_PASSWORD='' where U_NAME='' -- Obey Arthur Liu Tue, 22 Dec 2009 16:49:42 +0100 debian/virtuoso-opensource-6.1.install0000644000000000000000000000025712010224746015134 0ustar usr/lib/virtuoso-opensource-6.1/hosting/*.so var/lib/virtuoso-opensource-6.1/db/virtuoso.ini usr/share/virtuoso-opensource-6.1/ ../odbc.ini usr/share/virtuoso-opensource-6.1/ debian/virtuoso-vad-sparqldemo.install0000644000000000000000000000007212010224757015364 0ustar usr/share/virtuoso-opensource-6.1/vad/sparql_demo_dav.vad debian/odbc.ini0000644000000000000000000000015512010224766010577 0ustar [VOS] Driver = /usr/lib/odbc/virtodbc.so Description = Virtuoso OpenSource Edition Address = localhost:1111 debian/virtuoso-opensource-6.1.postrm0000644000000000000000000000206212010224744015004 0ustar #!/bin/bash set -e . /usr/share/debconf/confmodule if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } FILE_INI="/etc/virtuoso-opensource-6.1/virtuoso.ini" FILE_ODBC_DSN="/usr/share/virtuoso-opensource-6.1/odbc.ini" invoke-rc.d virtuoso-opensource-6.1 stop || true # /etc/virtuoso-opensource-6.1/virtuoso.ini was a conffile in older # versions of this package dpkg-maintscript-helper rm_conffile \ $FILE_INI '6.1.4+dfsg1-1~' 'virtuoso-opensource-6.1' -- "$@" if [ "$1" == "purge" ]; then # log files can go without warning... rm -rf /var/log/virtuoso-opensource-6.1 # ...but get explicit confirmation before removing databases db_input high virtuoso-opensource-6.1/check-remove-databases || true db_go || true db_get virtuoso-opensource-6.1/check-remove-databases || true if [ "$RET" == "true" ]; then rm -rf /var/lib/virtuoso-opensource-6.1 fi rm -f $FILE_INI rm -f $FILE_ODBC_DSN update-rc.d virtuoso-opensource-6.1 remove >/dev/null || exit $? fi #DEBHELPER# debian/libvirtuoso5.5-cil.links0000644000000000000000000000010012010224740013565 0ustar usr/lib/pkgconfig/virtuoso-5.5.pc usr/lib/pkgconfig/virtuoso.pc debian/compat0000644000000000000000000000000212010224766010364 0ustar 9 debian/virtuoso-opensource-6.1.logrotate0000644000000000000000000000014412010224746015461 0ustar /var/log/virtuoso-opensource-6.1/*.log { rotate 12 weekly missingok compress postrotate endscript } debian/libvirtodbc0.dirs0000644000000000000000000000004412010224743012425 0ustar usr/lib/odbc usr/share/libvirtodbc0 debian/virtuoso-opensource-6.1-common.install0000644000000000000000000000002012010224755016406 0ustar usr/bin/inifile debian/virtuoso-vad-ods.install0000644000000000000000000000006412010224766014003 0ustar usr/share/virtuoso-opensource-6.1/vad/ods_*_dav.vad debian/source/0000755000000000000000000000000012010224774010465 5ustar debian/source/format0000644000000000000000000000001412010224774011673 0ustar 3.0 (quilt) debian/inifile.1.xml0000644000000000000000000001305312010224771011464 0ustar ]> &dhtitle; &dhpackage; &dhfirstname; &dhsurname; Wrote this manpage for the Debian system.
&dhemail;
2009 &dhusername; This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
&dhucpackage; &dhsection; &dhpackage; OpenLink Virtuoso Opensource ini File Editor &dhpackage; &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the 'doc' VAD package. &dhpackage; is the OpenLink Virtuoso server OPTIONS A summary of options is included below. For a complete description, see the 'doc' VAD package. use this ini file create the ini file if it does not exist (default) do not create the ini file if it does not exist name of the section name of the key the value you want to write FILES /etc/virtuoso/virtuoso.ini The configuration file to control the behaviour of the main instance of &dhpackage;. SEE ALSO The programs are documented fully by the 'doc' VAD package.
debian/virtuoso-vad-facetedbrowser.install0000644000000000000000000000006212010224741016204 0ustar usr/share/virtuoso-opensource-6.1/vad/fct_dav.vad debian/virtuoso-opensource-6.1-common.manpages0000644000000000000000000000004212010224745016536 0ustar debian/INIFILE.1 debian/inifile.1 debian/virtuoso-opensource-6.1.postinst0000644000000000000000000001354712010224744015355 0ustar #!/bin/bash set -e . /usr/share/debconf/confmodule if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } FILE_INI="/etc/virtuoso-opensource-6.1/virtuoso.ini" FILE_ODBC_DSN="/usr/share/virtuoso-opensource-6.1/odbc.ini" # /etc/virtuoso-opensource-6.1/virtuoso.ini was a conffile in older # versions of this package dpkg-maintscript-helper rm_conffile \ $FILE_INI '6.1.4+dfsg1-1~' 'virtuoso-opensource-6.1' -- "$@" # restore the virtuoso.ini backup in order to keep user changes if [ -f $FILE_INI.dpkg-bak ]; then mv $FILE_INI.dpkg-bak $FILE_INI fi # import existing defaults if we have them (to check run state) if [ -f /etc/default/virtuoso-opensource-6.1 ] ; then . /etc/default/virtuoso-opensource-6.1 fi # create ini file if it doesn't exit if [ ! -f $FILE_INI ]; then cp /usr/share/virtuoso-opensource-6.1/virtuoso.ini $FILE_INI fi # are we changing the web server port? db_get virtuoso-opensource-6.1/db-server-port && DB_PORT="$RET" if DB_PORT=$(printf "%d" $DB_PORT 2> /dev/null); then inifile +inifile $FILE_INI +section Parameters \ +key ServerPort +value $DB_PORT || true fi # are we changing the database server port? db_get virtuoso-opensource-6.1/http-server-port && HTTP_PORT="$RET" if HTTP_PORT=$(printf "%d" $HTTP_PORT 2> /dev/null); then inifile +inifile $FILE_INI +section HTTPServer \ +key ServerPort +value $HTTP_PORT || true fi # update the list of potential default servers db_metaget virtuoso-opensource/primary-server owners && OWNERS="$RET" db_metaget virtuoso-opensource/primary-server choices && CHOICES="$RET" if [ "$OWNERS" != "$CHOICES" ]; then db_subst virtuoso-opensource/primary-server choices $OWNERS db_fset virtuoso-opensource/primary-server seen false fi # if there's more than one option then prompt user to choose if [ "$CHOICES" != "virtuoso-opensource-6.1" ]; then db_input medium virtuoso-opensource/primary-server || true db_go || true fi # there doesn't seem to be a way to set the log file path globally or # in configure so this will have to suffice for now: INI_LOG_FILE="inifile +inifile $FILE_INI +section Database +key ErrorLogFile" # if we have a default relative filename here then move under /var/log LOG_FILE="$($INI_LOG_FILE)" if [ "$LOG_FILE" == "virtuoso.log" ]; then $INI_LOG_FILE +value /var/log/virtuoso-opensource-6.1/$LOG_FILE || true fi INI_VSP_ROOT="inifile +inifile $FILE_INI +section HTTPServer +key ServerRoot" INI_PLUGINS="inifile +inifile $FILE_INI +section Plugins +key LoadPath" INI_DSN_SERVER="inifile +inifile $FILE_ODBC_DSN +section VOS +key Address" # relocate libs etc. under the private versioned package dir $INI_VSP_ROOT +value /var/lib/virtuoso-opensource-6.1/vsp || true $INI_PLUGINS +value /usr/lib/virtuoso-opensource-6.1/hosting || true # we need to start the service to change the passwords so the # debhelper code gets dumped and we'll do it here instead... if [ -x "/etc/init.d/virtuoso-opensource-6.1" ]; then update-rc.d virtuoso-opensource-6.1 defaults > /dev/null invoke-rc.d virtuoso-opensource-6.1 start ignoredefault && VT_EXIT=$? fi # get the new admin password db_get virtuoso-opensource-6.1/dba-password && DBA_PW="$RET" # clear password from debconf db db_set virtuoso-opensource-6.1/dba-password "" db_set virtuoso-opensource-6.1/dba-password-again "" # Forget +pwdold dba +pwdba $DBA_PW +pwddav $DBA_PW (does work but # always exits 101 EVEN IF THE PASSWORD WAS NOT CHANGED) # So we're going to change the passwords via isql: SQL_DBAPW="EXEC=SET PASSWORD dba $DBA_PW;" SQL_DAVPW="EXEC=UPDATE SYS_USERS SET U_PASSWORD='$DBA_PW' WHERE U_NAME='dav';" # There seems to be a bug in 5.0.11 where the password change is lost # with an error on the Roll Forward (SQL Error: 22023 : SR005) if we # don't push it to the db before shutting down the server. SQL_CHECKPOINT="EXEC=checkpoint;" # if we have a new password, change it... if [ $VT_EXIT ] && [ -n "$DBA_PW" ]; then # first see if we can change the dba password: if isql-vt $DB_PORT dba dba "$SQL_DBAPW" &> /dev/null; then # now change the DAV admin password also: if isql-vt $DB_PORT dba $DBA_PW "$SQL_DAVPW" &> /dev/null; then # the new password works, so everything seems to be ok! isql-vt $DB_PORT dba $DBA_PW "$SQL_CHECKPOINT" &> /dev/null || true # register this default instance as a DSN then we're done here db_get virtuoso-opensource-6.1/register-odbc-dsn || true if [ "$RET" = "true" ]; then $INI_DSN_SERVER +value "localhost:$DB_PORT" || true odbcinst -i -s -l -f $FILE_ODBC_DSN 1>&2 || true fi else # the password was not changed for some reason db_input critical virtuoso-opensource-6.1/error-setting-password || true fi else # error connecting to server or non-default password db_input critical virtuoso-opensource-6.1/error-setting-password || true fi # default install process (i.e. no new admin password was given)... else if [ $VT_EXIT ]; then # let's check to see if the password is actually default # (could be manual reconfigure or re-install after changing it) if isql-vt $DB_PORT dba dba -K &> /dev/null; then # it's a default pw so make sure the daemon is disabled sed "s/RUN=yes/RUN=no/" -i /etc/default/virtuoso-opensource-6.1 echo "Warning: The current Virtuoso database uses default passwords." echo "The Virtuoso daemon has been disabled for security reasons." echo "You can reconfigure the package to change these passwords." db_input high virtuoso-opensource-6.1/note-disabled || true fi else # couldn't even start the daemon, something's broken! db_input critical virtuoso-opensource-6.1/error-setting-password || true fi fi # Stop the server if it was force-started if [ "x$RUN" == "xno" -a -x "/etc/init.d/virtuoso-opensource-6.1" ]; then invoke-rc.d virtuoso-opensource-6.1 stop ignoredefault && VT_EXIT=$? fi db_go || true db_stop && exit # dh tag retained to prevent warnings only: #DEBHELPER# debian/virt_mail.1.xml0000644000000000000000000001335512010224772012041 0ustar ]> &dhtitle; &dhpackage; &dhfirstname; &dhsurname; Wrote this manpage for the Debian system.
&dhemail;
2009 &dhusername; This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
&dhucpackage; &dhsection; &dhpackage; OpenLink Virtuoso Opensource Mail Interface &dhpackage; &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the 'doc' VAD package. &dhpackage; is the OpenLink Virtuoso Mail Interface OPTIONS A summary of options is included below. For a complete description, see the 'doc' VAD package. configuration file to use local recipient (for sendmail mode only) local host/domain (for sendmail mode only) envelope sender (for sendmail mode only) mailer in use debug mode outputs help FILES /etc/virtuoso/virtuoso.ini The configuration file to control the behaviour of the main instance of &dhpackage;. SEE ALSO The programs are documented fully by the 'doc' VAD package.
debian/virtuoso-vad-doc.install0000644000000000000000000000006212010224757013761 0ustar usr/share/virtuoso-opensource-6.1/vad/doc_dav.vad debian/virtuoso-opensource-6.1.prerm0000644000000000000000000000177212010224772014615 0ustar #!/bin/bash set -e . /usr/share/debconf/confmodule if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } db_get virtuoso-opensource-6.1/register-odbc-dsn || true if [ "$RET" = "true" ]; then odbcinst -u -s -l -n VOS || true fi # removing from list of owners of this question removes us from it's choices db_unregister virtuoso-opensource/primary-server # now check to see if we were the current default vos-server # (if so we need to delete the broken links) if db_get virtuoso-opensource/primary-server; then db_metaget virtuoso-opensource/primary-server owners db_subst virtuoso-opensource/primary-server choices $RET db_metaget virtuoso-opensource/primary-server value if [ "virtuoso-opensource-6.1" = "$RET" ] ; then # prompt the user for a new choice db_fset virtuoso-opensource/primary-server seen false db_input medium virtuoso-opensource/primary-server || true db_go || true fi fi #DEBHELPER# debian/virtuoso-opensource-6.1.init0000644000000000000000000002272612010224737014436 0ustar #!/bin/sh # # Example init.d script with LSB support. # # Please read this init.d carefully and modify the sections to # adjust it to the program you want to run. # # Copyright (c) 2007 Javier Fernandez-Sanguino # # This is free software; you may redistribute it and/or modify # it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2, # or (at your option) any later version. # # This is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License with # the Debian operating system, in /usr/share/common-licenses/GPL; if # not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA # ### BEGIN INIT INFO # Provides: virtuoso-opensource-6.1 # Required-Start: $network $local_fs $remote_fs # Required-Stop: $remote_fs # Should-Start: $named # Should-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Virtuoso OpenSource Edition # Description: This file should be used to start/stop the virtuoso-t # daemon for the default installed database. ### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/bin/virtuoso-t NAME=virtuoso-opensource-6.1 SHORTNAME=virtuoso DESC="Virtuoso OpenSource Edition 6.1" DBPATH=/var/lib/virtuoso-opensource-6.1/db LOGDIR=/var/log/virtuoso-opensource-6.1 # Log directory to use PIDFILE=/var/run/$NAME.pid test -x $DAEMON || exit 0 . /lib/lsb/init-functions # Default options, these can be overriden by the information # at /etc/default/$NAME DAEMON_OPTS="" # Additional options given to the server DIETIME=60 # Time to wait for the server to die, in seconds # If this value is set too low you might not # let some servers to die gracefully and # 'restart' will not work STARTTIME=1 # Time to wait for the server to start, in seconds # If this value is set each time the server is # started (on start or restart) the script will # stall to try to determine if it is running # If it is not set and the server takes time # to setup a pid file the log message might # be a false positive (says it did not start # when it actually did) LOGFILE=$LOGDIR/$NAME.log # Server logfile # DAEMONUSER=$NAME # Users to run the daemons as. If this value # is set start-stop-daemon will chuid the server # Include defaults if available if [ -f /etc/default/$NAME ] ; then . /etc/default/$NAME fi # Use this if you want the user to explicitly set 'RUN' in # /etc/default/ if [ "x$RUN" != "xyes" -a "x$2" != "xignoredefault" ] ; then log_failure_msg "$NAME disabled, /etc/default/$NAME." exit 0 fi # Check that the user exists (if we set a user) # Does the user exist? if [ -n "$DAEMONUSER" ] ; then if getent passwd | grep -q "^$DAEMONUSER:"; then # Obtain the uid and gid DAEMONUID=`getent passwd |grep "^$DAEMONUSER:" | awk -F : '{print $3}'` DAEMONGID=`getent passwd |grep "^$DAEMONUSER:" | awk -F : '{print $4}'` else log_failure_msg "The user $DAEMONUSER, required to run $NAME does not exist." exit 1 fi fi set -e running_pid() { # Check if a given process pid's cmdline matches a given name pid=$1 name=$2 [ -z "$pid" ] && return 1 [ ! -d /proc/$pid ] && return 1 cmd=`cat /proc/$pid/cmdline | tr "\000" "\n"|head -n 1 |cut -d : -f 1` # Is this the expected server [ "$cmd" != "$name" ] && return 1 return 0 } running() { # Check if the process is running looking at /proc # (works for all users) # No pidfile, probably no daemon present [ ! -f "$PIDFILE" ] && return 1 pid=`cat $PIDFILE` running_pid $pid $DAEMON || return 1 return 0 } start_server() { # Start the process using the wrapper if [ -z "$DAEMONUSER" ] ; then start-stop-daemon --start --quiet \ --user `id -un` \ --chdir $DBPATH --exec $DAEMON \ -- $DAEMON_OPTS errcode=$? else # if we are using a daemonuser then change the user id start-stop-daemon --start --quiet \ --user $DAEMONUSER --chuid $DAEMONUSER \ --chdir $DBPATH --exec $DAEMON \ -- $DAEMON_OPTS errcode=$? fi # Write the pid file using the process id from virtuoso.lck sed 's/VIRT_PID=//' $DBPATH/$SHORTNAME.lck > $PIDFILE return $errcode } stop_server() { # Stop the process using the wrapper if [ -z "$DAEMONUSER" ] ; then killproc -p $PIDFILE $DAEMON -INT errcode=$? else # if we are using a daemonuser then look for process that match start-stop-daemon --stop --quiet --pidfile $PIDFILE \ --user $DAEMONUSER \ --exec $DAEMON errcode=$? fi rm -f $PIDFILE return $errcode } reload_server() { [ ! -f "$PIDFILE" ] && return 1 pid=pidofproc $PIDFILE # This is the daemon's pid # Send a SIGHUP kill -1 $pid return $? } force_stop() { # Force the process to die killing it manually [ ! -e "$PIDFILE" ] && return if running ; then kill -15 $pid # Is it really dead? sleep "$DIETIME"s if running ; then kill -9 $pid sleep "$DIETIME"s if running ; then echo "Cannot kill $NAME (pid=$pid)!" exit 1 fi fi fi rm -f $PIDFILE } case "$1" in start) log_daemon_msg "Starting $DESC " "$NAME" # Check if it's running first if running ; then log_progress_msg "apparently already running" log_end_msg 0 exit 0 fi if start_server ; then # NOTE: Some servers might die some time after they start, # this code will detect this issue if STARTTIME is set # to a reasonable value [ -n "$STARTTIME" ] && sleep $STARTTIME # Wait some time if running ; then # It's ok, the server started and is running log_end_msg 0 else # It is not running after we did start log_end_msg 1 fi else # Either we could not start it log_end_msg 1 fi ;; stop) log_daemon_msg "Stopping $DESC" "$NAME" if running ; then # Only stop the server if we see it running errcode=0 stop_server || errcode=$? log_end_msg $errcode else # If it's not running don't do anything log_progress_msg "apparently not running" log_end_msg 0 exit 0 fi ;; force-stop) # First try to stop gracefully the program $0 stop if running; then # If it's still running try to kill it more forcefully log_daemon_msg "Stopping (force) $DESC" "$NAME" errcode=0 force_stop || errcode=$? log_end_msg $errcode fi ;; restart|force-reload) log_daemon_msg "Restarting $DESC" "$NAME" errcode=0 stop_server || errcode=$? # Wait some sensible amount, some server need this [ -n "$DIETIME" ] && sleep $DIETIME start_server || errcode=$? [ -n "$STARTTIME" ] && sleep $STARTTIME running || errcode=$? log_end_msg $errcode ;; status) log_daemon_msg "Checking status of $DESC" "$NAME" if running ; then log_progress_msg "running" log_end_msg 0 else log_progress_msg "apparently not running" log_end_msg 1 exit 1 fi ;; # Use this if the daemon cannot reload reload) log_warning_msg "Reloading $NAME daemon: not implemented, as the daemon" log_warning_msg "cannot re-read the config file (use restart)." ;; # And this if it cann #reload) # # If the daemon can reload its config files on the fly # for example by sending it SIGHUP, do it here. # # If the daemon responds to changes in its config file # directly anyway, make this a do-nothing entry. # # log_daemon_msg "Reloading $DESC configuration files" "$NAME" # if running ; then # reload_server # if ! running ; then # Process died after we tried to reload # log_progress_msg "died on reload" # log_end_msg 1 # exit 1 # fi # else # log_progress_msg "server is not running" # log_end_msg 1 # exit 1 # fi #;; *) N=/etc/init.d/$NAME echo "Usage: $N {start|stop|force-stop|restart|force-reload|status}" >&2 exit 1 ;; esac exit 0 debian/libvirtodbc0.templates0000644000000000000000000000125212010224760013463 0ustar # These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # debian-l10n-english@lists.debian.org for advice. # # Even minor modifications require translation updates and such # changes should be coordinated with translators and reviewers. Template: libvirtodbc0/register-odbc-driver Type: boolean Default: false _Description: Register the Virtuoso ODBC driver? An ODBC manager (unixodbc or iODBC) is already installed on this system. . The Virtuoso ODBC driver can be automatically added to the list of available ODBC drivers (and automatically deleted from the list when this package is removed). debian/README.source0000644000000000000000000000344712010224756011354 0ustar The upstream tarball has been repacked, the following files and directories were removed: * binsrc/oat/toolkit/webclip.js This file was removed by the previous package maintainer, probably because of license issues. The file is licensed under cc-by-sa which doesn't seem very appropiate for code, repack-oat.patch fixes virtuoso to make it work without this file. Just for the record, this was the license header of webclip.js: /* Copyright 2006 Microsoft Corporation. Microsoft's copyrights in this work are licensed under the Creative Commons */ /* Attribution-ShareAlike 2.5 License. To view a copy of this license visit http://creativecommons.org/licenses/by-sa/2.5 */ * Prebuilt *.jar files. * Prebuilt *.dll files. repack-tutorial.patch creates some empty *.dll files to fool the buildsystem, otherwise the package won't build. * libsrc/zlib/* except contrib/minizip/ and contrib/README.contrib This is a convenience copy of zlib, we are avoiding to use it passing --without-internal-zlib to the configure script. Also repack-zlib.patch fixes the zlib related code to work without the convenience copy. The reason to not remove minizip is that at least a header is #include'd in virtuoso's source code. * libsrc/util/pcrelib/ Convenience copy of libpcre, repack-pcre.patch fixes the libpcre related code in order to make virtuoso work without this convenience copy. * docsrc/stylesheets/docbook/ Convenience copy of docbook-xsl. No further changes were made to get this removal working. * debian/ It's not neccesary to remove this directory when using the source package format 3.0 (quilt), but since we are repacking anyway to remove the above files/directories I have also removed this one, just for convenience. debian/isql-vt.1.xml0000644000000000000000000001315312010224757011451 0ustar ]> &dhtitle; &dhpackage; &dhfirstname; &dhsurname; Wrote this manpage for the Debian system.
&dhemail;
2009 &dhusername; This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
&dhucpackage; &dhsection; &dhpackage; OpenLink Virtuoso Opensource SQL Interface &dhpackagealt; OpenLink Virtuoso Opensource SQL Interface (Unicode) &dhpackage; file1 file2 ... &dhpackage; &dhpackage; -? DESCRIPTION This manual page documents briefly the &dhpackage; command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the 'doc' VAD package. &dhpackage; is the OpenLink Virtuoso Interactive SQL Interface OPTIONS A summary of options is included below. For a complete description, see the 'doc' VAD package. outputs help FILES /etc/virtuoso/virtuoso.ini The configuration file to control the behaviour of the main instance of &dhpackage;. SEE ALSO The programs are documented fully by the 'doc' VAD package.
debian/docs0000644000000000000000000000006212010224756010036 0ustar NEWS README debian/TODO.Debian debian/NEWS.Debian debian/not-installed0000644000000000000000000000377412010224756011700 0ustar # Actually installed in /etc/virtuoso-opensource-6.1 ./var/lib/virtuoso-opensource-6.1/db/virtuoso.ini #Do not install *.a *.la files ./usr/lib/libvirtuoso-t.a ./usr/lib/libvirtuoso-t.la ./usr/lib/virtodbc.a ./usr/lib/virtodbc.la ./usr/lib/virtodbc_r.a ./usr/lib/virtodbc_r.la ./usr/lib/virtodbcu.a ./usr/lib/virtodbcu.la ./usr/lib/virtodbcu_r.a ./usr/lib/virtodbcu_r.la ./usr/lib/virtuoso-opensource-6.1/hosting/creolewiki.a ./usr/lib/virtuoso-opensource-6.1/hosting/creolewiki.la ./usr/lib/virtuoso-opensource-6.1/hosting/im.a ./usr/lib/virtuoso-opensource-6.1/hosting/im.la ./usr/lib/virtuoso-opensource-6.1/hosting/mediawiki.a ./usr/lib/virtuoso-opensource-6.1/hosting/mediawiki.la ./usr/lib/virtuoso-opensource-6.1/hosting/wbxml2.a ./usr/lib/virtuoso-opensource-6.1/hosting/wbxml2.la ./usr/lib/virtuoso-opensource-6.1/hosting/wikiv.a ./usr/lib/virtuoso-opensource-6.1/hosting/wikiv.la #Do not install -dev symlinks ./usr/lib/virtodbc_r.so ./usr/lib/virtodbc.so ./usr/lib/virtodbcu_r.so ./usr/lib/virtodbcu.so #Do not install sesame stuff ./usr/lib/sesame/create-virtuoso.xsl ./usr/lib/sesame/create.xsl ./usr/share/doc/virtuoso-opensource-6.1/README.sesame2 ./usr/share/doc/virtuoso-opensource-6.1/README.sesame3 #Do not install license information ./usr/share/doc/virtuoso-opensource-6.1/COPYING ./usr/share/doc/virtuoso-opensource-6.1/CREDITS ./usr/share/doc/virtuoso-opensource-6.1/LICENSE #Do not install misc uneccesary docs ./usr/share/doc/virtuoso-opensource-6.1/INSTALL ./usr/share/doc/virtuoso-opensource-6.1/README.CVS ./usr/share/doc/virtuoso-opensource-6.1/README.GIT ./usr/share/doc/virtuoso-opensource-6.1/README.hibernate ./usr/share/doc/virtuoso-opensource-6.1/README.jena ./usr/share/doc/virtuoso-opensource-6.1/README.jsse ./usr/share/doc/virtuoso-opensource-6.1/README.php5 ./usr/share/doc/virtuoso-opensource-6.1/README.WINDOWS #Already installed by dh_installdocs ./usr/share/doc/virtuoso-opensource-6.1/NEWS ./usr/share/doc/virtuoso-opensource-6.1/README ./usr/share/doc/virtuoso-opensource-6.1/README.UPGRADE