Commit graph

18 commits

Author SHA1 Message Date
OBATA Akio
9e825c4c0e Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:49:32 +00:00
Thomas Klausner
35451c7ea8 Update to 2.0.1:
This is just a bug-fix/update release.

    * Updated: now using compat-5.1r5;

    * Improved: http.request is more robust to malformed
      URLs (Adrian Sietsma);

    * Improved: the simple http.request interface sends a
      "Content-type: application/x-www-form-urlencoded" header
      (William Trenker);

    * Improved: http.request is robust to evil servers that
      send inappropriate 100-continue messages (David Burgess);

    * Fixed: http.request was using the old host header during
      redirects (Florian Berger);

    * Fixed: sample unix.c had fallen through the cracks
      during development (Matthew Percival);

    * Fixed: error code was not being propagated correctly
      in ftp.lua (David Burgess).
2006-08-14 22:44:25 +00:00
Sergey Svishchev
14767180cf Repair more linkrot in MASTER_SITES and HOMEPAGEs, ignoring internal redirects
and redirects from/to sf.net, *.org.
2006-05-01 01:31:58 +00:00
Roland Illig
868db073be Added RCS Id to patch-aa. 2005-09-28 08:14:34 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
pancake ;)
0ba3793d51 solve linking problem in original makefile 2004-12-28 01:28:26 +00:00
pancake ;)
e38f44d72c add MESSAGE like lua-pgsql does. 2004-12-28 01:15:41 +00:00
pancake ;)
e98dcbbd0d update to luasocket-2.0beta
package renamed to lua-socket-2.0b (before called luasocket-2.0alpha) <- ALERT!
dirname must be renamed lua-socket instead of luasocket when importing it
to pkgsrc
2004-12-28 01:14:23 +00:00
Thomas Klausner
e2f0a59bec Rename ALL_TARGET variable to BUILD_TARGET.
Mechanical changes to all packages using ALL_TARGET.
Proposed by Roland Illig, ok'd by various people.
2004-12-02 16:38:55 +00:00
Peter Postma
b54dc19d08 wip is not the category, fix it. 2004-07-18 15:25:57 +00:00
Soren Jacobsen
0c3f68942a Convert to buildlink3. 2004-05-09 19:34:21 +00:00
pancake ;)
0fd11996c5 All done and clear :) 2004-01-26 16:07:45 +00:00
pancake ;)
582b5e4df0 Initial import of luasocket.
This release is work in progress. It has been tested on WinXP, Mac OS X,
SunOS and Linux.

In this version, all Lua code should be built into the binary. For that, you
will need a working versions of luac and bin2c, both available with your
Lua distribution. Check the makefile for details.

==TODO==

- Install files/XXX into correct directory.
- Modify files/XXX to get the correct libpath.
- Question...install the rest of .lua files (http,etc.)

- The correct path must be : ${PREFIX}/share/lua50/
2004-01-26 08:45:44 +00:00
pancake ;)
1f92235f8a Initial import of luasocket.
This release is work in progress. It has been tested on WinXP, Mac OS X,
SunOS and Linux.

In this version, all Lua code should be built into the binary. For that, you
will need a working versions of luac and bin2c, both available with your
Lua distribution. Check the makefile for details.

==TODO==

- Install files/XXX into correct directory.
- Modify files/XXX to get the correct libpath.
- Question...install the rest of .lua files (http,etc.)

- The correct path must be : ${PREFIX}/share/lua50/
2004-01-26 08:45:43 +00:00
pancake ;)
4bb9447c53 Initial import of luasocket.
This release is work in progress. It has been tested on WinXP, Mac OS X,
SunOS and Linux.

In this version, all Lua code should be built into the binary. For that, you
will need a working versions of luac and bin2c, both available with your
Lua distribution. Check the makefile for details.

==TODO==

- Install files/XXX into correct directory.
- Modify files/XXX to get the correct libpath.
- Question...install the rest of .lua files (http,etc.)

- The correct path must be : ${PREFIX}/share/lua50/
2004-01-26 08:45:43 +00:00
grant beattie
b82ee9e606 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:32:43 +00:00
pancake ;)
52a22b16d3 Initial import of luasocket
This release is work in progress. It has been tested on WinXP, Mac OS X,
SunOS and Linux.

In this version, all Lua code should be built into the binary. For that, you
will need a working versions of luac and bin2c, both available with your
Lua distribution. Check the makefile for details.



TODO:


Apply : Subject: Re: 24219: Lua5 must install bin2c (to compile external modules)

Compiled properly...but I need luasocket.lua...refine a little bt more.
2004-01-24 23:56:42 +00:00