Port details |
- lua51 Small, compilable scripting language providing easy access to C code
- 5.1.5_10 lang =10 5.1.5_10Version of this port present on the latest quarterly branch.
- Maintainer: nicklaus.t@me.com
- Port Added: 2014-05-26 15:28:45
- Last Update: 2024-03-23 11:19:32
- Commit Hash: d7511b9
- People watching this port, also watch:: pkg, sqlite3, wget, git, p5-Error
- 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/lua51/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/lua51
- pkg install lua51
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua51
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (lua-5.1.5.tar.gz) = 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333
SIZE (lua-5.1.5.tar.gz) = 221213
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
-
- editors/neovim
- for Libraries
-
- archivers/lua-zlib
- audio/lua-mpd
- devel/fungw
- devel/geany-plugin-lua
- devel/libubox
- devel/love07
- devel/love08
-
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_lua51
- USES:
- cpe libedit lua:core,51
- 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.1.5_10 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.1.5_10 23 Jan 2024 14:51:24 |
Muhammad Moinur Rahman (bofh) |
lang/lua51: 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.1.5_9 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.1.5_9 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.1.5_9 31 Aug 2021 09:23:09 |
Bernhard Froehlich (decke) |
lang/lua51: Add CPE information
Approved by: portmgr (blanket) |
5.1.5_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.1.5_9 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.1.5_9 18 Aug 2018 20:43:36 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
5.1.5_9 24 Aug 2016 17:10:05 |
pi |
lang/lua51: submitter becomes maintainer
PR: 212082
Submitted by: nicklaus.t@me.com |
5.1.5_9 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
5.1.5_9 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.1.5_9 19 Jul 2015 14:38:44 |
bapt |
Convert to USES=libedit |
5.1.5_9 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.1.5_9 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.1.5_9 17 Jan 2015 01:37:59 |
bapt |
Link on libedit instead of readline
Reduce overlinking on liblua
Enforce libedit from ports |
5.1.5_9 17 Jan 2015 01:33:30 |
bapt |
Add a forgot post-patch for libedit support |
5.1.5_9 17 Jan 2015 01:28:32 |
bapt |
Link on port version of libedit
Avoid overlinking on liblua |
5.1.5_8 18 Nov 2014 07:12:26 |
antoine |
Package empty LUA_LDIR and LUA_CDIR, as it's more user-friendly |
5.1.5_7 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
5.1.5_7 30 Jun 2014 22:49:52 |
bapt |
Fix building with readline from ports |
5.1.5_7 26 May 2014 18:29:34 |
bapt |
Add forgotten patch
Reported by: many |
5.1.5_7 26 May 2014 15:28:29 |
bapt |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |