Version: 3.0.0, Package name: mruby-3.0.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description mruby is the lightweight implementation of the Ruby language complying to (part of) the ISO standard. Its syntax is Ruby 1.9 compatible. mruby can be linked and embedded within your application. We provide the interpreter program "mruby" and the interactive mruby shell "mirb" as examples. You can also compile Ruby programs into compiled byte code using the mruby compiler "mrbc". |
Filesize: 684.709 KB |
Version History (View Complete History) |
|
2020-11-16 20:19:38 by Jeremy Evans | Files touched by this commit (28) |
Log message: Bump related ports after default Ruby version switch OK gkoehler@ |
2020-04-10 08:07:14 by Frederic Cambus | Files touched by this commit (1) |
Log message: Mention that mruby should be kept in sync with the version bundled in www/h2o. |
2019-12-06 07:33:13 by Stuart Henderson | Files touched by this commit (1) |
Log message: BROKEN-arm. sigbus during build |
2019-11-12 02:25:28 by Frederic Cambus | Files touched by this commit (2) |
Log message: Avoid adding "-g3 -O0" to CFLAGS. OK jeremy@, sthen@ |
2019-11-11 04:42:36 by Frederic Cambus | Files touched by this commit (6) |
Log message: Update mruby to 2.0.1. Notable changes: - Switch to using GH_ directives to fetch the distfile - Point HOMEPAGE to https://mruby.org/ - Upstream now enable setting MRB_ENDIAN_BIG on big endian architectures, so we only need to add the missing <endian.h> header Tested on amd64, test suite passes without errors. OK sthen@, jeremy@ |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 18:42:09 by Jeremy Evans | Files touched by this commit (24) |
Log message: Bump after default ruby version change to ruby 2.6 |
2018-12-20 11:41:45 by Jeremy Evans | Files touched by this commit (2) |
Log message: Fix build on big endian systems by defining MRB_ENDIAN_BIG Tested on sparc64 by jca@ OK jca@ |
2018-12-17 13:28:28 by Jeremy Evans | Files touched by this commit (4) |
Log message: Update to mruby 2.0.0 Reenable on sparc64, since it now builds there, thanks to jca@ for testing. |
2018-10-26 10:16:24 by Jeremy Evans | Files touched by this commit (20) |
Log message: Bump related ports after default ruby version switch. |
2018-05-01 16:36:21 by Jeremy Evans | Files touched by this commit (6) |
Log message: Update to mruby 1.4.1 Mostly from David CARLIER <devnexen@gmail.com> |
2017-03-03 22:09:15 by Jeremy Evans | Files touched by this commit (3) |
Log message: Disable debug build by default. Also, only build the version shipping with the package, instead of also building other versions. OK jca@ |
2017-02-27 14:33:43 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Show build commands, re-add -W* compile flags The default is still a debug build. Is that intended? "cc" -O2 -pipe -std=gnu99 -Wall -Werror-implicit-function-declaration \ -Wdeclaration-after-statement -Wwrite-strings -g3 -O0 -DMRB_ENABLE_DEBUG_HOOK \ -DMRBGEM_MRUBY_BIN_DEBUGGER_VERSION=0.0.0 ... |
2017-02-27 14:27:01 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Respect CC |
2016-12-02 06:35:00 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Broken on sparc64 http://build-failures.rhaalovely.net//sparc64/2016-11-21/lang/mruby.log |