argp-standalone version 1.3 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    argp-standalone  most recent diff


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



      # $Id: Portfile 28385 2007-08-30 06:25:16Z afb macports.org $

      PortSystem 1.0

      Name: argp-standalone
      Version: 1.3
      Category: devel
      Platform: darwin freebsd
      Maintainers: afb macports.org
      Description: Standalone version of arguments parsing functions from GLIBC
      Long Description: It is standalone version of argp - part of glibc library. It was separated off glibc by Niels Myller, Niels primary use it for inclusion in the LSH distribution, but it's useful for any package that wants to use argp and at the same time be portable to non-glibc systems. Besides portability fixes, there are a few other changes in this version. The most important is that it no longer builds upon getopt\; the one or two hairy functions of GNU getopt are incorporated with the argp parser. There are longer any global variables keeping track of the parser state.
      Homepage: http://www.freshports.org/devel/argp-standalone/
      master_sites http://www.lysator.liu.se/~nisse/misc/
      checksums sha1 815c560680ebdc11694b88de2f8ec15133e0bfa0

      post-destroot {
      xinstall ${worksrcpath}/libargp.a ${destroot}${prefix}/lib
      xinstall ${worksrcpath}/argp.h ${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/argp-standalone
      % sudo port install argp-standalone
      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 argp-standalone
      ---> Verifying checksum for argp-standalone
      ---> Extracting argp-standalone
      ---> Configuring argp-standalone
      ---> Building argp-standalone with target all
      ---> Staging argp-standalone into destroot
      ---> Installing argp-standalone
    - 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 argp-standalone with these commands:
      %  man argp-standalone
      % apropos argp-standalone
      % which argp-standalone
      % locate argp-standalone

     Where to find more information:

    Darwin Ports



    image test