Port details |
- libjson-rpc-cpp C++ framework for JSON-RPC 1.0 and 2.0
- 1.1.0_4 net
=0 1.1.0_4Version of this port present on the latest quarterly branch.
- BROKEN: Doesn't build with libmicrohttpd 0.9.71 - PR: 250083
IGNORE: is marked as broken: Doesn't build with libmicrohttpd 0.9.71 - PR: 250083
- Maintainer: greg@unrelenting.technology
- Port Added: 2018-12-12 06:17:46
- Last Update: 2021-04-28 21:23:21
- Commit Hash: 5c48802
- Also Listed In: devel www
- License: MIT
- WWW:
- https://github.com/cinemast/libjson-rpc-cpp
- Description:
- A cross platform JSON-RPC (remote procedure call) framework for C++ that is
fully JSON-RPC 2.0 & 1.0 compatible.
Includes ready to use HTTP + TCP server and client implementations, as well
as a stub class generator for C++, JavaScript and Python.
WWW: https://github.com/cinemast/libjson-rpc-cpp
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libjson-rpc-cpp>0:net/libjson-rpc-cpp
- No installation instructions:
- This port has been deleted.
- PKGNAME: libjson-rpc-cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1537865192
SHA256 (cinemast-libjson-rpc-cpp-v1.1.0_GH0.tar.gz) = 8e699cad9f64e5db5c855ddfb6900dc55e673cc960cb9158818d652b74cb9183
SIZE (cinemast-libjson-rpc-cpp-v1.1.0_GH0.tar.gz) = 179442
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcurl.so : ftp/curl
- libmicrohttpd.so : www/libmicrohttpd
- libjsoncpp.so : devel/jsoncpp
- libargtable2.so : devel/argtable
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libjson-rpc-cpp-1.1.0_4:
REDIS=off: Redis key-value store database support
===> Use 'make config' to modify these settings
- Options name:
- net_libjson-rpc-cpp
- USES:
- cmake compiler:c++11-lang pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0_4 28 Apr 2021 21:23:21 |
Neel Chauhan (nc) |
net/libjson-rpc-cpp: Delete port
Port has been broken since October 2020.
PR: 254999
Submitted by: daniel.engberg.lists AT pyret DOT net
Approved by: greg AT unrelenting DOT technology (maintainer) |
1.1.0_4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.0_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.0_4 31 Oct 2020 08:31:10 |
tcberner |
www/libmicrohttpd: Update to 0.9.71
- mark dependent ports broken, where there was no action from the
maintainers in due time.
PR: 249453
PR: 250101
PR: 250083
PR: 250100
Submitted by: daniel.engberg.lists@pyret.net
Approved by: gaod@hychen.org (maintainer) |
1.1.0_4 30 Jun 2020 17:46:18 |
tcberner |
Bump devel/jsoncpp consumers after r540853.
Reported by: Kevin Oberman <rkoberman@gmail.com> |
1.1.0_3 13 Jan 2020 21:38:36 |
yuri |
devel/jsoncpp: Update 1.8.1 -> 1.9.2
PR: 229677
Differential Revision: D22905 |
1.1.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.1.0_1 07 Mar 2019 07:23:28 |
rodrigo |
Unbreak build on GCC architectures
This port requires C++11-compatible compiler.
Add USES=compiler:c++11-lang to fix build on GCC architectures.
Bump PORTREVISION.
PR: 236077
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
1.1.0 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.1.0 12 Dec 2018 06:17:32 |
lwhsu |
Add net/libjson-rpc-cpp, C++ library for JSON-RPC
PR: 231735
Submitted by: Greg V <greg@unrelenting.technology> |