summaryrefslogtreecommitdiff
path: root/lang/LuaJIT
AgeCommit message (Collapse)AuthorFilesLines
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-08-03Only for i386.joerg1-1/+3
2009-07-26Imported LuaJIT from pkgsrc-wip.rillig5-0/+89
LuaJIT is a Just-In-Time Compiler for the Lua programming language. Lua is a powerful, light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. More information about Lua can be found at: http://www.lua.org/ LuaJIT is based on the Lua 5.1.x virtual machine and bytecode interpreter from lua.org. It compiles bytecode to native x86 (i386+) machine code to speed up the execution of Lua programs. Packaged by pho@cielonegro.org.