The NetBSD Project

CVS log for pkgsrc/devel/libargparse/Attic/buildlink2.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / libargparse

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3, Sun May 9 11:23:51 2004 UTC (19 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, cube-native-xorg-base, cube-native-xorg, HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED

Unused.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 1 00:27:51 2002 UTC (21 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4, netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.1: +2 -7 lines
Diff to previous 1.1 (colored)

Fix BUILDLINK_PKGSRCDIR. Closes PR 18877. Some cleanup while here.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 28 13:09:08 2002 UTC (21 years, 5 months ago) by agc
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 28 13:09:08 2002 UTC (21 years, 5 months ago) by agc
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>