View | Details | Raw Unified | Return to bug 240160 | Differences between
and this patch

Collapse All | Expand All

(-)www/lua-resty-lrucache/Makefile (+30 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	lua-resty-lrucache
4
PORTVERSION=	0.09
5
DISTVERSIONPREFIX=v
6
CATEGORIES=	www
7
8
MAINTAINER=	dmitry.wagin@ya.ru
9
COMMENT=	Lua-land LRU cache based on the LuaJIT FFI
10
11
LICENSE=	BSD2CLAUSE
12
13
LUA_MODSHAREDIR=${LOCALBASE}/share/lua/5.1
14
15
RUN_DEPENDS=	luajit-openresty>=2.1:lang/luajit-openresty
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	openresty
19
20
NO_ARCH=	yes
21
NO_BUILD=	yes
22
23
PLIST_FILES+=	${LUA_MODSHAREDIR}/resty/lrucache.lua \
24
		${LUA_MODSHAREDIR}/resty/lrucache/pureffi.lua
25
26
do-install:
27
	@${MKDIR} ${STAGEDIR}${LUA_MODSHAREDIR}
28
	@(cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${LUA_MODSHAREDIR} "-name *\.lua")
29
30
.include <bsd.port.mk>
(-)www/lua-resty-lrucache/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1566944480
2
SHA256 (openresty-lua-resty-lrucache-v0.09_GH0.tar.gz) = 42f0384f80b6a9b4f42f91ee688baf69165d0573347e6ea84ebed95e928211d7
3
SIZE (openresty-lua-resty-lrucache-v0.09_GH0.tar.gz) = 14954
(-)www/lua-resty-lrucache/pkg-descr (+3 lines)
Line 0 Link Here
1
Lua-land LRU cache based on the LuaJIT FFI
2
3
WWW: https://github.com/openresty/lua-resty-lrucache

Return to bug 240160