Next | Query returned 22 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2016-10-06 22:28:55 by Alexander Nasonov | Files touched by this commit (5)
Log message:
Update devel/lua-rocks to 2.4.1.

What's new since 2.3.0:

* New test suite based on Busted; runs on Linux, OSX and Windows. This
test suite was developed by Robert Karasek as his Google Summer of
Code project for LabLua. You can check out the combined coverage of
all platforms at CodeCov:
https://codecov.io/gh/keplerproject/luarocks/
* git+ssh:// fetch protocol
* Improved behavior preserving permissions
* Improved listing of dependencies on installation
* Improved behavior of argument handling in `pack`
* MSYS and Haiku platform detection
* Feature-based detection of internal bit32 and utf8 modules
* Internal reorganization of luarocks.fs code
* `remove` option --force=fast renamed to --force-fast
* Plus assorted bugfixes and cleanups

What's new since 2.4.0:

* Avoid coroutine use inside luarocks.loader, that apparently affected
OpenResty's require()
* Fix upgrade issues for old versions (e.g. when upgrading from LuaRocks 2.1.0)
   2016-06-06 23:31:52 by Alexander Nasonov | Files touched by this commit (7) | Imported package
Log message:
Initial import of devel/lua-rocks version 2.3.0.

LuaRocks is  a deployment and management system for Lua modules.

It allows you to install Lua modules as self-contained packages
called rocks, which also contain version dependency information.
This information can be used both during installation, so that when
one rock is requested all rocks it depends on are installed as
well, and also optionally at run time, so that when a module is
required, the correct version is loaded.  LuaRocks supports both
local and remote repositories, and multiple local rocks trees.


Next | Query returned 22 messages, browsing 21 to 30 | previous