Port details on branch 2024Q3 |
- lua53 Powerful, efficient, lightweight, embeddable scripting language
- 5.3.6_1 lang =18 5.3.6_1Version of this port present on the latest quarterly branch.
- Maintainer: russ.haley@gmail.com
- Port Added: 2015-01-17 02:20:10
- Last Update: 2024-03-23 11:19:32
- Commit Hash: d7511b9
- People watching this port, also watch:: gnutls, sqlite3, libgpg-error, indexinfo, py311-six
- 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/lua53/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/lua53
- pkg install lua53
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua53
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1601041108
SHA256 (lua-5.3.6.tar.gz) = fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60
SIZE (lua-5.3.6.tar.gz) = 303770
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 Libraries
-
- archivers/urbackup-server
- devel/llvm-devel
- devel/llvm12
- devel/llvm13
- devel/llvm14
- devel/llvm15
- devel/llvm16
-
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:
- ===> The following configuration options are available for lua53-5.3.6_1:
====> 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_lua53
- USES:
- cpe lua:core,53 libedit
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|