forked from Lainports/freebsd-ports
Highlights for this version: - new generational mode for garbage collection - to-be-closed variables - const variables - complete list: https://www.lua.org/manual/5.4/readme.html#changes The Lua Manual can be found here: https://www.lua.org/manual/5.4/ Incompatibilities from the previous version are specifically documented here: https://www.lua.org/manual/5.4/manual.html#8 Submitted by: Russ Haley <russ haley gmail com> Co-submitted by: Andrew Gierth <andrew_tao173 riddles org uk> Differential Revision: https://reviews.freebsd.org/D14709
14 lines
390 B
Text
14 lines
390 B
Text
bin/lua%%LUA_VER_STR%%
|
|
bin/luac%%LUA_VER_STR%%
|
|
%%LUA_INCDIR%%/lauxlib.h
|
|
%%LUA_INCDIR%%/lua.h
|
|
%%LUA_INCDIR%%/lua.hpp
|
|
%%LUA_INCDIR%%/luaconf.h
|
|
%%LUA_INCDIR%%/lualib.h
|
|
%%LUA_LIBDIR%%/liblua-%%LUA_VER%%.a
|
|
%%LUA_LIBDIR%%/liblua-%%LUA_VER%%.so
|
|
libdata/pkgconfig/lua-%%LUA_VER%%.pc
|
|
man/man1/lua%%LUA_VER_STR%%.1.gz
|
|
man/man1/luac%%LUA_VER_STR%%.1.gz
|
|
@dir %%LUA_MODLIBDIR%%
|
|
@dir %%LUA_MODSHAREDIR%%
|