Next | Query returned 27 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2004-02-02 14:02:50 by Johnny C. Lam | Files touched by this commit (10)
Log message:
These packages need a C++ compiler.
   2003-11-03 19:27:54 by Gavan Fantom | Files touched by this commit (1)
Log message:
Set LIBTOOL_OVERRIDE, USE_BUILDLINK2 and USE_GCC_SHLIB. Fixes linking on
Solaris.
   2003-07-21 18:43:48 by Martti Kuparinen | Files touched by this commit (90)
Log message:
COMMENT should start with a capital letter.
   2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504)
Log message:
s/netbsd.org/NetBSD.org/
   2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131)
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
   2002-11-01 01:27:52 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix BUILDLINK_PKGSRCDIR. Closes PR 18877. Some cleanup while here.
   2002-10-28 14:09:09 by Alistair G. Crooks | Files touched by this commit (5) | Imported package
Log message:
Initial import of libargparse-0.1.0000 into the NetBSD Packages Collection.

libargparse is a command line argument parser library in C++

The ArgParse class allows you to specify names of options that you
want parsed, along with a usage message for them.  Options come in
four flavors:  flag, int, float, and string.  Flags don't take
arguments, but the other kinds do.  For an option that takes an
argument, it can be specified with an equals sign, with a colon, or by
putting it in the next element of argv.  ("--foo=stuff",
"--foo:stuff", or "--foo stuff", respectively)

The flavors that take arguments also come in array flavors.  With an
array, you specify a pointer to a vector of the basic type, instead of
just a pointer to a basic type.  This allows the option to appear more
than once, and the new values are appended to the array.  Optionally,
you can also specify a separator character, so that multiple array
elements can be parsed up from a single instance of the option.

Options can start with either a single dash or a double dash, but see
allowOneCharOptionsToBeCombined() for more information.


Next | Query returned 27 messages, browsing 21 to 30 | previous