Commit graph

14 commits

Author SHA1 Message Date
wiz
2417cac461 msgpack: follow redirect 2017-11-06 13:28:37 +00:00
joerg
0faf11147c Use system iovec on FreeBSD and NetBSD. Bump revision. 2017-09-04 15:58:05 +00:00
jperkin
8746f59e32 Requires zlib. 2017-08-23 09:38:13 +00:00
adam
bc2365c47f version 2.1.5
* Improve cross platform configuration
* Add boost asio examples (including zlib)
* Remove some warnings
* Fix unpack visitor to treat float32/64 correctly
* Improve documents
* Fix alignment problem on some platform
* Fix conflict std::tuple, std::pair, and boost::fusion::sequence problem
2017-08-06 19:19:33 +00:00
adam
d73477b618 2.1.3:
Improve build system
Add C++17 adaptors std::optional and std::string_view.
Improve cross platform configuration
Remove some warnings
2017-07-16 21:01:06 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
hiramatsu
5078478cf8 Set MAINTAINER to pkgsrc-users. 2015-03-15 16:47:19 +00:00
obache
748d2f8f24 Update msgpack to 0.5.9.
2014-07-02 version 0.5.9:

  * Support std::tr1 unordered containers by default (#51, #63, #68, #69)
  * Remove some warnings (#56)
  * Fix segmentation fault after malloc failures (#58, #59)
  * Fix alloc/dealloc mismatch (#52, #61)
  * Fix sample codes (#60, #64)
  * Support implicit conversion from integer to float/double (#54)
  * Improve documents (#45, #75, #82, #83)
  * Support CMake (#20, #87)
  * Remove Ruby dependencies in bootstrap (#86, #87)
  * Add FILE* buffer (#40)
  * Other bug fixes and refactoring: #39, #73, #77, #79, #80, #81, #84, #90
2014-08-08 12:27:44 +00:00
jperkin
56cb9a056e GCC_REQD should be appended to, not set.
Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD
was forcing an older (and broken) one to be pulled regardless.
2014-02-19 09:44:56 +00:00
obache
03c7ab13b7 Update msgpack to 0.5.8.
2013-12-23 version 0.5.8:

  * Move to the new github repository msgpack/msgpack-c
  * Support the new deserialization specification
  * fixes the problem of unpack helpers for array and map with 32bit compilers (#37, #38)
  * Other bug fixes and refactoring: #46, #41, #36, #35, #33, #32, #30, #29, #28, #27, #26, #25, #8, #3
  * Update of documents: #23, #18, #17
2014-01-23 09:34:03 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
obache
fc0e8bb49f Update msgpack to 0.5.7.
2011-08-08 version 0.5.7:

  * fixes compile error problem with llvm-gcc and Mac OS X Lion
2011-09-04 02:57:11 +00:00
obache
7261845585 Update msgpack to 0.5.6.
2011-04-24 version 0.5.6:

  * #42 fixes double-free problem on msgpack_unpacker_release_zone
2011-05-06 05:48:11 +00:00
obache
3bc4b0c305 Import msgpack-0.5.5 as devel/msgpack.
MessagePack is an efficient object serialization library, which are very compact
and fast data format, with rich data structures compatible with JSON.
2011-04-06 13:01:30 +00:00