[csw-devel] SF.net SVN: gar:[6127] csw/mgar/pkg

d_pocock at users.sourceforge.net d_pocock at users.sourceforge.net
Fri Aug 28 13:29:29 CEST 2009


Revision: 6127
          http://gar.svn.sourceforge.net/gar/?rev=6127&view=rev
Author:   d_pocock
Date:     2009-08-28 11:29:28 +0000 (Fri, 28 Aug 2009)

Log Message:
-----------
libconfuse: initial commit

Added Paths:
-----------
    csw/mgar/pkg/libconfuse/
    csw/mgar/pkg/libconfuse/branches/
    csw/mgar/pkg/libconfuse/tags/
    csw/mgar/pkg/libconfuse/trunk/
    csw/mgar/pkg/libconfuse/trunk/Makefile
    csw/mgar/pkg/libconfuse/trunk/checksums
    csw/mgar/pkg/libconfuse/trunk/files/


Property changes on: csw/mgar/pkg/libconfuse/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/libconfuse/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libconfuse/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libconfuse/trunk/Makefile	2009-08-28 11:29:28 UTC (rev 6127)
@@ -0,0 +1,41 @@
+GARNAME = libconfuse
+GARVERSION = 2.6
+CATEGORIES = lib
+
+# For libConfuse 2.6, the test suite doesn't compile cleanly on Solaris,
+# so we skip it.  This should be re-assessed with each new release
+# from upstream.  Proposed fixes for the test suite to be submitted
+# upstream.
+ifeq ($(GARVERSION),2.6)
+#TEST_TARGET = check
+TEST_SCRIPTS = skip
+test-skip:
+	$(DONADA)
+endif
+
+DESCRIPTION = a configuration file parser library
+define BLURB
+  libConfuse is a configuration file parser library, licensed under
+  the terms of the ISC license, and written in C. It supports sections
+  and (lists of) values (strings, integers, floats, booleans or other
+  sections), as well as some other features (such as single/double-quoted
+  strings, environment variable expansion, functions and nested include
+  statements). It makes it very easy to add configuration file capability
+  to a program using a simple API.
+endef
+
+MASTER_SITES = http://bzero.se/confuse/
+DISTFILES  = confuse-$(GARVERSION).tar.gz
+DISTNAME = confuse-$(GARVERSION)
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-shared --disable-nls
+
+include gar/category.mk

Added: csw/mgar/pkg/libconfuse/trunk/checksums
===================================================================
--- csw/mgar/pkg/libconfuse/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libconfuse/trunk/checksums	2009-08-28 11:29:28 UTC (rev 6127)
@@ -0,0 +1 @@
+0e883d66f0f58fc33585b430c652aa30  download/confuse-2.6.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list