FreeBSD devel : argp-standalone4>
Standalone version of arguments parsing functions from GLIBC
argp-standalone history
v. 1.5
date: 2006/06/07 10:49:10; author: sem; state: Exp; lines: +3 -1
- Add MASTER_SITE_LOCAL as mirror while there is a problem on master site
v. 1.4
date: 2005/04/12 03:25:03; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.3
date: 2005/04/11 08:01:59; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.2
date: 2004/07/07 19:20:00; author: sem; state: Exp; lines: +1 -1
Change email address for my ports.
Approved by: krion (mentor)
v. 1.1
date: 2004/03/01 09:15:09; author: krion; state: Exp;
Add argp-standalone 1.3,
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.
PR: ports/63568
Submitted by: Sergey Matveychuk
=============================================================================
|