Port details |
- msgpack-c Efficient binary serialization, like JSON but smaller and faster
- 6.0.0 devel
=1 Version of this port present on the latest quarterly branch. - Maintainer: adamw@FreeBSD.org
 - Port Added: 2022-10-16 21:15:08
- Last Update: 2023-03-04 18:57:03
- Commit Hash: cb95086
- People watching this port, also watch:: p5-Net-HTTP, openjdk8, tmux, font-misc-meltho, py39-pycparser
- License: BSL
- Description:
- MessagePack is an efficient binary serialization format, which lets you
exchange data among multiple languages like JSON, except that it's faster and
smaller. Small integers are encoded into a single byte and short strings
require only one extra byte in addition to the strings themselves.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- msgpack-c>0:devel/msgpack-c
- To install the port:
- cd /usr/ports/devel/msgpack-c/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/msgpack-c
- pkg install msgpack-c
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: msgpack-c
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1677954366
SHA256 (msgpack-msgpack-c-c-6.0.0_GH0.tar.gz) = af6f3cf25edb220aa2140b09bb5bdd73ddf00938194bd94ebe5c92090cccb466
SIZE (msgpack-msgpack-c-c-6.0.0_GH0.tar.gz) = 74953
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Test dependencies:
-
- googletest>0 : devel/googletest
- This port is required by:
- for Build
-
- misc/veles
- for Libraries
-
- devel/p5-Data-MessagePack-Stream
- editors/neovim
- editors/neovim-qt
- science/py-pymol
- sysutils/tmate
- sysutils/tmate-ssh-server
- textproc/groonga
Configuration Options:
- No options to configure
- Options name:
- devel_msgpack-c
- USES:
- cmake pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved here from devel/msgpack on 2022-10-16
REASON: MsgPack now separates C and C++ versions
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.0 04 Mar 2023 18:57:03
    |
Adam Weinberger (adamw)  |
devel/msgpack-{c,cxx}: Update to 6.0.0
Remember that time two months ago when upstream suddenly changed their
library/cmake/header names and didn't tell anybody, or set a deprecation
period, or make any sort of warning or announcement of any kind? And
then I had to spent a ton of time fixing the breakages?
Well, apparently the msgpack team thought it was such a good idea that
they did it again. With no warning. And no deprecation period. And no
announcements.
I'm over it. I'm not chasing their renames across the tree to satisfy
upstream's two-second attention span. I'm installing links from all the
old names and we can remove them when all the consumers switch to the
new locations, which is in approximately never. |
5.0.0 10 Jan 2023 17:13:15
    |
Adam Weinberger (adamw)  |
devel/msgpack-c: Update to 5.0.0
The cmake package name has been changed from `msgpack' to `msgpackc'
which might break consumers. |
4.0.0 16 Oct 2022 21:10:02
    |
Adam Weinberger (adamw)  |
devel/msgpack: Update and split into C and C++ versions
Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.
devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.
In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit. |
Number of commits found: 3
|