./devel/argp, Argument parsing function from glibc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3nb1, Package name: argp-1.3nb1, Maintainer: pkgsrc-users

Argp is an interface for parsing unix-style argument vectors.

Argp provides features unavailable in the more commonly used getopt
interface. These features include automatically producing output in
response to the `--help' and `--version' options, as described in the
GNU coding standards. Using argp makes it less likely that
programmers will neglect to implement these additional options or keep
them up to date.

Argp also provides the ability to merge several independently defined
option parsers into one, mediating conflicts between them and making
the result appear seamless. A library can export an argp option
parser that user programs might employ in conjunction with their own
option parsers, resulting in less work for the user programs. Some
programs may use only argument parsers exported by libraries, thereby
achieving consistent and efficient option-parsing for abstractions
implemented by the libraries.

The header file <argp.h> should be included to use argp.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 127.202 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-12 13:38:57 by Jonathan Schleifer | Files touched by this commit (3)
Log message:
devel/argp: Fix compilation
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-01-13 10:17:24 by Nia Alarie | Files touched by this commit (1)
Log message:
argp: add LICENSE
   2021-01-13 10:16:44 by Nia Alarie | Files touched by this commit (3)
Log message:
argp: make libtool tags explicit

build fix for .. my laptop, i guess
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274)
Log message:
devel: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-09-28 22:07:50 by Sebastian Wiedenroth | Files touched by this commit (1)
Log message:
argp: c99 fixes SunOS