Port details |
- picojson Header file only JSON parser/serializer in C++
- 1.3.0 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: james.wright@digital-chaos.com
 - Port Added: 2019-04-23 17:18:42
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: BSD2CLAUSE
- Description:
- PicoJSON is a tiny JSON parser / serializer for C++ with the following
properties:
* Header-file only
* No external dependencies (only uses standard C++ libraries)
* STL-friendly (arrays are represented using std::vector, objects are std::map)
* Provides both pull interface and streaming (event-based) interface
WWW: https://github.com/kazuho/picojson
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- picojson>0:devel/picojson
- To install the port:
- cd /usr/ports/devel/picojson/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/picojson
- pkg install picojson
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: picojson
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1555165118
SHA256 (kazuho-picojson-v1.3.0_GH0.tar.gz) = 056805ca2691798f5545935a14bb477f2e1d827c9fb862e6e449dbea22801c7d
SIZE (kazuho-picojson-v1.3.0_GH0.tar.gz) = 14695
- Packages (timestamps in pop-ups are UTC):
- This port is required by:
- for Build
-
- sysutils/apache-mesos
- Configuration Options:
- ===> The following configuration options are available for picojson-1.3.0:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_picojson
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.3.0 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.3.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Apr 2019 17:18:14
1.3.0 |
tobik  |
New port: devel/picojson
PicoJSON is a tiny JSON parser / serializer for C++ with the following
properties:
* Header-file only
* No external dependencies (only uses standard C++ libraries)
* STL-friendly (arrays are represented using std::vector, objects are std::map)
* Provides both pull interface and streaming (event-based) interface
WWW: https://github.com/kazuho/picojson
PR: 237262
Submitted by: James Wright <james.wright@digital-chaos.com>
Reviewed by: tcberner, tobik
Differential Revision: https://reviews.freebsd.org/D19899 |
Number of commits found: 3
|