./wip/msgpack-git, Binary-based efficient object serialization library

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


Branch: CURRENT, Version: 2.0.0, Package name: msgpack-2.0.0, 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:
[pkgtools/cwrappers]

Master sites:

RMD160: ba2930eb5ddb40e9a8a51fc7d9f08a921562ee97
Filesize: 435.608 KB

Version history: (Expand)


CVS history: (Expand)


   2015-08-11 00:13:59 by jonthn | Files touched by this commit (3)
Log message:
Update for recent changes in dev repository

 + Changes for github fetch for 1.1.0 release
   2015-05-15 00:38:17 by jonthn | Files touched by this commit (1)
Log message:
Add string_ref file in PLIST
   2015-05-08 20:04:12 by jonthn | Files touched by this commit (2)
Log message:
msgpack is now at version 1.1.0

2015-04-03 version 1.1.0 << breaking change >>

    Remove msgpack_fwd.hpp

    Improve user types adaptation mechanism (#262) Since version 1.0.0, users
    need to obey the correct include order. However, it is very difficult
    to maintain the correct order in big projects.
    version 1.1.0 removed this order.
    Users don't need to care about include order.
    Migration guide from 1.0.x to 1.1.0 has been written.
    See https://github.com/msgpack/msgpack-c/wiki

    Fix vector size check (#251)
    Fix inttypes.h inclusion on MSVC (#257)
    Support documents generation by Doxygen (#259)
    Remove C99 style variable declaration (#253)
    Improve documents (https://github.com/msgpack/msgpack-c/wiki)

2015-03-22 version 1.0.1:
    Fix compilation error on Mac 10.9 (#244)
    Fix typos in documents (#240)
    Update CHANGELOG.md for version 1.0.0 (#242)
    Fix erb templates for the next code generation (#239)
   2015-03-21 11:16:11 by jonthn | Files touched by this commit (3)
Log message:
Update to msgpack-c 1.0.0

 introduce API versioning see [1]

 [1]: https://github.com/msgpack/msgpack-c/wiki/cpp_versioning
   2015-01-10 21:19:22 by Thomas Klausner | Files touched by this commit (1)
Log message:
Improve PKGNAME.

   2014-12-07 23:08:12 by jonthn | Files touched by this commit (1)
Log message:
Missing patch for msgpack-git
   2014-12-07 23:07:17 by jonthn | Files touched by this commit (2)
Log message:
Add patches for msgpack-git
   2014-11-22 23:43:43 by jonthn | Files touched by this commit (6)
Log message:
Import msgpack-git as wip/msgpack-git.

Basically it's a dupe of devel/msgpack but use
git source code as a next package will require it