aboutsummaryrefslogtreecommitdiff
path: root/devel/gflags
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.2Yen-Ming Lee2009-11-203-5/+14
| | | | | | | Noticed by: vanilla Notes: svn path=/head/; revision=244515
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214100
* Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.comEdwin Groothuis2008-03-131-1/+2
| | | | | | | | | | | where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@ Notes: svn path=/head/; revision=208927
* - update to 0.6Yen-Ming Lee2007-10-072-5/+5
| | | | Notes: svn path=/head/; revision=201033
* - removed support to FreeBSD 4.x (EOL)Yen-Ming Lee2007-04-191-8/+2
| | | | | | | | | PR: 111851 Submitted by: araujo at bsdmail.org Approved by: leeym Notes: svn path=/head/; revision=190355
* - update my email address in ports headerYen-Ming Lee2007-03-302-4/+4
| | | | Notes: svn path=/head/; revision=188840
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - add google-gflags-0.1Yen-Ming Lee2006-12-194-0/+51
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/ Notes: svn path=/head/; revision=180126