Page MenuHomeFreeBSD

New Port: databases/lua-resty-redis
ClosedPublic

Authored by joneum on Nov 16 2017, 4:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 2:39 PM
Unknown Object (File)
Tue, Apr 23, 2:39 PM
Unknown Object (File)
Tue, Apr 23, 2:39 PM
Unknown Object (File)
Tue, Apr 23, 2:39 PM
Unknown Object (File)
Tue, Apr 23, 2:39 PM
Unknown Object (File)
Tue, Apr 23, 2:39 PM
Unknown Object (File)
Tue, Apr 23, 2:26 PM
Unknown Object (File)
Mar 22 2024, 1:18 PM
Subscribers

Details

Summary

New Port: lua-resty-redis - for accessing redis from nginx lua

This Lua library is a Redis client driver for the ngx_lua nginx module:

http://wiki.nginx.org/HttpLuaModule

This Lua library takes advantage of ngx_lua's cosocket API, which ensures 100%
nonblocking behavior.

WWW: https://github.com/openresty/lua-resty-redis

PR: 191531
Submitted by: arcade@b1t.name

Approved by: xxx (mentor)
#Differential Revision: https://reviews.freebsd.org/Dxxxxx

Test Plan

:~/dev/ports/databases/lua-resty-redis % portlint -AC
looks fine.

poudriere testport:

10.3-amd64
10.3-i386
10.4-amd64
10.4-i386
11.1-amd64
11.1-i386
12.0-CURRENT r325045 amd64
12.0-CURRENT r325045 i386

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 12784
Build 13052: arc lint + arc unit

Event Timeline

The log message should contain the full pkg-descr text!

databases/lua-resty-redis/Makefile
4

^ this is a new port, use DISTVERSION and remember to switch the ordering with DISTVERSIONPREFIX.

databases/lua-resty-redis/pkg-plist
2

^ @dir should not be necessary -- as it is neither empty directory nor outside of prefix.

change to DISTVERSION, delete @dir

databases/lua-resty-redis/pkg-plist
2

I meant, you should drop that whole line =)

This possibly could use NO_ARCH -- though I'm not sure :)

So better to leave it as is .

This revision is now accepted and ready to land.Nov 16 2017, 7:07 PM

Add "NO_ARCH" to the Makefile.
There is this info into the log: pkg-static: DEVELOPER_MODE: Notice: arch "FreeBSD:11:i386" -- no architecture specific files found:

This revision now requires review to proceed.Nov 16 2017, 7:09 PM
This revision was automatically updated to reflect the committed changes.
head/databases/lua-resty-redis/pkg-plist
1 ↗(On Diff #35342)

This could probably be in a PLIST_FILE variable in the Makefile.