Port details |
- 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/llvm12
- devel/llvm13
- devel/llvm14
- devel/llvm15
- devel/llvm16
- devel/llvm17
-
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.3.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.3.6_1 23 Jan 2024 14:51:23 |
Muhammad Moinur Rahman (bofh) |
lang/lua53: Impelled to share/man
Approved by: portmgr (blanket) |
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.3.6 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.3.6 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
5.3.6 31 Aug 2021 09:23:10 |
Bernhard Froehlich (decke) |
lang/lua53: Add CPE information
Approved by: portmgr (blanket) |
5.3.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.3.6 09 Mar 2021 14:13:41 |
mat |
Remove occurrences of %%LUA_LIBDIR%%.
Differential Revision: https://reviews.freebsd.org/D29138 |
5.3.6 15 Oct 2020 17:28:23 |
kevans |
lang/lua53: update to 5.3.6
This release fixes all bugs listed here: https://www.lua.org/bugs.html#5.3.5
While we're here, do some cleanup work in preparation for an impending
lang/lua54 port:
- Various reordering to appease portclippy
- The patch to src/Makefile has been renamed to match the standard naming
convention since it was relatively close
- Use ${LUA_VER_STR} in place of again writing out the version string
- Use various LUA_* substitutions in the plist to reduce change on new
versions
The latter two have actually been backported from the submitted lua54 port
in D14709, rather than being included in the original submission, to make
the diff between lang/lua53 and lang/lua54 more obvious.
Submitted by: Russ Haley <russ haley gmail com>
Submitted with: Andrew Gierth <andrew_tao173 riddles org uk>
Differential Revision: https://reviews.freebsd.org/D25797 |
5.3.5_3 14 Apr 2020 15:49:37 |
mat |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
5.3.5_3 03 May 2019 11:50:24 |
swills |
lang/lua53: move assertion to correct place
PR: 236891
Submitted by: andrew@tao11.riddles.org.uk
Approved by: Russell Haley <russ.haley@gmail.com> (maintainer) |
5.3.5_2 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
5.3.5_1 21 Mar 2019 16:26:39 |
dbn |
lang/lua: workaround dlopen/libthr bug on FreeBSD 12
Submitted by: Russel Haley <russ.haley@gmail.com>
Differential Revision: https://reviews.freebsd.org/D18939 |
5.3.5 30 Aug 2018 04:05:08 |
danfe |
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options. |
5.3.5 18 Aug 2018 20:43:46 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
5.3.5 18 Aug 2018 07:41:01 |
dbn |
lang/lua53: update to 5.3.5 (final release for 5.3)
- Cleanup of variables
- Use the 'bsd' target for build stage
- Add options to to select interactive command line editing
- Add options to control debug options
- Add option for HTML documentation
- No change log provided upstream
Submitted by: Russel Haley (russ.haley@gmail.com)
Andrew Gierth (andrew_tao173.riddles.org.uk)
Differential Revision: https://reviews.freebsd.org/D13690 |
5.3.4_2 14 Nov 2017 06:28:06 |
riggs |
New maintainer: Russell Haley <russ.haley@gmail.com>
Details:
- This is the second bit of the patch in PR 222581
- Guilherme Salazar <gmesalazar@gmail.com>, the previous maintainer,
has confirmed the transfer of maintainership via e-mail
PR: 222581
Submitted by: russ.haley@gmail.com (new maintainer)
Approved by: gmesalazar@gmail.com (previous maintainer, via email)
MFH: 2017Q4 |
5.3.4_1 11 Nov 2017 12:48:53 |
riggs |
Fix multiple runtime errors and crashes in lua 5.3.4
Details
- Import upstream patches for known runtime errors
and crashes in lua 5.3.4
Details, see https://www.lua.org/bugs.html
in the section on version 5.3.4
PR: 222581
Submitted by: russ.haley@gmail.com
Approved by: maintainer timeout
MFH: 2017Q4 |
5.3.4 09 Mar 2017 03:05:20 |
wen |
- Update to 5.3.4
PR: 217461
Submitted by: gmesalazar@gmail.com(maintainer) |
5.3.3_1 25 Oct 2016 12:48:43 |
koobs |
lang/lua53: Add new MAINTAINER, Add bug fix patches
The Lua team maintains a list of bugs found in each release of Lua since
4.0 [1] with examples that show the bug and a patch when the fix is
available.
This patch adds all three bug fixes available so far. A fourth bug fix
should be made available soon to fix a recently-found bug in coroutines.
To make it easier to track changes for each patch, a GitHub repository
[2] has been created with the Lua distribution and patches so they can
be referenced by commit id.
- Pass MAINTAINER'ship to Submitter, who is also a member of the NetBSD
Lua team. (Thanks!)
[1] https://www.lua.org/bugs.html
[2] https://github.com/salazar/lua
PR: 213658
Submitted by: Guilherme Salazar <gmesalazar gmail com>
MFH: 2014Q4 |
5.3.3 06 Jul 2016 13:17:17 |
gahr |
lang/lua53: update to 5.3.3 |
5.3.2_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
5.3.2_1 20 Feb 2016 19:19:50 |
ian |
Use -fPIC on all arches; lua builds the object files into a shared lib.
Since the object files get built into a shared lib, using -fPIC on all
arches is the right thing to do, instead of adding it to each new arch that
comes along which doesn't accidentally allow non-PIC modules in shared libs.
PR: 207324
Approved by: mat(mentor)
Differential Revision: https://reviews.freebsd.org/D5362 |
5.3.2_1 20 Feb 2016 19:13:22 |
ian |
Bump PORTREVISION for changes done in r409214; the CFLAGS change in that
revision results in different binaries.
Approved by: sbruno(mentor) |
5.3.2 19 Feb 2016 22:55:18 |
ian |
Fix CFLAGS handling in lua53 patches.
The ?= assignment of CFLAGS (not present in earlier lua5x patches) results
in MYCFLAGS, passed from the port makefile, never getting assigned to CFLAGS
during the lua build. The result is a copy of lua that has none of the posix
support functions in it.
CFLAGS set in the outer environment by the user or make.conf get passed in
via the MYCFLAGS mechanism, so remove the -O2 and let the outer environment
control optimization level.
Approved by: mat(mentor)
Differential Revision: https://reviews.freebsd.org/D5256 |
5.3.2 09 Dec 2015 13:20:32 |
vanilla |
Upgrade to 5.3.2. |
5.3.1_1 19 Jul 2015 14:38:44 |
bapt |
Convert to USES=libedit |
5.3.1_1 17 Jul 2015 17:02:14 |
pgollucci |
lang/lua53: fix dependencies
Prevent /usr/lib/libedit.so from being used over
/usr/local/lib/libedit.so.0 from devel/libedit
Note: libedit should be made into a USES
Reported by: sunpoet
Pointy hat to: myself (pgollucci) |
5.3.1 16 Jul 2015 18:35:34 |
pgollucci |
lang/lua53: 5.3.0 -> 5.3.1
PR: 201469
Submitted by: milios@ccsys.com |
5.3.0 25 Jun 2015 13:12:21 |
emaste |
lang/lua{51,52,53}: Add -fPIC for arm64
Reviewed by: andrew
Approved by: bapt
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D2904 |
5.3.0 16 Apr 2015 12:40:15 |
bapt |
Disbanding lua@ which was anyway not a team for a while
I have no time left to work on lua at all for now |
5.3.0 17 Jan 2015 10:34:19 |
antoine |
Fix build on head |
5.3.0 17 Jan 2015 02:19:59 |
bapt |
Add lua 5.3.0
Highlights from this new version:
Main new features are support for integers, bitwise operators, and a basic utf-8
library
Complete list of changes: http://www.lua.org/manual/5.3/readme.html#changes
List of incompatibilities with lua 5.2:
http://www.lua.org/manual/5.3/manual.html#8 |