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

    bigsql  most recent diff


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



      # $Id: Portfile 36960 2008-05-21 11:01:57Z jmr macports.org $

      PortSystem 1.0

      Name: BigSQL
      Version: 1.0
      Category: aqua databases
      Maintainers: nomaintainer
      Platform: darwin
      Description: postgresql psql-like client in cocoa
      Long Description: BigSQL is a PostgreSQL client (not unlike psql). It enables the user to send SQL to a server and display the result. Written in Cocoa, it is quite pretty.

      Homepage: http://www.bignerdranch.com/applications.shtml
      master_sites http://www.bignerdranch.com/source/
      distname ${name}src
      extract.suffix .tgz
      checksums md5 687748bc5bf54ea2af6b1af63ff52772
      patchfiles patch-project.pbxproj.diff

      depends_lib lib:pq:postgresql83

      set worksrcpath ${workpath}/${name}

      configure { reinplace "s|DPORTSPREFIX|${prefix}|g" ${worksrcpath}/BigSQL.pbproj/project.pbxproj }

      build.dir ${worksrcpath}
      build.type pbx
      build.target -buildstyle Deployment

      set xcodebuilddir build
      platform darwin 8 {
      if {$xcodeversion == "2.1"} {
      set xcodebuilddir build/Deployment
      }
      }

      destroot { system "install -m 755 -d ${destroot}/Applications/MacPorts && ditto -rsrcFork ${worksrcpath}/${xcodebuilddir}/BigSQL.app ${destroot}/Applications/MacPorts/BigSQL.app && install -m 755 -d ${destroot}${prefix}/share/doc/${name} && install -m 644 ${worksrcpath}/README.txt ${destroot}${prefix}/share/doc/${name}" }
      destroot.target


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

     Where to find more information:

    Darwin Ports



    image test