Port details |
- lua50 Small, compilable scripting language providing easy access to C code
- 5.0.3 lang
=9 5.0.3Version of this port present on the latest quarterly branch.
- Maintainer: him@richardkiss.com
- Port Added: 2006-05-03 12:40:15
- Last Update: 2013-11-18 16:12:45
- SVN Revision: 334218
- People watching this port, also watch:: gtk2, glib, libdrm
- License: not specified in port
- WWW:
- http://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.
WWW: http://www.lua.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: lua
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- This port has no dependencies.
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Libraries
-
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:
- N/A
- 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.0.3 18 Nov 2013 16:12:45 |
bapt |
Third pass at removing EOLed lua50
devel/lua50-compat51
lang/lua50 |
5.0.3 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
5.0.3 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
5.0.3 18 Nov 2009 22:39:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
5.0.3 07 Mar 2007 13:11:47 |
miwi |
- Update to 5.0.3
PR: 109892
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Approved by: maintainer |
5.0.2_3 02 Feb 2007 10:10:57 |
pav |
- Don't strip installed libraries
PR: ports/108560
Submitted by: Richard S. Conto <rsc@umich.edu>
Approved by: Richard Kiss <him@richardkiss.com> (maintainer) |
5.0.2_2 16 Sep 2006 22:01:36 |
linimon |
Update PORTREVISION for previous commits where plist changed.
PR: ports/101612
Submitted by: alepulver
Hat: portmgr
Pointy hat to: linimon |
5.0.2_1 15 Sep 2006 08:17:11 |
linimon |
Modify these files to reflect bsd.lua.mk as tested on the cluster.
PR: ports/101612
Submitted by: alepulver
Hat: portmgr |
5.0.2_1 03 May 2006 13:30:06 |
pav |
- Make the lua ports conflict each another |
5.0.2_1 03 May 2006 12:37:03 |
pav |
- Connect lang/lua50 after repocopy from lang/lua
Repocopy by: marcus |