Download and Install py-flatdb version 1.0.2 on Mac OS X
Sunday the 12th of October, 2008

    py-flatdb  most recent diff


    version 1.0.2

      View the most recent changes for the py-flatdb port at: py-flatdb.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-flatdb.
      The raw portfile for py-flatdb 1.0.2 is located here:
      http://py-flatdb.darwinports.com/dports/python/py-flatdb/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-flatdb
      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-flatdb
      Version: 1.0.2
      revision 1
      Category: python databases textproc
      Platform: darwin freebsd
      Maintainers: nomaintainer
      Description: flatfile database module for python
      Long Description: FlatDB is a python flatfile database module. Use it to create and modify flat file (ASCII text) databases. The (non-SQL) API supports table creation, table deletion, inserts, updates, deletes, and search queries with where clauses.

      Homepage: http://www.swoogan.com/flatdb.html
      master_sites http://www.swoogan.com/downloads/flatdb/
      distname FlatDB-${version}
      checksums md5 72162363362fad2de2750c47969966fe

      post-destroot {
      file delete -force ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/docs ${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-flatdb
      % sudo port install py-flatdb
      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-flatdb
      ---> Verifying checksum for py-flatdb
      ---> Extracting py-flatdb
      ---> Configuring py-flatdb
      ---> Building py-flatdb with target all
      ---> Staging py-flatdb into destroot
      ---> Installing py-flatdb
    - 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-flatdb with these commands:
      %  man py-flatdb
      % apropos py-flatdb
      % which py-flatdb
      % locate py-flatdb

     Where to find more information:

    Darwin Ports



    Lightbox this page.