diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-14 06:07:51 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-14 06:07:51 +0000 |
commit | 3e0f3a3764b350d219402fefd1ba619d16126b82 (patch) | |
tree | 45ce18f4be0e6a3d38d402690cf670517e9eb1a8 /security/luasec | |
parent | e271fb5d9f94d1c04e6faa02cfc5e67b65b32a7e (diff) | |
download | ports-3e0f3a3764b350d219402fefd1ba619d16126b82.tar.gz ports-3e0f3a3764b350d219402fefd1ba619d16126b82.zip |
Notes
Diffstat (limited to 'security/luasec')
-rw-r--r-- | security/luasec/Makefile | 25 | ||||
-rw-r--r-- | security/luasec/distinfo | 3 | ||||
-rw-r--r-- | security/luasec/pkg-descr | 6 | ||||
-rw-r--r-- | security/luasec/pkg-plist | 2 |
4 files changed, 36 insertions, 0 deletions
diff --git a/security/luasec/Makefile b/security/luasec/Makefile new file mode 100644 index 000000000000..836b1a22b7a6 --- /dev/null +++ b/security/luasec/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: luasec +# Date created: 25 June 2009 +# Whom: Andrew Lewis <dru@silenceisdefeat.net> +# +# $FreeBSD$ +# + +PORTNAME= luasec +PORTVERSION= 0.3.2 +CATEGORIES= security +MASTER_SITES= http://luaforge.net/frs/download.php/4059/ +PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} + +MAINTAINER= dru@silenceisdefeat.net +COMMENT= A Lua binding for the OpenSSL library to provide TLS/SSL communication + +RUN_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket + +ALL_TARGET= bsd +LIBDIR= -L${LUA_LIBDIR} +MAKE_ENV+= INCDIR=-I${LUA_INCDIR} +USE_LUA= 5.1 +WANT_LUA_VER= 5.1 + +.include <bsd.port.mk> diff --git a/security/luasec/distinfo b/security/luasec/distinfo new file mode 100644 index 000000000000..7fa14587845a --- /dev/null +++ b/security/luasec/distinfo @@ -0,0 +1,3 @@ +MD5 (luasec-0.3.2.tar.gz) = ee74c2578a1eb594b889eeba7a3b57f0 +SHA256 (luasec-0.3.2.tar.gz) = 1a2f677aa94f42a886da31538f7f7e60b126fcf624663e4b06eaa03a7e428ef5 +SIZE (luasec-0.3.2.tar.gz) = 26467 diff --git a/security/luasec/pkg-descr b/security/luasec/pkg-descr new file mode 100644 index 000000000000..e35dd0496f2c --- /dev/null +++ b/security/luasec/pkg-descr @@ -0,0 +1,6 @@ +LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. This +version delegates to LuaSocket the TCP connection establishment between the +client and server. Then LuaSec uses this connection to start a secure TLS/SSL +session. + +WWW: http://www.inf.puc-rio.br/~brunoos/luasec/ diff --git a/security/luasec/pkg-plist b/security/luasec/pkg-plist new file mode 100644 index 000000000000..031eabac9b8b --- /dev/null +++ b/security/luasec/pkg-plist @@ -0,0 +1,2 @@ +%%LUA_MODLIBDIR%%/ssl.so +%%LUA_MODSHAREDIR%%/ssl.lua |