Skip to content

Commit

Permalink
updated backup
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrocks-uploader committed Apr 17, 2017
1 parent e353e88 commit e99ff56
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 0 deletions.
39 changes: 39 additions & 0 deletions log4l-0.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env lua

package = "log4l"
version = "0.1-1"
source = {
url = "git://github.com/mwchase/log4l.git",
branch = "log4l-v0.1",
}
description = {
summary = "A simple API to use logging features",
detailed = [[
log4l provides a simple API to use logging features in Lua. Its design was
based on log4j. log4l currently supports, through the use of appenders,
console, file, rolling file, email, socket and SQL outputs.
]],
homepage = "https://github.com/mwchase/log4l",
license = "MIT/X11",
}
dependencies = {
"lua >= 5.1, < 5.4",
"luasocket"
}
build = {
type = "none",
install = {
lua = {
['logging'] = "src/logging.lua",
['logging.console'] = "src/logging/console.lua",
['logging.file'] = "src/logging/file.lua",
['logging.rolling_file'] = "src/logging/rolling_file.lua",
['logging.email'] = "src/logging/email.lua",
['logging.sql'] = "src/logging/sql.lua",
['logging.socket'] = "src/logging/socket.lua",
}
},
copy_directories = {
"doc/html",
},
}
Binary file added log4l-0.1-1.src.rock
Binary file not shown.
33 changes: 33 additions & 0 deletions lua-resty-auto-ssl-0.10.6-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
package = "lua-resty-auto-ssl"
version = "0.10.6-1"
source = {
url = "git://github.com/GUI/lua-resty-auto-ssl.git",
tag = "v0.10.6",
}
description = {
summary = "Automatic SSL handling for OpenResty",
detailed = "On the fly (and free) SSL registration and renewal inside OpenResty/nginx with Let's Encrypt.",
homepage = "https://github.com/GUI/lua-resty-auto-ssl",
license = "MIT",
}
dependencies = {
"lua-resty-http",
}
build = {
type = "make",
build_variables = {
CFLAGS="$(CFLAGS)",
LIBFLAG="$(LIBFLAG)",
LUA_LIBDIR="$(LUA_LIBDIR)",
LUA_BINDIR="$(LUA_BINDIR)",
LUA_INCDIR="$(LUA_INCDIR)",
LUA="$(LUA)",
},
install_variables = {
INST_PREFIX="$(PREFIX)",
INST_BINDIR="$(BINDIR)",
INST_LIBDIR="$(LIBDIR)",
INST_LUADIR="$(LUADIR)",
INST_CONFDIR="$(CONFDIR)",
},
}
Binary file added lua-resty-auto-ssl-0.10.6-1.src.rock
Binary file not shown.
16 changes: 16 additions & 0 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -10021,6 +10021,15 @@ repository = {
}
}
},
log4l = {
['0.1-1'] = {
{
arch = "rockspec"
}, {
arch = "src"
}
}
},
loggedkv = {
['0.1-2'] = {
{
Expand Down Expand Up @@ -13273,6 +13282,13 @@ repository = {
arch = "src"
}
},
['0.10.6-1'] = {
{
arch = "rockspec"
}, {
arch = "src"
}
},
['0.8.0-1'] = {
{
arch = "rockspec"
Expand Down
16 changes: 16 additions & 0 deletions manifest-5.1
Original file line number Diff line number Diff line change
Expand Up @@ -9438,6 +9438,15 @@ repository = {
}
}
},
log4l = {
['0.1-1'] = {
{
arch = "rockspec"
}, {
arch = "src"
}
}
},
loggedkv = {
['0.1-2'] = {
{
Expand Down Expand Up @@ -12524,6 +12533,13 @@ repository = {
arch = "src"
}
},
['0.10.6-1'] = {
{
arch = "rockspec"
}, {
arch = "src"
}
},
['0.8.0-1'] = {
{
arch = "rockspec"
Expand Down
16 changes: 16 additions & 0 deletions manifest-5.2
Original file line number Diff line number Diff line change
Expand Up @@ -8720,6 +8720,15 @@ repository = {
}
}
},
log4l = {
['0.1-1'] = {
{
arch = "rockspec"
}, {
arch = "src"
}
}
},
loggedkv = {
['0.1-2'] = {
{
Expand Down Expand Up @@ -11685,6 +11694,13 @@ repository = {
arch = "src"
}
},
['0.10.6-1'] = {
{
arch = "rockspec"
}, {
arch = "src"
}
},
['0.8.0-1'] = {
{
arch = "rockspec"
Expand Down

0 comments on commit e99ff56

Please sign in to comment.