Port details on branch 2024Q4 |
- lua54 Powerful, efficient, lightweight, embeddable scripting language
- 5.4.7 lang =9 5.4.7Version of this port present on the latest quarterly branch.
- Maintainer: andrew@tao11.riddles.org.uk
- Port Added: 2020-10-15 17:55:29
- Last Update: 2024-09-09 20:37:13
- Commit Hash: 108aa10
- People watching this port, also watch:: curl, gnupg, git, pkg, perl5
- 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/lua54/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/lua54
- pkg install lua54
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724193931
SHA256 (lua-5.4.7.tar.gz) = 9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30
SIZE (lua-5.4.7.tar.gz) = 374097
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
-
- devel/swig
- devel/swig40
- lang/fennel
-
Deleted ports which required this port:
- for Libraries
-
- archivers/rpm4
- comms/tio
- converters/lua-iconv
- converters/osm2pgsql
- databases/lua-lsqlite3
- databases/lua-pgsql
- databases/lua-xapian
-
Deleted ports which required this port:
- for Run
-
- converters/lua-json
- databases/xapian-bindings
- devel/sol2
- lang/fennel
Configuration Options:
- ===> The following configuration options are available for lua54-5.4.7:
====> Documentation options
DOCS=on: Install language and API reference (HTML, ~400kB)
====> Debugging options
ASSERT=off: Enable interpreter assertions
APICHECK=off: Enable API checks
====> Interactive command-line editing: you have to select exactly one of them
EDITNONE=off: No command-line editing
LIBEDIT_DL=on: Use dynamically loaded libedit (recommended)
LIBEDIT=off: Use libedit (breaks lcurses)
READLINE=off: Use GNU Readline (breaks lcurses)
===> Use 'make config' to modify these settings
- Options name:
- lang_lua54
- USES:
- cpe lua:core,54 libedit
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|