Download and Install sqlite3 version 3.5.9 on Mac OS X
Saturday the 19th of July, 2008

    sqlite3  most recent diff


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



      # $Id: Portfile 36797 2008-05-14 22:31:32Z mww macports.org $

      PortSystem 1.0

      Name: sqlite3
      Version: 3.5.9
      Category: databases
      Platform: darwin
      Maintainers: mww
      Description: an embedded SQL database engine
      Long Description: SQLite3 is an SQL database engine in a C library. Programs that link the SQLite3 library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite3) that can be used to administer an SQLite3 database and which serves as an example of how to use the SQLite3 library.

      Homepage: http://www.sqlite.org/
      master_sites ${homepage}
      distname sqlite-${version}
      dist_subdir ${name}/${version}
      checksums sha1 8d81fb4ff606095734e721e3cf00bc9d3859a055

      depends_build port:gawk port:gmake
      depends_lib port:readline

      # '-lm' makes freebsd happy & darwin not angry (and makes variants unnecessary)
      configure.args --enable-threadsafe --disable-tcl --with-readline-inc="-I${prefix}/include" --with-readline-lib="-L${prefix}/lib -lreadline -lm"
      configure.awk "${prefix}/bin/gawk"

      use_parallel_build yes
      build.type gnu

      test.run yes
      test.target test

      livecheck.check regex
      livecheck.url http://www.sqlite.org/download.html
      livecheck.regex sqlite-(\[0-9\\.\]+\[0-9\])\\.

      post-destroot {
      xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1
      }


    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/sqlite3
      % sudo port install sqlite3
      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 sqlite3
      ---> Verifying checksum for sqlite3
      ---> Extracting sqlite3
      ---> Configuring sqlite3
      ---> Building sqlite3 with target all
      ---> Staging sqlite3 into destroot
      ---> Installing sqlite3
    - 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 sqlite3 with these commands:
      %  man sqlite3
      % apropos sqlite3
      % which sqlite3
      % locate sqlite3

     Where to find more information:

    Darwin Ports



    image test