Sqlitewrapped version 1.3.1 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    sqlitewrapped  most recent diff


    version 1.3.1

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The sqlitewrapped Portfile 57463 2009-09-11 12:01:10Z snc macports.org $

      PortSystem 1.0

      Name: sqlitewrapped
      Version: 1.3.1
      Category: databases devel
      Platform: darwin

      Maintainers: uwe-arzt.de:mail

      Description: a C++ wrapper for the Sqlite database C API
      Long Description: This is a C++ wrapper for the Sqlite database C application programming interface. The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe.

      Homepage: http://www.alhem.net/project/sqlite/index.html

      Master Sites: http://www.alhem.net/project/sqlite
      Checksums: md5 a6709476d04dd89acb2b16332e4fdf37 sha1 d95614429d2397477445013ed3c0b3e1947ee883

      # build without the SysLog feature at the moment, if there are requests add variant
      Patch Files: patch-Makefile.diff

      depends_build port:sqlite3

      use_configure no

      destroot {
      xinstall libsqlitewrapped.a ${destroot}${prefix}/lib
      xinstall libsqlitewrapped.h ${destroot}${prefix}/include
      }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.