aboutsummaryrefslogtreecommitdiff
path: root/devel/dotconf++
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Update to 0.0.5Tilman Keskinoz2006-04-159-91/+5
| | | | | | | | PR: 94858 Submitted by: maintainer Notes: svn path=/head/; revision=159641
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* -Add sourceforge.net in the top of MASTER_SITES (nice to have more mirrors).Jeremy Messenger2005-07-251-2/+4
| | | | | | | | | | -Mark Starovoytov <mark_sf@kikg.ifmo.ru> is taking the maintainership. PR: ports/84035 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> Notes: svn path=/head/; revision=140062
* - Fix fetchingPav Lucistnik2005-07-232-2/+2
| | | | | | | | | - Update WWW Reported by: krismail Notes: svn path=/head/; revision=139957
* - Fix typo: SENSETIVE -> SENSITIVEPav Lucistnik2005-07-137-0/+83
| | | | | | | | PR: ports/83244 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> Notes: svn path=/head/; revision=139105
* dotconf++ is a dotconf like configuration file parser written in C++.Pav Lucistnik2005-07-085-0/+60
It supports macro substitution from the environment or from the file itself, config file inclusion, easy handling of XML like tags, checking for required tags, and more. PR: ports/83090 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> Notes: svn path=/head/; revision=138738