aboutsummaryrefslogtreecommitdiff
path: root/devel/gflags
Commit message (Collapse)AuthorAgeFilesLines
* - Update LICENSESunpoet Po-Chuan Hsieh2013-12-231-1/+1
| | | | Notes: svn path=/head/; revision=337265
* - Strip shared librarySunpoet Po-Chuan Hsieh2013-11-061-6/+5
| | | | | | | | | - Use USES=shebangfix - Support STAGEDIR - Cleanup Makefile Notes: svn path=/head/; revision=333034
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* - Add missing tab in USES=pathfixSunpoet Po-Chuan Hsieh2013-08-241-2/+2
| | | | | | | - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo) Notes: svn path=/head/; revision=325305
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=314640
* - Update to 2.0Sunpoet Po-Chuan Hsieh2013-01-303-16/+19
| | | | | | | | | | | | | - Add LICENSE - Update WWW - Reformat pkg-descr - Take maintainership [1] Changes: http://gflags.googlecode.com/svn/trunk/ChangeLog Approved by: leeym (maintainer) [1] Notes: svn path=/head/; revision=311273
* - update to new headerYen-Ming Lee2013-01-211-5/+4
| | | | | | | - convert to OptionsNG Notes: svn path=/head/; revision=310782
* - update to 1.7Yen-Ming Lee2013-01-093-5/+5
| | | | Notes: svn path=/head/; revision=310159
* - Update to 1.6Yen-Ming Lee2011-10-073-8/+8
| | | | | | | | | | | - Use GOOGLE_CODE macro - Sort PORTDOCS PR: ports/161272 Submitted by: sunpoet Notes: svn path=/head/; revision=283091
* - Don't remove libdata/pkgconfigYen-Ming Lee2011-04-072-1/+1
| | | | | | | | | - Bump PORTREVISION Noticed by: pav@ Notes: svn path=/head/; revision=272358
* - update to 1.5Yen-Ming Lee2011-04-043-7/+12
| | | | | | | Noticed by vanilla@ Notes: svn path=/head/; revision=272226
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to 1.3Yen-Ming Lee2010-07-052-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257391
* - 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