Commit Graph

22 Commits

Author SHA1 Message Date
pedro
e18b21c32d introduce a simple package management facility for lua, by permitting
each package to have an initialization file, and keeping a table of
'<package> = <file>' entries in a known place. these files are loaded
upon lua's activation, and should normally be small, quick pieces of
code responsible for preparing the environment (luapath, cpath) for
the packages they represent.

also, make it possible for every user to have her/his own lua
initialization routines under ~/.lua/init.lua, so that the system-wide
mechanism described above can be replicated to user-specific cases.

prodding, all sorts of ports tutoring and ok jolan@
2004-12-16 13:04:07 +00:00
espie
7baa1914ab new plists.
some fragment games with python.
2004-09-15 19:16:07 +00:00
pedro
f6c613a30d enable popen() support 2004-08-06 18:42:11 +00:00
pedro
c737adaeb4 correctly deal with architectures that have no shared libs
spotted, tutoring and ok'd by jolan@
2004-07-04 23:34:36 +00:00
pedro
491963bb4e forgot to change these to openbsd.org as well 2004-07-03 14:23:32 +00:00
pedro
bba36daf03 enable lua on sparc64 2004-05-25 12:14:30 +00:00
jolan
83ea375ed6 update to 5.0.2, from pedro martelletto (maintainer) 2004-04-08 01:44:41 +00:00
jolan
a63d0acf70 update to 5.0, maintainer timeout.
from new maintainer Pedro Martelletto and myself
2003-12-03 00:56:43 +00:00
naddy
e38608844b No regression tests available. 2002-10-27 14:12:47 +00:00
espie
e82b62f79c Bump NEED_VERSION 2002-03-21 21:09:16 +00:00
espie
e3edfb9aea md5->distinfo 2002-03-21 20:20:41 +00:00
lebel
5137d97f38 lang: integrate COMMENT, bump NEED_VERSION. 2001-05-06 01:27:52 +00:00
wilfried
03dc25d937 respect CC/CFLAGS, ok naddy@ 2001-03-26 08:49:09 +00:00
wilfried
663a54074e fix PLIST 2001-03-26 08:42:46 +00:00
dbt
34ab73a5c3 Oh look, cvs dropped a makefile commit. 2001-01-19 01:16:51 +00:00
dbt
a4932903b7 Fixing share/lua/docs to share/doc/lua, install manpages in man/man1 2001-01-19 01:05:20 +00:00
dbt
5ccec6a41f Clear merge error and put man pages in the correct location 2000-12-19 17:54:29 +00:00
dbt
4e98fd8c93 lua 4.0 port. 2000-12-19 06:58:46 +00:00
dbt
ef9e2e98a5 Update to lua 4.0 2000-12-19 06:49:59 +00:00
espie
9caf73d4ab Trim down comments 2000-11-21 17:26:32 +00:00
dbt
fe351f8dc0 Should build on alpha now, update MAINTAINER
ok espie@
2000-10-22 22:56:05 +00:00
kevlo
37790aab57 Initial import of lua-3.2
lua ia a powerful, light-weight programming language.

Submitted by:	David Terrell <dbt@meat.net>
2000-08-16 03:15:41 +00:00