cut version 2.3 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    cut  most recent diff


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



      # $Id: Portfile 33790 2008-02-05 13:40:09Z brett macports.org $

      PortSystem 1.0

      Name: cut
      Version: 2.3
      Category: devel
      Maintainers: brett macports.org
      Description: C unit testing
      Long Description: CUT is a C-language tool for developing and automatically maintaining unit tests. CUT works well for C, C++, and objective-C. Although it was expressly designed to help support test-driven development and agile development processes such as extreme programming, CUT is still useful for writing automated test fixtures for more traditional software development processes as well.
      Homepage: http://sourceforge.net/projects/cut/
      Platform: darwin
      master_sites sourceforge
      checksums sha1 e3a7bc69ee74ecd4e9a1d496c12eab893e7889c4

      use_configure no
      build.target
      destroot.cmd install
      destroot.target cutgen
      destroot.destdir ${destroot}${prefix}/bin

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

     Where to find more information:

    Darwin Ports



    image test