aboutsummaryrefslogtreecommitdiff
path: root/devel/dotconf++
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371544
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-05-302-4/+5
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=355864
* - Fix build with clangDmitry Marakasov2014-02-281-2/+8
| | | | Notes: svn path=/head/; revision=346582
* Reset maintainer, SMTP servers refuse connectionAntoine Brodin2014-02-101-1/+1
| | | | Notes: svn path=/head/; revision=343663
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* -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
* - 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