./devel/msgpack, Binary-based efficient object serialization library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.1.0nb1, Package name: msgpack-6.1.0nb1, Maintainer: pkgsrc-users

MessagePack is an efficient object serialization library, which are very compact
and fast data format, with rich data structures compatible with JSON.


Required to build:
[devel/googletest] [pkgtools/cwrappers]

Master sites:

Filesize: 68.869 KB

Version history: (Expand)


CVS history: (Expand)


   2024-08-19 14:06:07 by Thomas Klausner | Files touched by this commit (1)
Log message:
msgpack: fix pkg-config file

Bump PKGREVISION.
   2024-08-19 13:51:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
msgpack: updated to 6.1.0

6.1.0

Add object initializer functions
Fix cmake warnings
   2024-06-28 19:35:09 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
msgpack: updated to 6.0.2

version 6.0.2

Fix header file installation to respect CMAKE_INSTALL_INCLUDEDIR
Support absolute path for CMAKE_INSTALL_*DIR
Removed invalid ctest option.
Support relative path for CMAKE_INSTALL_*DIR

version 6.0.1 for C

Improve CI environment
Improve build system

version 6.0.0

Remove C++ requirement if test is disabled
<< breaking changes >>

Change CMake package name of C library to msgpack-c
Unified all C package, library, cmake, tarball name become msgpack-c.
   2023-07-18 16:11:18 by Nia Alarie | Files touched by this commit (35)
Log message:
devel: Adapt packages to use USE_(CC|CXX)_FEATURES
   2023-07-09 16:45:20 by Nia Alarie | Files touched by this commit (1)
Log message:
msgpack: Disable building tests due to mess with C++ standard revisions.

For now keep the compiler requirement exactly the same as it was before.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-02-14 19:56:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
msgpack: updated to 3.3.0

version 3.3.0
* Add json example for C
* Add both header and body packing functions for C
* Set default ref_size and chunk_size to vrefbuffer
* Add examples
* Improve build system
* Improve tests
* Improve documents
* Remove some warnings
* Improve CI environment