pdc version 0.9 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    pdc  most recent diff


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



      # $Id: Portfile 30237 2007-10-23 01:46:57Z jmpp macports.org $

      PortSystem 1.0

      Name: pdc
      Version: 0.9
      Category: math
      Platform: darwin
      Maintainers: nomaintainer
      Description: programmers desktop caclulator in bc style
      Long Description: PDC is a desktop caclulator in the bc style with features designed for programmers. It does not support floating point maths but does provide all the C operators (logical, bitwise, shifts etc.) and implements ISO C operator precedence. Additionally functions are available to perform population counts and byte swaps.

      Homepage: http://www.redfelineninja.dsl.pipex.com/software/all.html#pdc
      master_sites http://www.redfelineninja.dsl.pipex.com/software/
      checksums md5 03dadb29fd517a2b23e2cb3018cf5753

      depends_lib port:readline

      use_configure no

      build.env CFLAGS=-I${prefix}/include LDFLAGS="-L${prefix}/lib -flat_namespace"

      destroot {
      xinstall -s -m 755 ${worksrcpath}/pdc ${destroot}${prefix}/bin/
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} ChangeLog COPYING README ${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/pdc
      % sudo port install pdc
      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 pdc
      ---> Verifying checksum for pdc
      ---> Extracting pdc
      ---> Configuring pdc
      ---> Building pdc with target all
      ---> Staging pdc into destroot
      ---> Installing pdc
    - 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 pdc with these commands:
      %  man pdc
      % apropos pdc
      % which pdc
      % locate pdc

     Where to find more information:

    Darwin Ports



    image test