[Midnightbsd-cvs] mports [18159] trunk/devel: add json-c
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 15 15:25:42 EDT 2015
Revision: 18159
http://svnweb.midnightbsd.org/mports/?rev=18159
Author: laffer1
Date: 2015-03-15 15:25:41 -0400 (Sun, 15 Mar 2015)
Log Message:
-----------
add json-c
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/json-c/
trunk/devel/json-c/Makefile
trunk/devel/json-c/distinfo
trunk/devel/json-c/pkg-descr
trunk/devel/json-c/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2015-03-15 19:24:32 UTC (rev 18158)
+++ trunk/devel/Makefile 2015-03-15 19:25:41 UTC (rev 18159)
@@ -128,6 +128,7 @@
SUBDIR += jakarta-commons-daemon
SUBDIR += jansson
SUBDIR += jenkins
+SUBDIR += json-c
SUBDIR += json-glib
SUBDIR += judy
SUBDIR += kBuild
Added: trunk/devel/json-c/Makefile
===================================================================
--- trunk/devel/json-c/Makefile (rev 0)
+++ trunk/devel/json-c/Makefile 2015-03-15 19:25:41 UTC (rev 18159)
@@ -0,0 +1,28 @@
+# $MidnightBSD$
+
+PORTNAME= json-c
+PORTVERSION= 0.12
+CATEGORIES= devel
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= JSON (JavaScript Object Notation) implementation in C
+
+LICENSE= mit
+
+CONFLICTS_INSTALL= cocaine-core-[0-9]*
+
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USE_LDCONFIG= yes
+USES= gmake libtool pathfix pkgconfig
+
+USE_GITHUB= yes
+GH_ACCOUNT= ${PORTNAME}
+GH_COMMIT= 2a03577
+GH_PROJECT= ${PORTNAME}
+GH_TAGNAME= ${PORTNAME}-${PORTVERSION}-20140410
+
+post-patch:
+ @${REINPLACE_CMD} -e 's| -Werror||g' ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/json-c/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/json-c/distinfo
===================================================================
--- trunk/devel/json-c/distinfo (rev 0)
+++ trunk/devel/json-c/distinfo 2015-03-15 19:25:41 UTC (rev 18159)
@@ -0,0 +1,2 @@
+SHA256 (json-c-0.12.tar.gz) = 630fd9b9f0ce44036118b8c736f354c606f2c0e72bf4b334b1698a910dc99b23
+SIZE (json-c-0.12.tar.gz) = 507423
Property changes on: trunk/devel/json-c/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/json-c/pkg-descr
===================================================================
--- trunk/devel/json-c/pkg-descr (rev 0)
+++ trunk/devel/json-c/pkg-descr 2015-03-15 19:25:41 UTC (rev 18159)
@@ -0,0 +1,5 @@
+This is a port of json-c, an implementation of json in C. Json, JavaScript
+Object Notation is a lightweight data exchange format and a subset of the
+JavaScript programming language.
+
+WWW: https://github.com/json-c/json-c/wiki
Property changes on: trunk/devel/json-c/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/json-c/pkg-plist
===================================================================
--- trunk/devel/json-c/pkg-plist (rev 0)
+++ trunk/devel/json-c/pkg-plist 2015-03-15 19:25:41 UTC (rev 18159)
@@ -0,0 +1,20 @@
+lib/libjson-c.a
+lib/libjson-c.so
+lib/libjson-c.so.2
+lib/libjson-c.so.2.0.1
+include/json-c/arraylist.h
+include/json-c/bits.h
+include/json-c/debug.h
+include/json-c/json.h
+include/json-c/json_c_version.h
+include/json-c/json_config.h
+include/json-c/json_inttypes.h
+include/json-c/json_object.h
+include/json-c/json_object_iterator.h
+include/json-c/json_object_private.h
+include/json-c/json_tokener.h
+include/json-c/json_util.h
+include/json-c/linkhash.h
+include/json-c/printbuf.h
+include/json-c/random_seed.h
+libdata/pkgconfig/json-c.pc
Property changes on: trunk/devel/json-c/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