summaryrefslogtreecommitdiff
path: root/devel/libmcs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-09-19Set LICENSE.wiz1-1/+2
2008-11-10Update to 0.7.1. Changes undocumented, AFAICT.wiz1-5/+5
Now depends on libmowgli.
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-09-10Initial import of libmcs-0.4.1 from pkgsrc-wip, packaged byxtraeme1-0/+20
jfranz at bsdprojects dot net. mcs is a library and set of userland tools which abstract the storage of configuration settings away from userland applications. It is hoped that by using mcs, the applications which use it will generally have a more congruent feeling in regards to settings. There have been other projects like this before (such as GConf), but unlike those projects, mcs strictly handles abstraction. It does not impose any specific data storage requirement, nor is it tied to any desktop environment or software suite. Because mcs is licenced under the BSD licence, it is hoped that many applications will adopt it's use.