| Port details |
- lua55 Powerful, efficient, lightweight, embeddable scripting language
- 5.5.0 lang
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: tagattie@FreeBSD.org
 - Port Added: 2026-05-31 02:39:07
- Last Update: 2026-05-31 02:35:54
- Commit Hash: 5a2beff
- 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:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/lua55/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/lua55
- pkg install lua55
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua55
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1778587320
SHA256 (lua-5.5.0.tar.gz) = 57ccc32bbbd005cab75bcc52444052535af691789dba2b9016d5c50640d68b3d
SIZE (lua-5.5.0.tar.gz) = 396950
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- 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
-
- x11-wm/hyprland
Configuration Options:
- ===> The following configuration options are available for lua55-5.5.0:
====> 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=off: Use libedit (breaks lcurses)
LIBEDIT_DL=on: Use dynamically loaded libedit (recommended)
READLINE=off: Use GNU Readline (breaks lcurses)
READLINE_DL=off: Use dynamically loaded GNU readline
===> Use 'make config' to modify these settings
- Options name:
- lang_lua55
- USES:
- cpe lua:core,55 libedit
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
5.5.0 31 May 2026 02:35:54
    |
Hiroki Tagato (tagattie)  |
lang/lua55: Add port: Powerful, efficient, lightweight, embeddable scripting
language (Version 5.5)
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 (Only the first 15 lines of the commit message are shown above ) |
5.4.8 31 May 2026 02:35:53
    |
Hiroki Tagato (tagattie)  |
lang/lua55: Repocopy from lang/lua54
PR: 295279
Reviewed by: vvd |
Number of commits found: 2
|