Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | De-pkg-comment. | knu | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵ | dwcjr | 2001-09-23 | 1 | -1/+0 |
| | | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will | ||||
* | Added WWW URL. | jeh | 2001-05-14 | 2 | -1/+1 |
| | | | | | | | Minor portlint cleanup in Makefile PR: 27304 Submitted by: Richard Kiss <kiss@kalamalka.gizzywump.com> MAINTAINER | ||||
* | Use random()/srandom() for better PRNG properties than rand()/srand(). | kris | 2001-04-30 | 2 | -0/+21 |
| | | | | | | Bump PORTREVISION. Approved by: maintainer | ||||
* | Don't hard-code -O2; inherit default CC and CFLAGS from <sys.mk> | kris | 2001-04-30 | 1 | -5/+3 |
| | |||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | sobomax | 2001-01-16 | 1 | -1/+1 |
| | |||||
* | Update to 4.0 | kevlo | 2001-01-03 | 3 | -13/+15 |
| | | | | | PR: 24036 Submitted by: MAINTAINER | ||||
* | ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go. | billf | 2000-05-14 | 1 | -1/+1 |
| | |||||
* | Convert to the PORTNAME - PORTVERSION syntax. | obrien | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Lunchboxify by upgrading to lua 3.2.2 (distfile had the same name), and | kris | 2000-02-27 | 3 | -7/+9 |
| | | | | | | respect CFLAGS Noticed by: bento | ||||
* | Update port to 3.2 | jedgar | 2000-02-01 | 3 | -10/+11 |
| | | | | | PR: 16469 Submitted by: Maintainer | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Install a few missing libraries and headers. | cpiazza | 1999-07-08 | 2 | -1/+17 |
| | | | | | PR: 12544 Submitted by: maintainer | ||||
* | Lua: | cpiazza | 1999-07-06 | 6 | -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> |