1 | # $Id: Portfile 75257 2011-01-19 06:23:12Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name argtable |
---|
6 | version 2.13 |
---|
7 | revision 1 |
---|
8 | categories devel |
---|
9 | maintainers waqar openmaintainer |
---|
10 | description ANSI C library for parsing GNU style command line arguments |
---|
11 | long_description \ |
---|
12 | Argtable is an ANSI C library for parsing GNU style command \ |
---|
13 | line arguments, as in foo -abc -o myfile --help --count=7. \ |
---|
14 | It enables a program's command line syntax to be defined in \ |
---|
15 | the source code as an array of argtable structs. The parsing \ |
---|
16 | itself is done using GNU getopt and so is 100% GNU compatible. |
---|
17 | homepage http://argtable.sourceforge.net |
---|
18 | platforms darwin |
---|
19 | distname ${name}2-13 |
---|
20 | master_sites sourceforge |
---|
21 | checksums md5 156773989d0d6406cea36526d3926668 \ |
---|
22 | sha1 bce828c64c35e16f4c3f8e1f355e4a2a97fe3289 |
---|