Index: www/lua-resty-lrucache/Makefile =================================================================== --- www/lua-resty-lrucache/Makefile (nonexistent) +++ www/lua-resty-lrucache/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= resty-lrucache +PORTVERSION= 0.09 +DISTVERSIONPREFIX=v +CATEGORIES= www +PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} + +MAINTAINER= dmitry.wagin@ya.ru +COMMENT= Lua-land LRU cache based on the LuaJIT FFI + +LICENSE= BSD2CLAUSE + +USES= lua:51 + +USE_GITHUB= yes +GH_ACCOUNT= openresty +GH_PROJECT= lua-resty-lrucache + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES+= %%LUA_MODSHAREDIR%%/resty/lrucache.lua \ + %%LUA_MODSHAREDIR%%/resty/lrucache/pureffi.lua + +do-install: + @(cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${LUA_MODSHAREDIR} "-name *\.lua") + +.include Property changes on: www/lua-resty-lrucache/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-lrucache/distinfo =================================================================== --- www/lua-resty-lrucache/distinfo (nonexistent) +++ www/lua-resty-lrucache/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566944480 +SHA256 (openresty-lua-resty-lrucache-v0.09_GH0.tar.gz) = 42f0384f80b6a9b4f42f91ee688baf69165d0573347e6ea84ebed95e928211d7 +SIZE (openresty-lua-resty-lrucache-v0.09_GH0.tar.gz) = 14954 Property changes on: www/lua-resty-lrucache/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-lrucache/pkg-descr =================================================================== --- www/lua-resty-lrucache/pkg-descr (nonexistent) +++ www/lua-resty-lrucache/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Lua-land LRU cache based on the LuaJIT FFI + +WWW: https://github.com/openresty/lua-resty-lrucache Property changes on: www/lua-resty-lrucache/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