notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
lua55 Powerful, efficient, lightweight, embeddable scripting language
5.5.0 langnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (21 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/lua55-5.5.0/catalog.mk
  3. /usr/local/share/licenses/lua55-5.5.0/LICENSE
  4. /usr/local/share/licenses/lua55-5.5.0/MIT
  5. bin/lua55
  6. bin/luac55
  7. include/lua55/lauxlib.h
  8. include/lua55/lua.h
  9. include/lua55/lua.hpp
  10. include/lua55/luaconf.h
  11. include/lua55/lualib.h
  12. lib/liblua-5.5.a
  13. lib/liblua-5.5.so
  14. libdata/pkgconfig/lua-5.5.pc
  15. share/man/man1/lua55.1.gz
  16. share/man/man1/luac55.1.gz
  17. @dir lib/lua/5.5
  18. @dir share/lua/5.5
  19. @owner
  20. @group
  21. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • lua55>0:lang/lua55
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:
  1. libedit.so.0 : devel/libedit
This port is required by:
for Libraries
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://www.lua.org/ftp/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.5.0
31 May 2026 02:35:54
commit hash: 5a2beff061181ebcd1a99bf048df11341845bae9commit hash: 5a2beff061181ebcd1a99bf048df11341845bae9commit hash: 5a2beff061181ebcd1a99bf048df11341845bae9commit hash: 5a2beff061181ebcd1a99bf048df11341845bae9 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
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 View all of this commit message)
5.4.8
31 May 2026 02:35:53
commit hash: 0200852294e939fc163e78cb5c02df0a7204ae51commit hash: 0200852294e939fc163e78cb5c02df0a7204ae51commit hash: 0200852294e939fc163e78cb5c02df0a7204ae51commit hash: 0200852294e939fc163e78cb5c02df0a7204ae51 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
lang/lua55: Repocopy from lang/lua54

PR:		295279
Reviewed by:	vvd

Number of commits found: 2