Download and Install py-biggles version 1.6.4 on Mac OS X
Sunday the 7th of September, 2008

    py-biggles  most recent diff


      View the most recent changes for the py-biggles port at: py-biggles.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-biggles.
      The raw portfile for py-biggles 1.6.4 is located here:
      http://py-biggles.darwinports.com/dports/python/py-biggles/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-biggles
      Google
      Web Darwinports.com



      # $Id: Portfile 27680 2007-08-12 01:45:38Z nox macports.org $

      PortSystem 1.0
      PortGroup python24 1.0
      Name: py-biggles
      Version: 1.6.4
      revision 1
      Category: python
      Maintainers: caveo.se:deric
      Description: Creates 2D scientific plots
      Long Description: Biggles is a Python module for the creation of publication-quality 2D scientific plots.
      Homepage: http://biggles.sourceforge.net/
      master_sites sourceforge:biggles
      distname python2-biggles-${version}
      checksums md5 e07bc9e22d830ada274ea71bc6d12556

      depends_lib lib:libplot.2.2:plotutils port:py-numeric

      post-extract {
      # edit setup.py in accordance with INSTALL so that libplot_prefix points to MacPorts prefix
      system "sed \"s/\\/usr\\/local/[regsub -all {/} $prefix {\/}]/\" ${worksrcpath}/setup.py > ${worksrcpath}/setup.py.tmp"
      system "mv ${worksrcpath}/setup.py.tmp ${worksrcpath}/setup.py"
      }

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

     Where to find more information:

    Darwin Ports



    image test