Javasqlite version 20060714 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    javasqlite  most recent diff


    version 20060714

      View the most recent changes for the javasqlite port at: javasqlite.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for javasqlite.
      The raw portfile for javasqlite 20060714 is located here:
      http://javasqlite.darwinports.com/dports/java/javasqlite/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/javasqlite


      The javasqlite Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: javasqlite
      Version: 20060714
      Category: java databases
      Platform: darwin

      Maintainers: kallisys.net:pguyot
      Description: Java wrapper for sqlite
      Long Description: Java wrapper including a basic JDBC driver for the SQLite 2/3 database engine. It is designed using JNI to interface to the SQLite API.
      Homepage: http://www.ch-werner.de/javasqlite/
      Master Sites: ${homepage}
      Checksums: md5 ac9b2a256a657b2717659acea7f2e41a sha1 f9d74f6c891b27713ecaa1444b4bee1bb6841cf0 rmd160 725b2455208ca40b9c0edd9769431c637f0b8d3b
      Patch Files: patch-configure patch-Makefile.in

      depends_lib port:sqlite2 port:sqlite3

      configure.args-append --with-jardir=${prefix}/share/java/ --with-sqlite=${prefix} --with-sqlite3=${prefix}

      test.run yes
      post-test {
      # This test function could be improved. We probably want a diff method
      # in base/
      system "cd ${worksrcpath} && java test > ${worksrcpath}/test.output 2>&1"
      system "exit `diff ${filespath}/test.output ${worksrcpath}/test.output | wc -l`"
      }

      platform darwin {
      patchfiles-append patch-Makefile.in-jnilib
      }

      livecheck.url http://www.ch-werner.de/javasqlite/overview-summary.html
      livecheck.type regexm
      livecheck.regex {

      \s+SQLite Java Wrapper/JDBC Driver\s+
      \s+(.*)\s+\s+

      }
      livecheck.version 2006-07-14

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/javasqlite
      % sudo port install javasqlite
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching javasqlite
      ---> Verifying checksum for javasqlite
      ---> Extracting javasqlite
      ---> Configuring javasqlite
      ---> Building javasqlite with target all
      ---> Staging javasqlite into destroot
      ---> Installing javasqlite
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using javasqlite with these commands:
      %  man javasqlite
      % apropos javasqlite
      % which javasqlite
      % locate javasqlite

     Where to find more information:

    Darwin Ports



    Lightbox this page.