aboutsummaryrefslogtreecommitdiff
path: root/lang/lua50
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - Enable popen(3) supportPav Lucistnik2005-07-052-0/+12
| | | | | | | | | PR: ports/82959 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: Richard Kiss <him@richardkiss.com> (maintainer) Notes: svn path=/head/; revision=138546
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 5.0.2Pav Lucistnik2004-04-013-3/+4
| | | | | | | | | PR: ports/65046 Requested by: Stephane Lentz <milter@free.fr> Approved by: maintainer Notes: svn path=/head/; revision=105913
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Fix build on AMD64Tilman Keskinoz2004-02-221-0/+4
| | | | | | | | PR: 63203 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=101745
* - Update to 5.0.1Pav Lucistnik2004-02-012-3/+2
| | | | | | | | PR: ports/62224 Submitted by: Richard Kiss <him@richardkiss.com> (maintainer) Notes: svn path=/head/; revision=99732
* add .so supportYing-Chieh Liao2003-11-122-6/+15
| | | | | | | | | | utilize DOCSDIR PR: 59199 Submitted by: maintainer Notes: svn path=/head/; revision=93785
* Update maintainer's email addressHye-Shik Chang2003-05-131-2/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=80897
* Upgrade to 5.0 and keep 4.0 as lang/lua4Hye-Shik Chang2003-05-106-56/+35
| | | | Notes: svn path=/head/; revision=80626
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵David W. Chapman Jr.2001-09-231-1/+0
| | | | | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will Notes: svn path=/head/; revision=48126
* Added WWW URL.James E. Housley2001-05-142-1/+1
| | | | | | | | | | Minor portlint cleanup in Makefile PR: 27304 Submitted by: Richard Kiss <kiss@kalamalka.gizzywump.com> MAINTAINER Notes: svn path=/head/; revision=42574
* Use random()/srandom() for better PRNG properties than rand()/srand().Kris Kennaway2001-04-302-0/+21
| | | | | | | | | Bump PORTREVISION. Approved by: maintainer Notes: svn path=/head/; revision=42065
* Don't hard-code -O2; inherit default CC and CFLAGS from <sys.mk>Kris Kennaway2001-04-301-5/+3
| | | | Notes: svn path=/head/; revision=42051
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Update to 4.0Kevin Lo2001-01-033-13/+15
| | | | | | | | PR: 24036 Submitted by: MAINTAINER Notes: svn path=/head/; revision=36623
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-141-1/+1
| | | | Notes: svn path=/head/; revision=28453
* 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