aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dotconf++
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.0.5arved2006-04-169-91/+5
| | | | | PR: 94858 Submitted by: maintainer
* Conversion to a single libtool environment.ade2006-02-232-1/+2
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* -Add sourceforge.net in the top of MASTER_SITES (nice to have more mirrors).mezz2005-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>
* - Fix fetchingpav2005-07-232-2/+2
| | | | | | - Update WWW Reported by: krismail
* - Fix typo: SENSETIVE -> SENSITIVEpav2005-07-147-0/+83
| | | | | PR: ports/83244 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
* dotconf++ is a dotconf like configuration file parser written in C++.pav2005-07-095-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>