Tclsqlite2 version 2.8.17 - How to Download and Install on Mac OS X
Friday the 12th of March, 2010

    tclsqlite2  most recent diff


    version 2.8.17

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


      The tclsqlite2 Portfile 30224 2007-10-22 22:49:14Z jmpp macports.org $

      PortSystem 1.0
      Name: tclsqlite2
      Version: 2.8.17
      Category: devel databases tcl
      Platform: darwin
      Maintainers: nomaintainer
      Description: TCL bindings for the SQLite embedded database engine
      Long Description: TCL bindings for the SQLite embedded database engine. This port contains bindings for sqlite 2.x.
      Homepage: http://www.sqlite.org/
      Master Sites: ${homepage}
      Checksums: sha1 42e426dab768a908f4e622ac65006732da4c615c
      distname sqlite
      dist_subdir sqlite2
      worksrcdir ${distname}
      configure.args --disable-shared
      depends_lib port:sqlite2
      build.args PREFIX=${prefix}
      destroot.args PREFIX=${prefix}
      post-configure {
      system "cp ${filespath}/Makefile ${worksrcpath}/Makefile"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.