VOOZH about

URL: https://pkgsrc.se/devel/argp

⇱ pkgsrc.se | The NetBSD package collection


Skip to main content.
👁 https://pkgsrc.se
Useful links: www.pkgsrc.org | www.netbsd.org | www.netbsd.se
Navigation:
Home | Browse by maintainer | Search | RSS | Info | Statistics | Help | Contact
+ virtual
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
👁 pil
 devel
  👁 pil
 argp
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wayland
wip
wm
www
x11

* = Virtual Category
👁 new
New packages:
  Today
  Yesterday
  Last week
  Last month

Path to this page:

./devel/argp, Argument parsing function from glibc

[ 👁 Image
CVSweb ] [ 👁 Image
Homepage ] [ 👁 Image
RSS ] [ 👁 Image
Required by ]


Branch: CURRENT, Version: 1.3nb3, Package name: argp-1.3nb3, 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)


   2024-10-15 03:13:00 by matthew green | Files touched by this commit (1)
Log message:
fix the build on netbsd/arm64

this package uses alloca() to use gnu99 not c99, and probably fixes it
generally elsewhere since it won't be using the likely broken libc version
of this function (that we don't provide on arm64.)
   2024-09-04 13:52:38 by Jonathan Perkin | Files touched by this commit (3)
Log message:
argp: Fix build on SunOS.
   2024-08-06 20:55:26 by Taylor R Campbell | Files touched by this commit (4)
Log message:
devel/argp: Pacify pkglint.

Patch comment taken from joerg's 2012 commit message.
   2024-08-06 20:50:08 by Taylor R Campbell | Files touched by this commit (6)
Log message:
devel/argp: Teach this about getprogname().
   2024-08-06 20:49:17 by Taylor R Campbell | Files touched by this commit (3)
Log message:
devel/argp: Fix ctype(3) abuse.
   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


This site is operated by pkgsrc.pub, Contact