Port details |
- lua-MessagePack Efficient binary serialization format
- 0.3.5_1 devel
=0 0.3.5_1Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: unfetchable
- Maintainer: oleksii.tsai@gmail.com
- Port Added: 2015-05-29 18:10:24
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- License: MIT
- WWW:
- https://github.com/fperrad/lua-MessagePack
- Description:
- MessagePack is an efficient binary serialization format. It lets you exchange
data among multiple languages like JSON but it's faster and smaller. It's a
pure Lua implementation, without dependency. And it's really fast with LuaJIT.
WWW: https://github.com/fperrad/lua-MessagePack
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- lua52-MessagePack>0:devel/lua-MessagePack
- No installation instructions:
- This port has been deleted.
- PKGNAME: lua52-MessagePack
- Package flavors (<flavor>: <package>)
- lua52: lua52-MessagePack
- lua53: lua53-MessagePack
- lua51: lua51-MessagePack
- distinfo:
- TIMESTAMP = 1477909423
SHA256 (fperrad-lua-MessagePack-0.3.5_GH0.tar.gz) = 6883d4b096c3d8854ec8ddd8ebd72d5c550e9f36c3a1fd1fa56a927786b913d7
SIZE (fperrad-lua-MessagePack-0.3.5_GH0.tar.gz) = 19419
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- liblua-5.2.so : lang/lua52
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- lua:module
- 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 |
0.3.5_1 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.3.5_1 14 Apr 2020 15:49:37 |
mat |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
0.3.5 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
0.3.5 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
0.3.5 01 Nov 2017 13:10:35 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.3.5 22 Feb 2017 15:02:18 |
bapt |
Drop useless dependency on gmake (bmake build those fine) |
0.3.5 31 Oct 2016 10:26:39 |
jhale |
Update to 0.3.5
PR: 213924
Submitted by: <oleksii.tsai@gmail.com> (maintainer) |
0.3.4 28 Feb 2016 14:57:58 |
rakuco |
Update to 0.3.4.
PR: 207398
Submitted by: oleksii.tsai@gmail.com (maintainer) |
0.3.3 09 Jan 2016 07:52:59 |
miwi |
- Update to 0.3.3
PR: 205991
Submitted by: maintainer |
0.3.2 29 May 2015 18:10:15 |
amdmi3 |
MessagePack is an efficient binary serialization format. It lets you exchange
data among multiple languages like JSON but it's faster and smaller. It's a
pure Lua implementation, without dependency. And it's really fast with LuaJIT.
WWW: https://github.com/fperrad/lua-MessagePack
PR: 198591
Submitted by: oleksii.tsai@gmail.com |