Count version 1.20 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.20

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


      The count Portfile 53924 2009-07-16 18:05:25Z jmr macports.org $

      PortSystem 1.0

      Name: count
      Version: 1.20
      Revision: 1
      Category: sysutils
      Platform: darwin
      Maintainers: mww
      Description: fast replacement for the standard wc utility
      Long Description: Count is a fast replacement for the standard wc utility. It has the additional features of counting the visible line length and a fast -stat option to quickly determine file sizes.

      Homepage: ftp://ftp.berlios.de/pub/count
      Master Sites: ${homepage}
      Checksums: md5 1c4b4fb92856873fcac27c7aa1c41550 sha1 6b61e3e77da0de7e636ed605e11d4bd1533f72dc
      Patch Files: patch-RULES-rules.prg

      depends_build port:smake

      use_configure no

      build.cmd ${prefix}/bin/smake

      destroot.destdir INS_BASE=${destroot}${prefix} MANDIR=share/man

      post-destroot {
      file delete -force ${destroot}${prefix}/share/man/man5 ${destroot}${prefix}/lib ${destroot}${prefix}/include
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.