SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
4
devel/json-c/pkg/DESCR
Normal file
4
devel/json-c/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
JSON-C implements a reference counting object model that allows you to
|
||||
easily construct JSON objects in C, output them as JSON formatted
|
||||
strings and parse JSON formatted strings back into the C representation
|
||||
of JSON objects.
|
24
devel/json-c/pkg/PLIST
Normal file
24
devel/json-c/pkg/PLIST
Normal file
|
@ -0,0 +1,24 @@
|
|||
include/json-c/
|
||||
include/json-c/arraylist.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_pointer.h
|
||||
include/json-c/json_tokener.h
|
||||
include/json-c/json_types.h
|
||||
include/json-c/json_util.h
|
||||
include/json-c/json_visit.h
|
||||
include/json-c/linkhash.h
|
||||
include/json-c/printbuf.h
|
||||
lib/cmake/
|
||||
lib/cmake/json-c/
|
||||
lib/cmake/json-c/json-c-config.cmake
|
||||
lib/cmake/json-c/json-c-targets${MODCMAKE_BUILD_SUFFIX}
|
||||
lib/cmake/json-c/json-c-targets.cmake
|
||||
@static-lib lib/libjson-c.a
|
||||
@lib lib/libjson-c.so.${LIBjson-c_VERSION}
|
||||
lib/pkgconfig/json-c.pc
|
Loading…
Add table
Add a link
Reference in a new issue