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

    argtable  most recent diff


    version 2.7

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


      The argtable Portfile 50980 2009-05-14 19:41:55Z and.damore macports.org $

      PortSystem 1.0

      Name: argtable
      Version: 2.7
      Revision: 0
      Category: devel
      Maintainers: waqar
      Description: ANSI C library for parsing GNU style command line arguments
      Long Description: Argtable is an ANSI C library for parsing GNU style command line arguments, as in foo -abc -o myfile --help --count=7. It enables a program's command line syntax to be defined in the source code as an array of argtable structs. The parsing itself is done using GNU getopt and so is 100% GNU compatible.
      Homepage: http://argtable.sourceforge.net
      Platform: darwin
      distname ${name}2-7
      Master Sites: sourceforge
      Checksums: md5 a84130293aab3bc09631cbee717ede93 sha1 bd6aff594055c27a7e858b327208cacdf6847cea
      configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info
      post-configure {
      reinplace "s|${prefix}|${destroot}${prefix}|g" ${worksrcpath}/Makefile
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.