713b FreshPorts -- devel/gflags
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
gflags 2.0 devel on this many watch lists=0 search for ports that depend on this port
Commandline flags module for C++
Maintained by: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 19 Dec 2006 07:28:53
License: BSD


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/gflags/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/libtool

This port is required by:

for Libraries

To install the port: cd /usr/ports/devel/gflags/ && make install clean
To add the package: pkg_add -r gflags


Configuration Options
===> The following configuration options are available for gflags-2.0:
     DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://gflags.googlecode.com/files/

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
19 Mar 2013 13:04:31
Original commit files touched by this commit  2.0
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
30 Jan 2013 20:32:29
Original commit files touched by this commit  2.0
sunpoet search for other commits by this committer
- Update to 2.0
- Add LICENSE
- Update WWW
- Reformat pkg-descr
- Take maintainership [1]

Changes:	http://gflags.googlecode.com/svn/trunk/ChangeLog
Approved by:	leeym (maintainer) [1]
21 Jan 2013 20:47:03
Original commit files touched by this commit  1.7
leeym search for other commits by this committer
- update to new header
- convert to OptionsNG
09 Jan 2013 17:21:21
Original commit files touched by this commit  1.7
leeym search for other commits by this committer
- update to 1.7
07 Oct 2011 03:17:28
Original commit files touched by this commit  1.6
leeym search for other commits by this committer
- Update to 1.6
- Use GOOGLE_CODE macro
- Sort PORTDOCS

PR:             ports/161272
Submitted by:   sunpoet
07 Apr 2011 21:26:46
Original commit files touched by this commit  1.5_1
leeym search for other commits by this committer
- Don't remove libdata/pkgconfig
- Bump PORTREVISION

Noticed by:     pav@
04 Apr 2011 22:36:39
Original commit files touched by this commit  1.5
leeym search for other commits by this committer
- update to 1.5

Noticed by      vanilla@
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.3
ade search for other commits by this committer
Sync to new bsd.autotools.mk
05 Jul 2010 07:47:11
Original commit files touched by this commit  1.3
leeym search for other commits by this committer
- update to 1.3

Feature safe:   yes
20 Nov 2009 08:30:45
Original commit files touched by this commit  1.2
leeym search for other commits by this committer
- update to 1.2

Noticed by:     vanilla
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.6
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
01 Jun 2008 09:42:37
Original commit files touched by this commit  0.6
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
13 Mar 2008 11:27:29
Original commit files touched by this commit  0.6
edwin search for other commits by this committer
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.

PR:             ports/121453 (related)
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Reviewed by:    pav@
07 Oct 2007 06:46:46
Original commit files touched by this commit  0.6
leeym search for other commits by this committer
- update to 0.6
19 Apr 2007 13:19:36
Original commit files touched by this commit  0.2
leeym search for other commits by this committer
- removed support to FreeBSD 4.x (EOL)

PR:             111851
Submitted by:   araujo at bsdmail.org
Approved by:    leeym
30 Mar 2007 20:46:17
Original commit files touched by this commit  0.2
leeym search for other commits by this committer
- update to 0.2
  (I didn't aware that devel/gflags is updated when I updated my email
   address, so force commit for notice)
30 Mar 2007 20:35:18
Original commit files touched by this commit  0.2
leeym search for other commits by this committer
- update my email address in ports header
01 Feb 2007 02:42:06
Original commit files touched by this commit  0.1
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
19 Dec 2006 07:28:37
Original commit files touched by this commit  0.1
leeym search for other commits by this committer
- 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/

Number of commits found: 19

2813
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days29
new fortnight63
new month218

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0