Port details |
- lua51 Small, compilable scripting language providing easy access to C code
5.1.5_9 lang =7 
- Maintainer: nicklaus.t@me.com
 Port Added: 2014-05-26 15:28:45
Last Update: 2018-08-18 21:43:36
SVN Revision: 477543
License: MIT
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.
WWW: https://www.lua.org/ SVNWeb : Homepage : PortsMon
Dependency line: lua51>0:lang/lua51
To install the port: cd /usr/ports/lang/lua51/ && make install clean To add the package: pkg install lua51 PKGNAME: lua51 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
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
for Run
* - 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
USES:
libedit
Master Sites:
- http://www.lua.org/ftp/
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Aug 2018 20:43:36
5.1.5_9
 |
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
24 Aug 2016 17:10:05
5.1.5_9
 |
pi  |
lang/lua51: submitter becomes maintainer
PR: 212082
Submitted by: nicklaus.t@me.com |
19 May 2016 10:44:12
5.1.5_9
 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
20 Feb 2016 19:19:50
5.1.5_9
 |
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 |
19 Jul 2015 14:38:44
5.1.5_9
 |
bapt  |
Convert to USES=libedit |
25 Jun 2015 13:12:21
5.1.5_9
 |
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 |
16 Apr 2015 12:40:15
5.1.5_9
 |
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 |
17 Jan 2015 01:37:59
5.1.5_9
 |
bapt  |
Link on libedit instead of readline
Reduce overlinking on liblua
Enforce libedit from ports |
17 Jan 2015 01:33:30
5.1.5_9
 |
bapt  |
Add a forgot post-patch for libedit support |
17 Jan 2015 01:28:32
5.1.5_9
 |
bapt  |
Link on port version of libedit
Avoid overlinking on liblua |
18 Nov 2014 07:12:26
5.1.5_8
 |
antoine  |
Package empty LUA_LDIR and LUA_CDIR, as it's more user-friendly |
27 Oct 2014 15:23:31
5.1.5_7
 |
bapt  |
Cleanup plist |
30 Jun 2014 22:49:52
5.1.5_7
 |
bapt  |
Fix building with readline from ports |
26 May 2014 18:29:34
5.1.5_7
 |
bapt  |
Add forgotten patch
Reported by: many |
26 May 2014 15:28:29
5.1.5_7
 |
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) |