[Midnightbsd-cvs] mports [22258] trunk/devel: add libconfig

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 18 09:35:16 EST 2017


Revision: 22258
          http://svnweb.midnightbsd.org/mports/?rev=22258
Author:   laffer1
Date:     2017-02-18 09:35:15 -0500 (Sat, 18 Feb 2017)
Log Message:
-----------
add libconfig

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/libconfig/
    trunk/devel/libconfig/Makefile
    trunk/devel/libconfig/distinfo
    trunk/devel/libconfig/pkg-descr
    trunk/devel/libconfig/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2017-02-18 14:31:47 UTC (rev 22257)
+++ trunk/devel/Makefile	2017-02-18 14:35:15 UTC (rev 22258)
@@ -136,6 +136,7 @@
 SUBDIR += libburn
 SUBDIR += libc++
 SUBDIR += libcheck
+SUBDIR += libconfig
 SUBDIR += libconfuse
 SUBDIR += libcxxrt
 SUBDIR += libdaemon

Added: trunk/devel/libconfig/Makefile
===================================================================
--- trunk/devel/libconfig/Makefile	                        (rev 0)
+++ trunk/devel/libconfig/Makefile	2017-02-18 14:35:15 UTC (rev 22258)
@@ -0,0 +1,23 @@
+# Created by: Nikos Ntarmos <ntarmos at ceid.upatras.gr>
+# $FreeBSD: head/devel/libconfig/Makefile 362605 2014-07-22 23:25:54Z amdmi3 $
+# $MidnightBSD$
+
+PORTNAME=	libconfig
+PORTVERSION=	1.4.9
+CATEGORIES=	devel
+MASTER_SITES=	http://www.hyperrealm.com/libconfig/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Simple library for manipulating structured configuration files
+
+LICENSE=	lgpl2.1
+
+CONFLICTS=	wand-libconfig-[0-9]*
+
+USES=		gmake libtool pathfix
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+CONFIGURE_ARGS+=	--infodir=${PREFIX}/${INFO_PATH}
+INFO=		libconfig
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/libconfig/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/libconfig/distinfo
===================================================================
--- trunk/devel/libconfig/distinfo	                        (rev 0)
+++ trunk/devel/libconfig/distinfo	2017-02-18 14:35:15 UTC (rev 22258)
@@ -0,0 +1,2 @@
+SHA256 (libconfig-1.4.9.tar.gz) = 09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041
+SIZE (libconfig-1.4.9.tar.gz) = 688158


Property changes on: trunk/devel/libconfig/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/libconfig/pkg-descr
===================================================================
--- trunk/devel/libconfig/pkg-descr	                        (rev 0)
+++ trunk/devel/libconfig/pkg-descr	2017-02-18 14:35:15 UTC (rev 22258)
@@ -0,0 +1,15 @@
+Libconfig is a simple library for manipulating structured configuration
+files. The file format is more compact and more readable than XML. And
+unlike XML, it is type-aware, so it is not necessary to do string
+parsing in application code.
+
+Libconfig is very compact -- just 25K for the stripped C shared library
+(one-fifth the size of the expat XML parser library) and 39K for the
+stripped C++ shared library. This makes it well-suited for
+memory-constrained systems like handheld devices.
+
+The library includes bindings for both the C and C++ languages. It works
+on POSIX-compliant UNIX systems (GNU/Linux, Mac OS X, Solaris, FreeBSD)
+and Windows (2000, XP and later).
+
+WWW: http://www.hyperrealm.com/libconfig/libconfig.html


Property changes on: trunk/devel/libconfig/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/libconfig/pkg-plist
===================================================================
--- trunk/devel/libconfig/pkg-plist	                        (rev 0)
+++ trunk/devel/libconfig/pkg-plist	2017-02-18 14:35:15 UTC (rev 22258)
@@ -0,0 +1,12 @@
+include/libconfig.h
+include/libconfig.h++
+lib/libconfig.a
+lib/libconfig.so
+lib/libconfig.so.9
+lib/libconfig.so.9.1.3
+lib/libconfig++.a
+lib/libconfig++.so
+lib/libconfig++.so.9
+lib/libconfig++.so.9.1.3
+libdata/pkgconfig/libconfig.pc
+libdata/pkgconfig/libconfig++.pc


Property changes on: trunk/devel/libconfig/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list