NOTICE: This package has been removed from pkgsrc

./wip/gflags, Commandline flags module for C++

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


Branch: CURRENT, Version: 2.1.2, Package name: gflags-2.1.2, Maintainer: bacon4000

gflags - Commandline flags module for C++
The gflags package contains a library that implements commandline flags
processing. As such it's a replacement for getopt(). It has increased
flexibility, including built-in support for C++ types like string, and the
ability to define flags in the source file in which they're used.


Required to run:
[shells/bash]

Master sites:

SHA1: 8bdbade9d041339dc14b4ab426e2354a5af38478
RMD160: c43a4b98d72f3093e4a6268c6a656667856d2401
Filesize: 93.473 KB

Version history: (Expand)


CVS history: (Expand)


   2014-11-29 20:31:38 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
Added buildlink3.mk
   2014-11-29 17:22:45 by Niclas Rosenvik | Files touched by this commit (5)
Log message:
Since py-gflags was added to pkgsrc I though it would be good to have 
glags as well. So this is an import to pkgsrc-wip.

The gflags package contains a library that implements commandline flags
processing. As such it's a replacement for getopt(). Is has increased
flexibility, including built-in support for C++ types like string, and
the ability to define flags in the source file in which they're used.