Download and Install biggersql version 1.3.8 on Mac OS X
Friday the 25th of July, 2008

    biggersql  most recent diff


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



      # $Id: Portfile 27799 2007-08-14 14:17:53Z nox macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: BiggerSQL
      Version: 1.3.8
      Category: aqua databases
      Maintainers: nomaintainer
      Description: SQL front-end to the postgresql DBMS

      Long Description: BiggerSQL is a tool that (like psql) allows you to execute SQL on a PostgreSQL server. Type text into the top pane, see if it is successful in the middle pane, and see the results of a query in the table at the bottom. Using tool tips, you can see the type of the result -- just let your cursor linger over the column. BiggerSQL builds on BigSQL.

      Homepage: http://homepage.mac.com/levanj/Cocoa/
      master_sites ${homepage}programs/
      extract.suffix .tgz

      checksums md5 3efd182ff810d6bceae5b2486bd25c85 sha1 3a8cee4e4009bff0c8c2a7a19b4815f61b780c04 rmd160 9d6a68dae8ae7f5f92abb8f5cce086e35bd28b26

      worksrcdir ${name}

      set pgglob [glob -directory ${prefix}/lib -nocomplain -tails postgresql*]
      if {[llength ${pgglob}]} {
      set postgresql [lindex ${pgglob} end]
      } else {
      set postgresql postgresql82
      }

      set pglibdir ${prefix}/lib/${postgresql}
      depends_lib path:${pglibdir}:${postgresql}

      post-patch {
      foreach {subdir} {include lib} {
      reinplace "s|/usr/local/pgsql/${subdir}|${prefix}/${subdir}/${postgresql}|" ${worksrcpath}/${name}.xcode/project.pbxproj
      }
      }

      universal_variant no

      livecheck.check regex
      livecheck.url ${homepage}
      livecheck.regex "${name} v(\\d+(?:(\\.\\d+)*))"


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

     Where to find more information:

    Darwin Ports



    image test