Port details on branch 2024Q3 |
- lua51 Small, compilable scripting language providing easy access to C code
- 5.1.5_10 lang =10 5.1.5_10Version of this port present on the latest quarterly branch.
- Maintainer: nicklaus.t@me.com
- Port Added: 2014-05-26 15:28:45
- Last Update: 2024-03-23 11:19:32
- Commit Hash: d7511b9
- People watching this port, also watch:: pkg, sqlite3, wget, git, p5-Error
- License: MIT
- WWW:
- https://www.lua.org/
- Description:
- Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management with garbage collection, making it ideal for configuration,
scripting, and rapid prototyping.
A fundamental concept in the design of Lua is to provide meta-mechanisms for
implementing features, instead of providing a host of features directly in
the language. For example, although Lua is not a pure object-oriented
language, it does provide meta-mechanisms for implementing classes and
inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the
language small, while allowing the semantics to be extended in unconventional
ways. Extensible semantics is a distinguishing feature of Lua.
Lua is implemented as a small library of C functions, written in ANSI C, and
compiles unmodified in all known platforms. The implementation goals are
simplicity, efficiency, portability, and low embedding cost.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/lua51/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/lua51
- pkg install lua51
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua51
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (lua-5.1.5.tar.gz) = 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333
SIZE (lua-5.1.5.tar.gz) = 221213
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libedit.so.0 : devel/libedit
- This port is required by:
- for Build
-
- editors/neovim
- for Libraries
-
- archivers/lua-zlib
- audio/lua-mpd
- devel/fungw
- devel/geany-plugin-lua
- devel/libubox
- devel/love07
- devel/love08
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- lang_lua51
- USES:
- cpe libedit lua:core,51
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|