Index: www/lua-resty-core/Makefile =================================================================== --- www/lua-resty-core/Makefile (nonexistent) +++ www/lua-resty-core/Makefile (working copy) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= lua-resty-core +PORTVERSION= 0.1.17 +DISTVERSIONPREFIX=v +CATEGORIES= www + +MAINTAINER= dmitry.wagin@ya.ru +COMMENT= New FFI-based Lua API for ngx_http_lua_module and/or ngx_stream_lua_module + +LICENSE= BSD2CLAUSE + +LUA_MODSHAREDIR=${LOCALBASE}/share/lua/5.1 + +RUN_DEPENDS= luajit-openresty>=2.1:lang/luajit-openresty \ + lua-resty-lrucache>=0.09:www/lua-resty-lrucache + +USE_GITHUB= yes +GH_ACCOUNT= openresty + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_SUB= LUA_MODSHAREDIR=${LUA_MODSHAREDIR} + +do-install: + @${MKDIR} ${STAGEDIR}${LUA_MODSHAREDIR} + @(cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${LUA_MODSHAREDIR} "-name *\.lua") + +.include Property changes on: www/lua-resty-core/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lua-resty-core/distinfo =================================================================== --- www/lua-resty-core/distinfo (nonexistent) +++ www/lua-resty-core/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566940586 +SHA256 (openresty-lua-resty-core-v0.1.17_GH0.tar.gz) = 8f5f76d2689a3f6b0782f0a009c56a65e4c7a4382be86422c9b3549fe95b0dc4 +SIZE (openresty-lua-resty-core-v0.1.17_GH0.tar.gz) = 150985 Property changes on: www/lua-resty-core/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lua-resty-core/pkg-descr =================================================================== --- www/lua-resty-core/pkg-descr (nonexistent) +++ www/lua-resty-core/pkg-descr (working copy) @@ -0,0 +1,3 @@ +New FFI-based Lua API for ngx_http_lua_module and/or ngx_stream_lua_module + +WWW: https://github.com/openresty/lua-resty-core Property changes on: www/lua-resty-core/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lua-resty-core/pkg-plist =================================================================== --- www/lua-resty-core/pkg-plist (nonexistent) +++ www/lua-resty-core/pkg-plist (working copy) @@ -0,0 +1,29 @@ +%%LUA_MODSHAREDIR%%/ngx/balancer.lua +%%LUA_MODSHAREDIR%%/ngx/base64.lua +%%LUA_MODSHAREDIR%%/ngx/errlog.lua +%%LUA_MODSHAREDIR%%/ngx/ocsp.lua +%%LUA_MODSHAREDIR%%/ngx/pipe.lua +%%LUA_MODSHAREDIR%%/ngx/process.lua +%%LUA_MODSHAREDIR%%/ngx/re.lua +%%LUA_MODSHAREDIR%%/ngx/resp.lua +%%LUA_MODSHAREDIR%%/ngx/semaphore.lua +%%LUA_MODSHAREDIR%%/ngx/ssl.lua +%%LUA_MODSHAREDIR%%/ngx/ssl/session.lua +%%LUA_MODSHAREDIR%%/resty/core.lua +%%LUA_MODSHAREDIR%%/resty/core/base.lua +%%LUA_MODSHAREDIR%%/resty/core/base64.lua +%%LUA_MODSHAREDIR%%/resty/core/ctx.lua +%%LUA_MODSHAREDIR%%/resty/core/exit.lua +%%LUA_MODSHAREDIR%%/resty/core/hash.lua +%%LUA_MODSHAREDIR%%/resty/core/misc.lua +%%LUA_MODSHAREDIR%%/resty/core/ndk.lua +%%LUA_MODSHAREDIR%%/resty/core/phase.lua +%%LUA_MODSHAREDIR%%/resty/core/regex.lua +%%LUA_MODSHAREDIR%%/resty/core/request.lua +%%LUA_MODSHAREDIR%%/resty/core/response.lua +%%LUA_MODSHAREDIR%%/resty/core/shdict.lua +%%LUA_MODSHAREDIR%%/resty/core/time.lua +%%LUA_MODSHAREDIR%%/resty/core/uri.lua +%%LUA_MODSHAREDIR%%/resty/core/utils.lua +%%LUA_MODSHAREDIR%%/resty/core/var.lua +%%LUA_MODSHAREDIR%%/resty/core/worker.lua Property changes on: www/lua-resty-core/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property