aboutsummaryrefslogtreecommitdiff
path: root/lang/lua
Commit message (Collapse)AuthorAgeFilesLines
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Lunchboxify by upgrading to lua 3.2.2 (distfile had the same name), andKris Kennaway2000-02-273-7/+9
| | | | | | | | | respect CFLAGS Noticed by: bento Notes: svn path=/head/; revision=26333
* Update port to 3.2Chris D. Faulhaber2000-02-013-10/+11
| | | | | | | | PR: 16469 Submitted by: Maintainer Notes: svn path=/head/; revision=25375
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Install a few missing libraries and headers.Chris Piazza1999-07-082-1/+17
| | | | | | | | PR: 12544 Submitted by: maintainer Notes: svn path=/head/; revision=20116
* Lua:Chris Piazza1999-07-066-0/+80
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. PR: 12459 Submitted by: Richard Kiss <richard@homemail.com> Notes: svn path=/head/; revision=20090