Port details |
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.2.4_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.2.4_1 23 Jan 2024 14:51:24 |
Muhammad Moinur Rahman (bofh) |
lang/lua52: 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.2.4 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.2.4 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.2.4 31 Aug 2021 09:23:09 |
Bernhard Froehlich (decke) |
lang/lua52: Add CPE information
Approved by: portmgr (blanket) |
5.2.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.2.4 09 Sep 2020 21:47:58 |
bdragon |
[PowerPC64LE] Fix Lua 5.2 runtime issue
Lua 5.2 (but not earlier or later versions) has a powerpc platform detection
check.
This check was not using the preferred define `__powerpc__` so fails to
trigger on gcc.
It also assumes that all of powerpc is big-endian.
Check a more universal preprocessor define, and add support for the
upcoming FreeBSD PowerPC64LE.
Submitted by: Daniel Kolesa <daniel@octaforge.org>
Reviewed by: luporl
Approved by: portmgr (blanket: runtime fix)
Differential Revision: https://reviews.freebsd.org/D26234 |
5.2.4 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.2.4 17 Oct 2018 09:39:43 |
joneum |
Pass maintainership to submitter
PR: 232320
Submitted by: John Von Essen <john@essenz.com>
Sponsored by: Netzkommune GmbH |
5.2.4 18 Aug 2018 20:43:41 |
sunpoet |
-
- Do not silence installation messages
- Regenerate patch files with makepatch:
- Update WWW |
5.2.4 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
5.2.4 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.2.4 19 Jul 2015 14:38:44 |
bapt |
Convert to USES=libedit |
5.2.4 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.2.4 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.2.4 15 Mar 2015 13:12:34 |
bapt |
Update to 5.2.4 |
5.2.3_4 17 Jan 2015 10:34:19 |
antoine |
Fix build on head |
5.2.3_4 17 Jan 2015 01:37:59 |
bapt |
Link on libedit instead of readline
Reduce overlinking on liblua
Enforce libedit from ports |
5.2.3_3 18 Nov 2014 07:12:26 |
antoine |
Package empty LUA_LDIR and LUA_CDIR, as it's more user-friendly |
5.2.3_2 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
5.2.3_2 30 Jun 2014 22:49:27 |
bapt |
Fix building with readline from ports |
5.2.3_2 20 Apr 2014 09:30:08 |
bapt |
Remove build dependency on pkgconf |
5.2.3_2 17 Jan 2014 20:52:01 |
antoine |
Set the soname of liblua, it helps ports using cmake to link against it
(otherwise they do not have the correct DT_NEEDED entry)
Approved by: lua (bapt) |
5.2.3_1 10 Jan 2014 08:39:13 |
bapt |
Add missing lua.pc files (missed in previous commits)
Rework the makefile to use jmmv method from PR which is cleaner than my initial
attempt
PR: ports/180786
Submitted by: jmmv |
5.2.3_1 10 Jan 2014 08:22:53 |
bapt |
Add a .pc file to lua52
PR: ports/180786
Submitted by: jmmv |
5.2.3 15 Dec 2013 00:56:05 |
bapt |
Update to 5.2.3
Pass maintainership to lua@
Lots of cleanup in the Makefile
Reduce patching
Support stage |
5.2.2_1 19 Nov 2013 09:34:40 |
bapt |
Fix package name collision |
5.2.2_1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
5.2.2_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
5.2.2_1 05 Aug 2013 20:37:36 |
mandree |
Link lua .so + program with pthread to prevent hangs in extensions that
use pthreads.
Bump PORTREVISION to pull this in.
PR: ports/181052
Submitted by: Vitaly Magerya <vmagerya@gmail.com>
Approved by: mandree@ on behalf of lua@ |
5.2.2 29 Mar 2013 18:49:03 |
mandree |
Update to new upstream version Lua 5.2.2.
According to Luiz Henrique de Figueiredo,
"Lua 5.2.2 fixes all bugs listed in http://www.lua.org/bugs.html#5.2.1 .
Lua 5.2.2 also fixes several other minors glitches and includes
a revised reference manual." |
5.2.1 06 Jan 2013 17:42:36 |
mandree |
Fix typo in MAINTAINER address (was also in the submitted .shar). |
5.2.1 05 Jan 2013 23:24:52 |
mandree |
Add new port lang/lua52.
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 ) |