Version: 3.0rc1, Package name: luasocket-3.0rc1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet. |
Filesize: 320.896 KB |
Version History (View Complete History) |
|
2020-02-14 04:11:33 by Stuart Henderson | Files touched by this commit (27) |
Log message: remove some extraneous DISTNAME setting from GH_TAGNAME ports, move GH_* up in a few cases where it's halfway through the Makefile |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2016-10-16 17:21:23 by Jeremie Courreges-Anglas | Files touched by this commit (25) |
Log message: Add explicit lua52/lua53 FLAVORS where supported. Discussed on ports@, sthen@ agrees with the direction. |
2016-06-07 05:55:24 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Add compat for lua53, from Florian Stinglmayr |
2016-03-18 14:49:28 by Christian Weisgerber | Files touched by this commit (27) |
Log message: remove SHARED_ONLY from simple lua ports |
2015-04-05 07:31:15 by Stuart Henderson | Files touched by this commit (62) |
Log message: drop GH_COMMIT lines which are hidden behind GH_TAGNAME, discussed with a few in the room. |
2015-02-10 01:44:32 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: install missing headers.lua as spotted by tedu@ |
2010-06-18 12:11:34 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - sync with lua.port.mk |
2009-09-06 07:46:58 by Jolan Luff | Files touched by this commit (7) |
Log message: update to 2.0.2 |
2009-08-22 14:28:40 by Robert Nagy | Files touched by this commit (6) |
Log message: luasocket defines buffer_init(); which is common enough to be defined elsewhere and it is defined in mod_magnet, so you end up with a SIGSEGV. So rename buffer_* funcs to ls_buffer_*. |
2009-08-14 14:35:32 by Jonathan Gray | Files touched by this commit (2) |
Log message: We need to define -DUNIX_HAS_SUN_LEN for AF_UNIX sockets to get initialised correctly. From Daniel Silverstone. |
2008-11-03 21:06:45 by Jonathan Gray | Files touched by this commit (2) |
Log message: Support additional HTTP redirections (303 and 307). "yes please" martynas@ |
2008-06-10 23:04:37 by Landry Breuil | Files touched by this commit (17) |
Log message: Convert existing lua-related ports to use new lang/lua MODULE, and bump PKGNAMEs. ok wcmaier@ ajacoutot@ |
2007-09-15 16:37:00 by Michael Erdely | Files touched by this commit (333) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@) |
2007-08-05 06:34:33 by Marc Balmer | Files touched by this commit (14) |
Log message: Remove Pedro Martelleto as MAINTAINER per his own request. ok espie |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2006-12-17 13:13:33 by Matthias Kilian | Files touched by this commit (12) |
Log message: Swap RUN_DEPENDS and BUILD_DEPENDS. ok dassow@ |
2006-09-23 12:05:31 by Pedro Martelletto | Files touched by this commit (5) |
Log message: Update to LuaSocket 2.0.1 |
2006-07-29 22:42:52 by Pedro Martelletto | Files touched by this commit (5) |
Log message: Switch to Lua 5.1, okay jolan@ |
2006-04-12 12:41:36 by Pedro Martelletto | Files touched by this commit (3) |
Log message: Remove integer type hacks, okay jolan@ |
2006-02-10 11:07:37 by Steven Mestdagh | Files touched by this commit (1) |
Log message: add missing libraries in WANTLIB and LIB_DEPENDS which also makes build/run depends unnecessary in this case. ok naddy@ |
2006-01-20 18:32:40 by Jolan Luff | Files touched by this commit (3) |
Log message: if LUA_NUMBER is int then use msecs, otherwise default to allowing subsecond timeouts via floating point numbers ok pedro@ |
2005-11-26 06:46:56 by Pedro Martelletto | Files touched by this commit (2) |
Log message: Sigh, distfile moved and changed *after* the release announcement was made. How nice. First spotted by sturm@, thanks. |
2005-11-25 08:09:44 by Pedro Martelletto | Files touched by this commit (15) |
Log message: luasocket 2.0, okay jolan@ |
2005-09-10 11:32:15 by Marc Espie | Files touched by this commit (1) |
Log message: Tsk, tsk. Missing LIB_DEPENDS |
2005-04-19 09:14:38 by Pedro Martelletto | Files touched by this commit (11) |
Log message: upgrade to luasocket 2.0-beta3, okay jolan@ |
2005-04-19 08:31:27 by Pedro Martelletto | Files touched by this commit (3) |
Log message: prepare for luacompat, don't leak variables to the user environment |
2005-01-05 10:15:08 by Christian Weisgerber | Files touched by this commit (250) |
Log message: SIZE |
2004-12-29 00:29:17 by Peter Valchev | Files touched by this commit (1) |
Log message: compile and link with -fPIC for shared objs |