Port details |
- lua-cjson Fast JSON parsing and encoding support for Lua
- 2.1.0_1 devel =4 2.1.0_1Version of this port present on the latest quarterly branch.
- Maintainer: osa@FreeBSD.org
- Port Added: 2012-01-12 09:56:02
- Last Update: 2024-07-14 18:32:37
- Commit Hash: 6722c1e4
- People watching this port, also watch:: compat9x-amd64, wget, lua52, openssl
- License: MIT
- WWW:
- https://www.kyne.au/~mark/software/lua-cjson.php
- Description:
- Lua CJSON provides fast JSON parsing and encoding support for Lua. It
has been tested under Linux, FreeBSD, OSX, Solaris and Windows.
Features:
- Fast, standards compliant encoding/parsing routines.
- Full support for JSON with UTF-8, including decoding surrogate pairs.
- Optional run-time support for common exceptions to the JSON specification
(NaN, Infinity,..).
- No external dependencies.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- lua54-cjson>0:devel/lua-cjson
- To install the port:
- cd /usr/ports/devel/lua-cjson/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/lua-cjson
- pkg install lua54-cjson
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-cjson
- Package flavors (<flavor>: <package>)
- lua54: lua54-cjson
- lua53: lua53-cjson
- lua52: lua52-cjson
- lua51: lua51-cjson
- distinfo:
- SHA256 (lua-cjson-2.1.0.tar.gz) = 51bc69cd55931e0cba2ceae39e9efa2483f4292da3a88a1ed470eda829f6c778
SIZE (lua-cjson-2.1.0.tar.gz) = 86024
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- liblua-5.4.so : lang/lua54
- This port is required by:
- for Run
-
- security/lua-resty-openidc
Configuration Options:
- No options to configure
- Options name:
- devel_lua-cjson
- USES:
- lua:module
- 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 |
2.1.0_1 14 Jul 2024 18:32:37 |
Sergey A. Osokin (osa) |
devel/lua-cjson: update MASTER_SITES and WWW
Make the port is fetchable. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.1.0_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.1.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.0_1 14 Apr 2020 15:49:37 |
mat |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
2.1.0 17 Jan 2020 09:30:21 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
2.1.0 30 Sep 2019 04:47:52 |
meta |
devel/lua-cjson: Revert ?= for USES and COMMENT
as they're required for the slave ports.
PR: 239989
Reported by: sunpoet |
2.1.0 30 Sep 2019 01:10:13 |
meta |
devel/lua-cjson: Add LICENSE
Approved by: portmgr (maintainer timeout: 1 month, blanket: ports compliance) |
2.1.0 02 Mar 2017 16:00:21 |
mmokhi |
devel/lua-cjson: set USES to default lua version (5.2).
Also clone a slave port as lua51-cjson.
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9810 |
2.1.0 26 May 2014 15:28:29 |
bapt |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
2.1.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.1.0 11 Mar 2012 13:07:53 |
osa |
Update from 2.0.0 to 2.1.0.
Feature safe: yes |
2.0.0 27 Jan 2012 12:10:14 |
osa |
Update from 1.0.4 to 2.0.0. |
1.0.4 12 Jan 2012 09:55:37 |
osa |
Add new port devel/lua-cjson.
Lua CJSON provides fast JSON parsing and encoding support for Lua. |