9e8ca83062
Note: this is slightly different than other Lua packages and, among other things, implements its own install target. This is becuase I wanted to minimize the amount of patching to Makefiles to make it fit into the pkgsrc world. Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. This version is a preferred choice for new Lua modules.
20 lines
523 B
Text
20 lines
523 B
Text
@comment $NetBSD: PLIST,v 1.1 2020/06/30 13:16:14 nia Exp $
|
|
bin/lua5.4
|
|
bin/luac5.4
|
|
include/lua-5.4/lauxlib.h
|
|
include/lua-5.4/lua.h
|
|
include/lua-5.4/lua.hpp
|
|
include/lua-5.4/luaconf.h
|
|
include/lua-5.4/lualib.h
|
|
lib/liblua5.4.la
|
|
lib/pkgconfig/lua-5.4.pc
|
|
man/man1/lua.1
|
|
man/man1/luac.1
|
|
share/doc/lua-5.4/contents.html
|
|
share/doc/lua-5.4/index.css
|
|
share/doc/lua-5.4/logo.gif
|
|
share/doc/lua-5.4/lua.css
|
|
share/doc/lua-5.4/manual.css
|
|
share/doc/lua-5.4/manual.html
|
|
share/doc/lua-5.4/osi-certified-72x60.png
|
|
share/doc/lua-5.4/readme.html
|