Bug 237262 - [PATCH] devel/picojson: New port for picojson C++ serializer/parser
Summary: [PATCH] devel/picojson: New port for picojson C++ serializer/parser
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-13 15:17 UTC by James Wright
Modified: 2019-04-23 17:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Wright 2019-04-13 15:17:23 UTC
Adding a new port (devel/picojson)

Phabricator
https://reviews.freebsd.org/D19899
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-23 17:19:07 UTC
A commit references this bug:

Author: tobik
Date: Tue Apr 23 17:18:15 UTC 2019
New revision: 499771
URL: https://svnweb.freebsd.org/changeset/ports/499771

Log:
  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

Changes:
  head/devel/Makefile
  head/devel/picojson/
  head/devel/picojson/Makefile
  head/devel/picojson/distinfo
  head/devel/picojson/pkg-descr
  head/devel/picojson/pkg-plist