1 | # $ld$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name lua-luasocket |
---|
5 | version 2.0.1 |
---|
6 | categories devel |
---|
7 | maintainers emmett.shear@gmail.com |
---|
8 | master_sites http://luaforge.net/frs/download.php/1589/ |
---|
9 | checksums md5 9ca22fd9f9413b54802d3d40b38c4e5c |
---|
10 | description The luasocket library extends lua with tcp, udp, and dns |
---|
11 | homepage http://www.cs.princeton.edu/~diego/professional/luasocket/ |
---|
12 | depends_lib port:lua |
---|
13 | distname luasocket-${version} |
---|
14 | use_configure no |
---|
15 | patchfiles config.diff |
---|
16 | |
---|
17 | post-patch { |
---|
18 | reinplace "s|%%PREFIX%%|${prefix}|g" ${worksrcpath}/config |
---|
19 | } |
---|
20 | |
---|
21 | long_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. |
---|
22 | |
---|
23 | |
---|