SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

35
devel/jsoncpp/Makefile Normal file
View file

@ -0,0 +1,35 @@
COMMENT = JSON parsing C++ API
GH_ACCOUNT = open-source-parsers
GH_PROJECT = jsoncpp
GH_TAGNAME = 1.9.5
# no upstream revision
SHARED_LIBS = jsoncpp 5.0
CATEGORIES = devel
HOMEPAGE = https://github.com/open-source-parsers/jsoncpp/wiki
# Public Domain / MIT
PERMIT_PACKAGE = Yes
WANTLIB = m ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
MODULES = devel/meson \
lang/python
CONFIGURE_STYLE = meson
MODPY_RUNDEP = No
TEST_ENV += LD_PRELOAD=${WRKBUILD}/libjsoncpp.so.${LIBjsoncpp_VERSION}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jsoncpp
${INSTALL_DATA} ${WRKSRC}/{AUTHORS,LICENSE,README.md} \
${PREFIX}/share/doc/jsoncpp/
.include <bsd.port.mk>

2
devel/jsoncpp/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (jsoncpp-1.9.5.tar.gz) = 9AmFblkgwY0ML7hSduJO5gfSoJtefV8KNxNokDwnXaI=
SIZE (jsoncpp-1.9.5.tar.gz) = 216055

5
devel/jsoncpp/pkg/DESCR Normal file
View file

@ -0,0 +1,5 @@
JsonCpp is a simple API to manipulate JSON values, and handle
serialization and unserialization to string. It can also preserve
existing comments in unserialization/serialization steps, making
it a convenient format to store user input files. Unserialization
parsing is user friendly and provides precise error reports.

17
devel/jsoncpp/pkg/PLIST Normal file
View file

@ -0,0 +1,17 @@
include/json/
include/json/allocator.h
include/json/assertions.h
include/json/config.h
include/json/forwards.h
include/json/json.h
include/json/json_features.h
include/json/reader.h
include/json/value.h
include/json/version.h
include/json/writer.h
@lib lib/libjsoncpp.so.${LIBjsoncpp_VERSION}
lib/pkgconfig/jsoncpp.pc
share/doc/jsoncpp/
share/doc/jsoncpp/AUTHORS
share/doc/jsoncpp/LICENSE
share/doc/jsoncpp/README.md