Port details |
- lua54 Powerful, efficient, lightweight, embeddable scripting language
- 5.4.7 lang =9 5.4.6_1Version 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.4.7 09 Sep 2024 20:37:13 |
Vladimir Druzenko (vvd) Author: Älven |
lang/lua54: update 5.4.6 → 5.4.7
Changelog: https://www.lua.org/bugs.html#5.4.7
Commitlog: https://www.lua.org/work/diffs-lua-5.4.6-lua-5.4.7.html
PR: 280955
Approved by: andrew@tao11.riddles.org.uk (maintainer, timeout > 14 days) |
5.4.6_1 23 Mar 2024 11:19:32 |
Tijl Coosemans (tijl) |
Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV
And remove it from individual ports. Use WRK_ENV in custom build
commands where necessary.
FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes
/etc/make.conf if it exists. This happens when you run make in a port
directory but it also happens when the upstream build system uses make.
This commit disables make.conf inclusion in the latter case because
users can define variables like CFLAGS in make.conf that override ports
framework variables and this can cause problems that are difficult to
diagnose.
If there are any build customisations made through make.conf that stop
working because of this commit then they should be made available by the (Only the first 15 lines of the commit message are shown above ) |
5.4.6_1 23 Jan 2024 14:51:23 |
Muhammad Moinur Rahman (bofh) |
lang/lua54: Impelled to share/man
Approved by: portmgr (blanket) |
5.4.6 08 Jun 2023 10:51:06 |
Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth |
lang/lua54: update to 5.4.6
Submitter becomes maintainer.
5.4.6 fixes the following bugs in 5.4.4 and 5.4.5:
Lua 5.4.5:
Changing the signature of 'lua_resetthread' broke ABI.
Lua 5.4.4:
lua.c assumes that argv has at least one element.
Lua can generate wrong code when _ENV is <const>.
Wrong code generation for constants in bitwise operations.
Lua-stack overflow when C stack overflows while handling an error.
'lua_settop' may use a pointer to stack invalidated by 'luaF_close'. (Only the first 15 lines of the commit message are shown above ) |
5.4.4 29 Nov 2022 09:24:55 |
Koichiro Iwao (meta) |
lang/lua54: Update to 5.4.4
PR: 267430
Approved by: maintainer timeout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.4.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.4.2 31 Aug 2021 09:23:10 |
Bernhard Froehlich (decke) |
lang/lua54: Add CPE information
Approved by: portmgr (blanket) |
5.4.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.4.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.4.2 09 Mar 2021 14:13:41 |
mat |
Remove occurrences of %%LUA_LIBDIR%%.
Differential Revision: https://reviews.freebsd.org/D29138 |
5.4.2 13 Dec 2020 22:23:04 |
sunpoet |
Update to 5.4.2
Changes: https://www.lua.org/versions.html
Differential Revision: https://reviews.freebsd.org/D27589
Submitted by: Russell Haley <russ.haley@gmail.com> (maintainer)
Reviewed by: Andrew Gierth <andrew_tao173@riddles.org.uk> |
5.4.1 15 Oct 2020 17:55:20 |
kevans |
[NEW PORT] lang/lua54 - Lua 5.4.1
Highlights for this version:
- new generational mode for garbage collection
- to-be-closed variables
- const variables
- complete list: https://www.lua.org/manual/5.4/readme.html#changes
The Lua Manual can be found here: https://www.lua.org/manual/5.4/
Incompatibilities from the previous version are specifically documented
here: https://www.lua.org/manual/5.4/manual.html#8
Submitted by: Russ Haley <russ haley gmail com>
Co-submitted by: Andrew Gierth <andrew_tao173 riddles org uk>
Differential Revision: https://reviews.freebsd.org/D14709 |