[68798] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Sun Jun 13 18:08:19 PDT 2010


Revision: 68798
          http://trac.macports.org/changeset/68798
Author:   ryandesign at macports.org
Date:     2010-06-13 18:08:14 -0700 (Sun, 13 Jun 2010)
Log Message:
-----------
libmcs: new port, version 0.7.1; see #25233

Added Paths:
-----------
    trunk/dports/devel/libmcs/
    trunk/dports/devel/libmcs/Portfile

Added: trunk/dports/devel/libmcs/Portfile
===================================================================
--- trunk/dports/devel/libmcs/Portfile	                        (rev 0)
+++ trunk/dports/devel/libmcs/Portfile	2010-06-14 01:08:14 UTC (rev 68798)
@@ -0,0 +1,55 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+PortGroup               muniversal 1.0
+
+name                    libmcs
+version                 0.7.1
+categories              devel
+maintainers             nodetwo.com:jdunn
+license                 GPLv3
+homepage                http://www.atheme.org/
+platforms               darwin linux
+use_parallel_build      yes
+master_sites            http://www.nodetwo.com/macports/libmcs/
+
+description \
+    A library and set of tools which abstract the storage of configuration \
+    settings away from userland applications.
+
+long_description \
+    The libmcs package is a library and set of tools which abstract the \
+    storage of configuration settings away from userland applications. \
+    There are similar projects like this (such as GConf), but unlike those \
+    projects, libmcs strictly handles abstraction. \
+    It does not impose any specific data storage requirement, nor is it tied \
+    to any desktop environment or software suite.
+
+checksums \
+    md5     bff6a7e6f39c8fbcb63f1c659ea8c2c6 \
+    sha1    683f0c62aa8374f5ec1bf32e5b778a82e638ae21 \
+    rmd160  6c8e2f5afc3c4dd1c951f73131cd5d3c6751c8a0
+
+# These are just temporary since i dont want to install all the dependencies.
+configure.args \
+    --disable-gconf \
+    --disable-kconfig
+
+configure.universal_args-delete \
+    --disable-dependency-tracking
+
+depends_lib \
+    port:libmowgli
+
+variant gconf description {Build with gconf support} {
+    depends_lib-append     port:gconf
+    configure.args-delete  --disable-gconf
+    configure.args-append  --enable-gconf
+}
+
+#variant kconfig description {Build with kconfig support} {
+#    depends_lib-append     port:kconfig
+#    configure.args-delete  --disable-kconfig
+#    configure.args-append  --enable-kconfig
+#}


Property changes on: trunk/dports/devel/libmcs/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100613/dd6fb119/attachment.html>


More information about the macports-changes mailing list