diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 09:15:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 09:15:09 +0000 |
commit | 7c4a243b10c295fb72942548d10947986106df60 (patch) | |
tree | 81df7ea07a4f573769ae09b772fdc83aa6b5ec7d /devel/Makefile | |
parent | 03c63073253aba8aff75a1bb7fbbcc27ef1a7bd9 (diff) | |
download | ports-7c4a243b10c295fb72942548d10947986106df60.tar.gz ports-7c4a243b10c295fb72942548d10947986106df60.zip |
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@ciam.ru>
Notes
Notes:
svn path=/head/; revision=102610
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f5e47da960ff..f0f458e8b529 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -35,6 +35,7 @@ SUBDIR += apr-svn SUBDIR += arch SUBDIR += argouml + SUBDIR += argp-standalone SUBDIR += argtable SUBDIR += arm-aout-binutils SUBDIR += arm-elf-binutils |