Port details |
- msgpack-c Efficient binary serialization, like JSON but smaller and faster
- 6.1.0 devel
=4 6.1.0Version of this port present on the latest quarterly branch. - Maintainer: adamw@FreeBSD.org
 - Port Added: 2022-10-16 21:15:08
- Last Update: 2024-08-17 18:34:42
- Commit Hash: 9e224bf
- People watching this port, also watch:: jpeg-turbo, perl5, indexinfo, p5-Error, py311-six
- License: BSL
- WWW:
- https://msgpack.org/
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 = 1723919380
SHA256 (msgpack-msgpack-c-c-6.1.0_GH0.tar.gz) = c23c4070dbe01f46044bf70c5349f29453d655935b6dc710714c008bca0825a7
SIZE (msgpack-msgpack-c-c-6.1.0_GH0.tar.gz) = 76306
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
- libcjson>0 : devel/libcjson
- This port is required by:
- for Build
-
- misc/veles
- for Libraries
-
- devel/p5-Data-MessagePack-Stream
- editors/neovim
- editors/neovim-qt
- sysutils/tmate
- sysutils/tmate-ssh-server
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.0 17 Aug 2024 18:34:42
    |
Adam Weinberger (adamw)  |
devel/msgpack-c: Update to 6.1.0 |
6.0.2 24 Jun 2024 16:34:54
    |
Adam Weinberger (adamw)  |
devel/msgpack-c: Update to 6.0.2 |
6.0.1 02 Apr 2024 11:28:37
    |
Adam Weinberger (adamw)  |
devel/msgpack-c: Update to 6.0.1 |
6.0.0 02 Jan 2024 07:07:24
    |
Muhammad Moinur Rahman (bofh)  |
devel/msgpack-c: Fix build
During the 12.4 Sunset pre/post target was removed but CMAKE_BUILD_TYPE
is used in post-install target which can be used only with pre stage.
Approved by: portmgr (just-fix-it) |
6.0.0 31 Dec 2023 00:37:05
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
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. |