agprocess version 0.5 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    agprocess  most recent diff


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



      # $Id: Portfile 29001 2007-09-12 23:04:09Z nox macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: agprocess
      set my_name AGProcess
      Version: 0.5
      Category: devel framework
      Maintainers: nomaintainer
      Description: framework class for reporting Unix process statistics

      Long Description: AGProcess is a class for reporting Unix process statistics. It is similar to NSProcessInfo except that it provides more information, and can represent any process, not just the current process. Additionally it provides methods for sending signals to processes.

      Homepage: http://agkit.sourceforge.net/
      master_sites sourceforge:agkit
      distname ${my_name}-${version}
      extract.suffix .tgz

      checksums md5 61b640f048aaed3d9d4cde6775b08957 sha1 94e3831145b0fec2ebe4df4faeb699768219f87b rmd160 9197095046acdc4b804fbed63c370e25e65fc454

      worksrcdir ${my_name}

      xcode.target ${my_name}
      xcode.destroot.type framework

      Variant: universal {
      post-patch {
      set pbxproject ${worksrcpath}/${my_name}.pbproj/project.pbxproj

      reinplace -E "/OTHER_CFLAGS/s|\"\"|\"${configure.universal_cflags}\"|" ${pbxproject}
      reinplace -E "/OTHER_LDFLAGS/s|\"\"|\"${configure.universal_ldflags}\"|" ${pbxproject}
      }
      }

      livecheck.regex "${my_name} ${my_name}-(\\d+(?:\\.\\d+)*) released.*"


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

     Where to find more information:

    Darwin Ports



    image test