NOTICE: This package has been removed from pkgsrc

./wip/libargp, Standalone version of argument parsing interface from GNU libc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.3, Package name: libargp-1.3, Maintainer: lkundrak

Argp is an interface for parsing GNU-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.


Master sites:

SHA1: 815c560680ebdc11694b88de2f8ec15133e0bfa0
RMD160: 1c5cd0b1c382d93774be636a1ea2758d530cfef4
Filesize: 127.202 KB

Version history: (Expand)


CVS history: (Expand)


   2015-02-14 04:09:31 by othyro | Files touched by this commit (7) | Package removed
Log message:
Remove libargp. Duplicate of devel/argp.
   2012-10-02 00:33:17 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Support staged installation.
   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2007-02-16 13:13:13 by Lubomir Kundrak | Files touched by this commit (3)
Log message:
Obeying Mins advices, shutting up the warnings.
   2007-01-24 19:34:31 by Lubomir Kundrak | Files touched by this commit (1)
Log message:
Reverting last change, it was intended and caused problem just with
my horribly out-of-date pkgsrc tree
   2007-01-24 08:46:55 by Lubomir Kundrak | Files touched by this commit (2)
Log message:
Avoid aposthrope in COMMENT
Fix buildlink file
   2006-04-09 19:07:18 by Min Sik Kim | Files touched by this commit (1)
Log message:
Add my comments sent to pkgsrc-wip-review.
   2006-04-06 09:17:27 by Jeremy C. Reed | Files touched by this commit (11)
Log message:
Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.

Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.