notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details on branch 2016Q4
jsoncpp JSON reader and writer library for C++
1.7.3 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.7.3Version of this port present on the latest quarterly branch.
Maintainer: yuri@rawbw.com search for ports maintained by this maintainer
Port Added: 2016-10-20 17:21:50
Last Update: 2016-10-20 17:17:56
Commit Hash: 643da90
License: MIT
WWW:
https://github.com/open-source-parsers/jsoncpp
Description:
jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. WWW: https://github.com/open-source-parsers/jsoncpp
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (21 items)
Collapse this list.
  1. /usr/local/share/licenses/jsoncpp-1.7.3/catalog.mk
  2. /usr/local/share/licenses/jsoncpp-1.7.3/LICENSE
  3. /usr/local/share/licenses/jsoncpp-1.7.3/MIT
  4. include/jsoncpp/json/allocator.h
  5. include/jsoncpp/json/assertions.h
  6. include/jsoncpp/json/autolink.h
  7. include/jsoncpp/json/config.h
  8. include/jsoncpp/json/features.h
  9. include/jsoncpp/json/forwards.h
  10. include/jsoncpp/json/json.h
  11. include/jsoncpp/json/reader.h
  12. include/jsoncpp/json/value.h
  13. include/jsoncpp/json/version.h
  14. include/jsoncpp/json/writer.h
  15. lib/libjsoncpp.a
  16. lib/libjsoncpp.so
  17. lib/libjsoncpp.so.1
  18. lib/libjsoncpp.so.1.7.3
  19. libdata/pkgconfig/jsoncpp.pc
  20. @postexec /sbin/ldconfig -m /usr/local/lib
  21. @postunexec /sbin/ldconfig -R
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • jsoncpp>0:devel/jsoncpp
To install the port:
cd /usr/ports/devel/jsoncpp/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/jsoncpp
  • pkg install jsoncpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: jsoncpp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1467669507 SHA256 (open-source-parsers-jsoncpp-1.7.3_GH0.tar.gz) = 1cfcad14054039ba97c22531888796cb9369e6353f257aacaad34fda956ada53 SIZE (open-source-parsers-jsoncpp-1.7.3_GH0.tar.gz) = 205738

Packages (timestamps in pop-ups are UTC):
jsoncpp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.9.6_11.9.6_11.9.41.9.6_11.9.6_1-1.9.4-
FreeBSD:13:quarterly1.9.6_11.9.6_11.9.51.9.6_11.9.6_11.9.51.9.51.9.5
FreeBSD:14:latest1.9.6_11.9.6_11.9.51.9.6_11.9.6_11.9.5-1.9.5
FreeBSD:14:quarterly1.9.6_11.9.6_1-1.9.6_11.9.6_11.9.51.9.51.9.5
FreeBSD:15:latest1.9.6_11.9.6_1n/a1.9.6_1n/a1.9.51.9.51.9.5
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. scons : devel/scons
This port is required by:
for Libraries
  1. www/chromium

Configuration Options:
No options to configure
Options name:
devel_jsoncpp
USES:
compiler:features dos2unix scons
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/open-source-parsers/jsoncpp/tar.gz/1.7.3?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7.3
20 Oct 2016 17:17:56
commit hash: 643da90da3d4cf2ba2aa71a430c90e587b668933commit hash: 643da90da3d4cf2ba2aa71a430c90e587b668933commit hash: 643da90da3d4cf2ba2aa71a430c90e587b668933commit hash: 643da90da3d4cf2ba2aa71a430c90e587b668933 files touched by this commit
Carlos J. Puga Medina (cpm) search for other commits by this committer
MFH: r424299

devel/jsoncpp: Fix bad REINPLACE_CMD of jsoncpp.pc

- Remove extra ${PREFIX} in jsoncpp/Makefile

% pkgconf --libs --cflags jsoncpp
-I/usr/local//usr/local/include/jsoncpp -L/usr/local//usr/local/lib -ljsoncpp

Notice the extra /usr/local.

PR:		213553
Reported by:	John Hein <z7dr6ut7gs@snkmail.com>
Approved by:	yuri@rawbw.com (maintainer), koobs (mentor)

Approved by:	ports-secteam (feld)
1.7.3
20 Oct 2016 17:17:56
Revision:424343Original commit files touched by this commit
cpm search for other commits by this committer
MFH: r424299

devel/jsoncpp: Fix bad REINPLACE_CMD of jsoncpp.pc

- Remove extra ${PREFIX} in jsoncpp/Makefile

% pkgconf --libs --cflags jsoncpp
-I/usr/local//usr/local/include/jsoncpp -L/usr/local//usr/local/lib -ljsoncpp

Notice the extra /usr/local.

PR:		213553
Reported by:	John Hein <z7dr6ut7gs@snkmail.com>
Approved by:	yuri@rawbw.com (maintainer), koobs (mentor)

Approved by:	ports-secteam (feld)

Number of commits found: 2