Ubench version 0.32 - How to Download and Install on Mac OS X
Monday the 22nd of March, 2010

    version 0.32

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The ubench Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: ubench
      Version: 0.32
      Category: benchmarks
      Maintainers: nomaintainer
      Description: Unix Benchmark Utility for CPU(s) and memory
      Long Description: The Unix Benchmark Utility "ubench" is an attempt to introduce a single measure of perfomance among computer systems running various flavors of Unix operation system. The current development release tests only CPU(s) and memory. In the future releases there will be tests added for disk and TCP/IP. Ubench is taking advantage of multiple CPUs on an SMP system and the results will reflect that.
      Homepage: http://www.phystech.com/download/ubench.html
      Platform: darwin
      Master Sites: http://www.phystech.com/ftp/ ftp://ftp.phystech.com/pub/
      Checksums: md5 b03ddb52867a80890999b56cda8e69b7
      Patch Files: patch-cpubench.c.diff patch-membench.c.diff patch-configure.diff
      build.target
      destroot.destdir INSTALLDIR=${destroot}${prefix}/bin
      post-destroot {
      xinstall -m 444 ${worksrcpath}/ubench.8 ${destroot}${prefix}/share/man/man8
      }

      livecheck.type regex
      livecheck.regex {

      Ubench ([0-9.]+)

      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.