Port details on branch 2022Q4 |
- lua52 Small, compilable scripting language providing easy access to C code
- 5.2.4_1 lang
=26 5.2.4_1Version of this port present on the latest quarterly branch. - Maintainer: john@essenz.com
 - Port Added: 2013-01-05 23:25:08
- Last Update: 2024-03-23 11:19:32
- Commit Hash: d7511b9
- People watching this port, also watch:: sqlite3, pcre, libxml2, expat, pkg
- 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/lua52/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/lua52
- pkg install lua52
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua52
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (lua-5.2.4.tar.gz) = b9e2e4aad6789b3b63a056d442f7b39f0ecfca3ae0f1fc0ae4e9614401b69f4b
SIZE (lua-5.2.4.tar.gz) = 252651
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
-
Deleted ports which required this port:
- for Libraries
-
- archivers/lua-lzlib
- astro/celestia
- astro/celestia-gtk
- audio/aqualung
- editors/fxite
- editors/wordgrinder
- finance/moneymanagerex
-
Deleted ports which required this port:
- for Run
-
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_lua52
- USES:
- cpe libedit lua:core,52
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|