This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
pkgsrc
Watch
1
Star
0
Fork
You've already forked pkgsrc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
78b13fb661
pkgsrc
/
devel
/
argp
/
PLIST
4 lines
92 B
Text
Raw
Normal View
History
Unescape
Escape
libtoolize and add builtin.mk. Bump revision.
2007-12-22 02:40:20 +01:00
@comment $NetBSD: PLIST,v 1.2 2007/12/22 01:40:21 joerg Exp $
Import the argp-1.3 argument functionality - this package is the argp-standalone functionality from FreeBSD ports. 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.
2007-03-24 17:57:41 +01:00
include/argp.h
libtoolize and add builtin.mk. Bump revision.
2007-12-22 02:40:20 +01:00
lib/libargp.la
Reference in a new issue
Copy permalink