[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:18294] ITP: gflags -- logging library for C++
- From: Koichi Akabe <vbkaisetsu@xxxxxxxxx>
- Subject: [debian-devel:18294] ITP: gflags -- logging library for C++
- Date: Thu, 17 May 2012 22:40:12 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=8rNDoj3TGYTq2bnyaIPthq9JM1XzVuzHxd2+QrQxNR0=; b=pbJIk8vs97S5imXSWzpxIMAIEF6iSmd4ScTJ9qmSzKtB9aWkcMui4qH/i4iCfeJAAn 8bIsiFuqxSFf8WZsrEp14abE67ILZtwaX1EJ0Nehj9mKXtrC0oSG4+hIGuOBuanNjkFv VARdqo95QqBlf8uCAS2D09Q4+LvoiLlheaBFxeJRS5eH1euHdk9OQQcnx3aRMU73UlwI Rvkz2+KEWMXeWiIvqQK2Mb0a9CeWyDK+7Oud1b8/ecnydon0REoZFAiyuGl0trelJW1R 7kZRC0wIw5zvGZdLm3ulLavO3VNNg4ELj6XKQvJAPTgsKfLSsvDa6wfllhHcRjVcIAsd 3V2g==
- List-help: <mailto:debian-devel-ctl@debian.or.jp?body=help>
- List-id: debian-devel.debian.or.jp
- List-owner: <mailto:debian-devel-admin@debian.or.jp>
- List-post: <mailto:debian-devel@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-devel-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-devel-ctl@debian.or.jp; help=<mailto:debian-devel-ctl@debian.or.jp?body=help>
- X-ml-name: debian-devel
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-devel-dist@debian.or.jp
- X-spam-checker-version: SpamAssassin 3.2.5 (2008-06-10) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=-3.4 required=10.0 tests=KI,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.2.5
- Message-id: <20120517224058.cddae225fc03e5c2b114c3b0@xxxxxxxxx>
- X-mail-count: 18294
- X-mailer: Sylpheed 3.2.0beta7 (GTK+ 2.24.10; i486-pc-linux-gnu)
gflags パッケージを RFP から ITP にしたので、報告します。
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523411
Package: wnpp
Severity: wishlist
Owner: Koichi Akabe <vbkaisetsu@xxxxxxxxx>
* Package name : gflags
Version : 2.0
Upstream Author : Google Inc.
* URL : http://code.google.com/p/google-gflags/
* License : BSD-3-clause
Programming Lang: C++
Description : a commandline flags processing library
The google-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.