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

    version 1.24

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


      The shsql Portfile 30223 2007-10-22 22:46:02Z jmpp macports.org $

      PortSystem 1.0

      Name: shsql
      Version: 1.24
      Category: databases textproc
      Platform: darwin
      Maintainers: nomaintainer
      Description: standalone SQL database that stores data in ascii text files
      Long Description: SHSQL is a standalone SQL database that stores data in ascii text files. It has a small memory footprint and code size and can be embedded directly into applications - there is no server process. SHSQL is a pared-down SQL implementation but retains useful features such as timeout record locking and search engine comparison operators. A shsql database can be updated via SQL, or by editing data files with a text editor. Applications link to the supplied "C" language API. There is also a command-line SQL utility.

      Homepage: http://quisp.sourceforge.net/sqlman/html/shsql_home.html
      Master Sites: http://quisp.sourceforge.net/download/
      distname quisp124
      Checksums: md5 5c33bcf801b26b74b9d17275e931c79a

      use_configure no

      build.dir ${worksrcpath}/sqlsrc
      build.target

      destroot {
      xinstall -m 755 ${worksrcpath}/bin/newproject.sh ${destroot}${prefix}/bin/create_shsqldb
      xinstall -m 755 -W ${worksrcpath}/bin buildix catofs dataedit dbcat shsql shsql_alter shsql_create shsql_fldsel shsql_join tabdef tabmaint tabo ${destroot}${prefix}/bin
      xinstall -m 644 ${worksrcpath}/lib/libshsql.a ${destroot}${prefix}/lib
      xinstall -m 644 -W ${worksrcpath}/sqlman/manshsql dataedit.1 dbcat.1 shsql.1 tabdef.1 tabmaint.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/shsql
      % sudo port install shsql
      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 shsql
      ---> Verifying checksum for shsql
      ---> Extracting shsql
      ---> Configuring shsql
      ---> Building shsql with target all
      ---> Staging shsql into destroot
      ---> Installing shsql
    - 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 shsql with these commands:
      %  man shsql
      % apropos shsql
      % which shsql
      % locate shsql

     Where to find more information:

    Darwin Ports



    Lightbox this page.