Download and Install py-gadfly version 1.0.0 on Mac OS X
Friday the 5th of September, 2008

    py-gadfly  most recent diff


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



      # $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-gadfly
      Version: 1.0.0
      revision 1
      Category: python databases
      Platform: darwin
      Maintainers: nomaintainer
      Description: Simple relational SQL database system implemented in Python
      Long Description: Gadfly is a simple relational database system implemented in Python based on the SQL Structured Query Language.

      Homepage: http://gadfly.sourceforge.net/
      master_sites sourceforge:gadfly
      distname gadfly-${version}
      checksums md5 8dc11575e4d8042058f6ad11b32a8641

      depends_lib-append port:py-kjbuckets

      post-destroot {
      xinstall -m 644 -W ${worksrcpath}/doc announcement.txt faq.txt gadfly.txt gfplus.txt index.txt installation.txt kjbuckets.txt kwParsing.txt network.txt recover.txt sql.txt structure.txt ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} CHANGES.txt COPYRIGHT.txt README.txt TODO.txt ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    image test