Date: Tue, 19 Dec 2006 07:28:37 +0000 (UTC) From: Yen-Ming Lee <leeym@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/gflags Makefile distinfo pkg-descr pkg-plist Message-ID: <200612190728.kBJ7Sb2a053877@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
leeym 2006-12-19 07:28:37 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/gflags Makefile distinfo pkg-descr pkg-plist Log: - add google-gflags-0.1 google-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. WWW: http://code.google.com/p/google-gflags/ Revision Changes Path 1.2550 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/gflags/Makefile (new) 1.1 +3 -0 ports/devel/gflags/distinfo (new) 1.1 +9 -0 ports/devel/gflags/pkg-descr (new) 1.1 +6 -0 ports/devel/gflags/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612190728.kBJ7Sb2a053877>