summaryrefslogtreecommitdiff
path: root/lang/lua4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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: 63202 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=101747
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-2/+2
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Install shared library.Tilman Keskinoz2003-07-232-1/+11
| | | | | | | | | | Bump PORTREVISION. PR: 54007 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=85479
* Update maintainer's email addressHye-Shik Chang2003-05-131-2/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=80897
* - Remove the obsolete WWW url. [1]Hye-Shik Chang2003-05-102-1/+1
| | | | | | | | | | - Set LATEST_LINK to lua4 in favor of lang/lua. PR: 50654 [1] Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> [1] Notes: svn path=/head/; revision=80627
* 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