Port details |
- lua4 Small, compilable scripting language providing easy access to C code
- 4.0.1_1 lang
=1 4.0.1_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Lua4 is EOLed
This port expired on: 2013-11-18
- Maintainer: him@richardkiss.com
- Port Added: 2003-05-10 22:36:59
- Last Update: 2013-10-31 11:12:23
- SVN Revision: 332223
- People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
- 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 |
4.0.1_1 31 Oct 2013 11:12:23 |
bapt |
Drop support for lua 4 which is EOLed for a long time
Approved by: Richard Kiss <him@richardkiss.com> (maintainer) |
4.0.1_1 18 Oct 2013 09:47:01 |
bapt |
Lua4 is deprecated upstream for long
Approved by: maintainer |
4.0.1_1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
4.0.1_1 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
4.0.1_1 18 Nov 2009 22:39:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
4.0.1_1 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 |
4.0.1 16 Sep 2006 21:42:04 |
linimon |
Remove zero-length files.
PR: ports/101612
Submitted by: alepulver
Pointy hat to: linimon |
4.0.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 |
4.0.1 04 Jun 2006 12:12:33 |
philip |
Update to 4.0.1.
PR: 98423
Submitted by: Martin Wilke <freebsd -at- unixfreunde.de>
Approved by: Richard Kiss <him -at- richardkiss.com> (maintainer) |
4.0_2 03 May 2006 13:30:06 |
pav |
- Make the lua ports conflict each another |
4.0_2 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
4.0_2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
4.0_2 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
4.0_2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
4.0_2 22 Feb 2004 19:02:10 |
arved |
Fix build on AMD64
PR: 63202
Submitted by: Hendrik Scholz <hendrik@scholz.net> |
4.0_2 24 Sep 2003 09:37:11 |
osa |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
4.0_2 23 Jul 2003 17:50:50 |
arved |
Install shared library.
Bump PORTREVISION.
PR: 54007
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> |
4.0_1 13 May 2003 09:40:34 |
perky |
Update maintainer's email address
Submitted by: maintainer |
4.0_1 10 May 2003 22:36:13 |
perky |
- Remove the obsolete WWW url. [1]
- Set LATEST_LINK to lua4 in favor of lang/lua.
PR: 50654 [1]
Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> [1] |