[116929] trunk/dports/devel
cal at macports.org
cal at macports.org
Mon Feb 10 10:46:56 PST 2014
Revision: 116929
https://trac.macports.org/changeset/116929
Author: cal at macports.org
Date: 2014-02-10 10:46:56 -0800 (Mon, 10 Feb 2014)
Log Message:
-----------
gflags: new port, closes #42420
Added Paths:
-----------
trunk/dports/devel/gflags/
trunk/dports/devel/gflags/Portfile
Added: trunk/dports/devel/gflags/Portfile
===================================================================
--- trunk/dports/devel/gflags/Portfile (rev 0)
+++ trunk/dports/devel/gflags/Portfile 2014-02-10 18:46:56 UTC (rev 116929)
@@ -0,0 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name gflags
+version 2.0
+categories devel
+maintainers corneltek.com:c9s
+
+description commandline flags module for C++
+long_description 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.
+
+homepage http://code.google.com/p/gflags/
+platforms darwin
+license BSD
+
+master_sites googlecode:gflags
+checksums rmd160 9a5721fcad934c47ef2055cbef0f092f560b609d \
+ sha256 ce4a5d3419f27a080bd68966e5cd9507bfa09d14341e07b78a1778a7a172d7d7
Property changes on: trunk/dports/devel/gflags/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140210/8cb3678a/attachment.html>
More information about the macports-changes
mailing list