cvs commit: ports/devel Makefile ports/devel/argp-standalone
Makefile distinfo pkg-descr
Kirill Ponomarew
krion at FreeBSD.org
Mon Mar 1 01:15:10 PST 2004
krion 2004/03/01 01:15:09 PST
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/argp-standalone Makefile distinfo pkg-descr
Log:
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 <sem at ciam.ru>
Revision Changes Path
1.1460 +1 -0 ports/devel/Makefile
1.1 +26 -0 ports/devel/argp-standalone/Makefile (new)
1.1 +2 -0 ports/devel/argp-standalone/distinfo (new)
1.1 +2 -0 ports/devel/argp-standalone/pkg-descr (new)
More information about the cvs-ports
mailing list