cef8 FreshPorts -- devel/dotconf
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
dotconf 1.3 devel on this many watch lists=6 search for ports that depend on this port
A simple, powerful configuration-file parser

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 28 Jan 2001 05:50:53
License: LGPL21


dot.conf is a simple configuration-file parser library written in C.
The configuration files created for dot.conf look very similar to
those used by the Apache Webserver. Even Container-Directives known
from httpd.conf can easily be used in the exact same manner as for
Apache-Modules. It supports various types of arguments, dynamically
loadable modules that create their own configuration options
on-the-fly, a here-documents feature to pass very long ARG_STR data
to your app, ${NAME:-default} style environment variable
substitution for arguments, and on-the-fly inclusion of additional
config files. Some behaviour can be toggled with flags at runtime.
To keep dotconf from printing out warnings, you can install your
own customized error handler.

WWW: http://github.com/williamh/dotconf
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
  2. devel/libtool

This port is required by:

for Libraries

To install the port: cd /usr/ports/devel/dotconf/ && make install clean
To add the package: pkg_add -r dotconf


Configuration Options
     No options to configure

Master Sites:
  1. ftp://darkstar.ist.utl.pt/pub/gentoo/distfiles/
  2. ftp://files.gentoo.gr/distfiles/
  3. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  4. ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/
  5. ftp://ftp.gtlib.gatech.edu/pub/gentoo/distfiles/
  6. ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/
  7. ftp://ftp.rhnet.is/pub/gentoo/distfiles/
  8. ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/
  9. ftp://ftp.tu-clausthal.de/pub/linux/gentoo/distfiles/
  10. ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/
  11. ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/
  12. ftp://ftp.ussg.iu.edu/pub/linux/gentoo/distfiles/
  13. ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo/distfiles/
  14. ftp://gentoo.inode.at/source/distfiles/
  15. ftp://gentoo.mirrors.pair.com/distfiles/
  16. ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/distfiles/
  17. ftp://mirror.iawnet.sandia.gov/pub/gentoo/distfiles/
  18. ftp://mirrors.tds.net/pub/gentoo/distfiles
  19. ftp://sunsite.cnlab-switch.ch/mirror/gentoo/distfiles/
  20. ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/
  21. ftp://trumpetti.atm.tut.fi/gentoo/distfiles/
  22. http://darkstar.ist.utl.pt/gentoo/distfiles/
  23. http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/
  24. http://ftp.rhnet.is/pub/gentoo/distfiles/
  25. http://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/
  26. http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/
  27. http://gentoo.gg3.net/distfiles/
  28. http://gentoo.inode.at/distfiles/
  29. http://gentoo.kems.net/distfiles/
  30. http://gentoo.mirrors.pair.com/distfiles/
  31. http://mirrors.tds.net/pub/gentoo/distfiles/
  32. http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/distfiles/
  33. http://trumpetti.atm.tut.fi/gentoo/distfiles/

Number of commits found: 38

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Apr 2013 10:13:20
Original commit files touched by this commit  1.3
bapt search for other commits by this committer
Convert devel to USES=pkgconfig
19 Mar 2013 13:04:31
Original commit files touched by this commit  1.3
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

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)
26 Jul 2012 05:40:24
Original commit files touched by this commit  1.3
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
23 Jul 2012 01:33:56
Original commit files touched by this commit  1.3
dougb search for other commits by this committer
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
10 May 2012 22:19:13
Original commit files touched by this commit  1.3
avilla search for other commits by this committer
- Fix plist when NOPORTDOCS and/or NOPORTEXAMPLES are set.
18 Oct 2011 13:04:50
Original commit files touched by this commit  1.3
ehaupt search for other commits by this committer
Update to version 1.3

PR:             161652
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
03 Jul 2011 14:59:23
Original commit files touched by this commit  1.1.0
ohauer search for other commits by this committer
-remove MD5
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.1.0
ade search for other commits by this committer
Sync to new bsd.autotools.mk
12 Nov 2009 04:56:16
Original commit files touched by this commit  1.1.0
linimon search for other commits by this committer
Reset clement@FreeBSD.org due to long absence from FreeBSD.

Hat:            portmgr
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.1.0
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.1.0
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
01 Jun 2008 09:42:37
Original commit files touched by this commit  1.1.0
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.1.0
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [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)
28 Jan 2007 09:07:47
Original commit files touched by this commit  1.1.0
kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
07 Jun 2006 13:59:21
Original commit files touched by this commit  1.1.0
edwin search for other commits by this committer
Add SHA256 checksum
04 May 2006 21:41:12
Original commit files touched by this commit  1.1.0
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
03 May 2006 13:05:07
Original commit files touched by this commit  1.1.0
clement search for other commits by this committer
- Update to 1.1.0
22 Jan 2006 08:30:12
Original commit files touched by this commit  1.0.13_1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
13 Dec 2004 08:37:33
Original commit files touched by this commit  1.0.13_1
clement search for other commits by this committer
- Use USE_GNOME=pkgconfig to handle ${PREFIX}}/libdata/pkgconfig directory

Reported by:    kris
Lightened by:   pav
16 Jul 2004 22:18:49
Original commit files touched by this commit  1.0.13_1
clement search for other commits by this committer
- fix pkg-config dotconf

PR:             ports/69146
Submitted by:   Konstantin Oznobihin <bork@rsu.ru>
07 Feb 2004 17:16:21
Original commit files touched by this commit  1.0.13
clement search for other commits by this committer
- SIZEify distinfo
13 Jan 2004 15:04:51
Original commit files touched by this commit  1.0.13
clement search for other commits by this committer
- Update my email address

Approved and reviewed by:    erwin (mentor)
01 Oct 2003 22:57:14
Original commit files touched by this commit  1.0.13
naddy search for other commits by this committer
- Update dotconf lib to 1.0.13.
- Take maintainership.

PR:             57472
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
02 Mar 2003 10:57:18
Original commit files touched by this commit  1.0.12
alex search for other commits by this committer
Update forgotten file in last upgrade to 1.0.12.

Submitted by:   kris
25 Feb 2003 10:58:20
Original commit files touched by this commit  1.0.12
alex search for other commits by this committer
Update to 1.0.12
20 Feb 2003 17:07:10
Original commit files touched by this commit  1.0.9
knu search for other commits by this committer
De-pkg-comment.
25 Jun 2002 18:36:39
Original commit files touched by this commit  1.0.9
ijliao search for other commits by this committer
Replace ${PERL} with ${REINPLACE_CMD}

PR:             39842
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
05 Feb 2002 07:01:55
files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.9    
30 Jan 2002 01:48:12
files touched by this commit
pat search for other commits by this committer
- Update to version 1.0.8    
31 Dec 2001 04:03:00
files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.7    
05 Sep 2001 17:02:09
files touched by this commit
kevlo search for other commits by this committer
Update to version 1.0.6    
31 Aug 2001 15:20:29
files touched by this commit
sobomax search for other commits by this committer
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.    
10 Jul 2001 14:54:22
files touched by this commit
sobomax search for other commits by this committer
${PREFIX}/share/${PORTNAME} --> ${DATADIR}    
04 Jul 2001 08:26:57
files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.4   drop maintainership    
09 Apr 2001 18:30:54
files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.2    
08 Mar 2001 02:21:18
files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.0    
05 Feb 2001 16:59:36
files touched by this commit
ijliao search for other commits by this committer
fix fenner plist error    
28 Jan 2001 08:50:53
files touched by this commit
ijliao search for other commits by this committer
add dotconf, A Configuration File Parser Library    

Number of commits found: 38

282d
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24532
Broken 216
Deprecated 473
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days28
new fortnight60
new month218

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0