diff options
author | rodent <rodent@pkgsrc.org> | 2016-12-06 00:34:18 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2016-12-06 00:34:18 +0000 |
commit | 69a62c2ac9e380a3fa7137d02901e8d06fb3bff5 (patch) | |
tree | 0f2a201f8398d9e447a80d9161454a7961c894bd /devel/gflags/PLIST | |
parent | 10d7972ef8a9696859e466125990f85c5cada8d3 (diff) | |
download | pkgsrc-69a62c2ac9e380a3fa7137d02901e8d06fb3bff5.tar.gz |
Import gflags-2.1.2 as devel/gflags.
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.
Package from pkgsrc-wip with bacon4000@gmail.com as the MAINTAINER.
devel/snappy can use this along with other packages in the dependency chain
for caffe.
Diffstat (limited to 'devel/gflags/PLIST')
-rw-r--r-- | devel/gflags/PLIST | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/gflags/PLIST b/devel/gflags/PLIST new file mode 100644 index 00000000000..b0adde39110 --- /dev/null +++ b/devel/gflags/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2016/12/06 00:34:18 rodent Exp $ +bin/gflags_completions.sh +include/gflags/gflags_completions.h +include/gflags/gflags_declare.h +include/gflags/gflags.h +lib/cmake/gflags/gflags-config.cmake +lib/cmake/gflags/gflags-config-version.cmake +lib/cmake/gflags/gflags-export.cmake +lib/cmake/gflags/gflags-export-release.cmake +lib/libgflags.a +lib/libgflags_nothreads.a +lib/libgflags_nothreads.so +lib/libgflags_nothreads.so.2 +lib/libgflags_nothreads.so.${PKGVERSION} +lib/libgflags.so +lib/libgflags.so.2 +lib/libgflags.so.${PKGVERSION} |