Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Enable popen(3) support | pav | 2005-07-05 | 2 | -0/+12 |
| | | | | | | PR: ports/82959 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: Richard Kiss <him@richardkiss.com> (maintainer) | ||||
* | At Kris's request, back out the MACHINE_ARCH spelling correction until | obrien | 2005-04-12 | 1 | -1/+1 |
| | | | | after 5.4-RELEASE. | ||||
* | Assist getting more ports working on AMD64 by obeying the | obrien | 2005-04-11 | 1 | -1/+1 |
| | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. | ||||
* | - Update to 5.0.2 | pav | 2004-04-01 | 3 | -3/+4 |
| | | | | | | PR: ports/65046 Requested by: Stephane Lentz <milter@free.fr> Approved by: maintainer | ||||
* | SIZEify (maintainer timeout) | trevor | 2004-03-31 | 1 | -0/+1 |
| | |||||
* | Fix build on AMD64 | arved | 2004-02-22 | 1 | -0/+4 |
| | | | | | PR: 63203 Submitted by: Hendrik Scholz <hendrik@scholz.net> | ||||
* | - Update to 5.0.1 | pav | 2004-02-01 | 2 | -3/+2 |
| | | | | | PR: ports/62224 Submitted by: Richard Kiss <him@richardkiss.com> (maintainer) | ||||
* | add .so support | ijliao | 2003-11-12 | 2 | -6/+15 |
| | | | | | | | utilize DOCSDIR PR: 59199 Submitted by: maintainer | ||||
* | Update maintainer's email address | perky | 2003-05-13 | 1 | -2/+2 |
| | | | | Submitted by: maintainer | ||||
* | Upgrade to 5.0 and keep 4.0 as lang/lua4 | perky | 2003-05-10 | 6 | -56/+35 |
| | |||||
* | 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> |