package/lua*: regeneration of Config.in
authorFrancois Perrad <fperrad@gmail.com>
Wed, 19 Dec 2018 08:17:05 +0000 (09:17 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 31 Dec 2018 16:43:45 +0000 (17:43 +0100)
This commit aligns the Config.in files of Lua packages so that they
match with the output of the recently added Buildroot addon for
Luarocks.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
32 files changed:
package/cgilua/Config.in
package/copas/Config.in
package/ljlinenoise/Config.in
package/ljsyscall/Config.in
package/lpeg/Config.in
package/lpty/Config.in
package/lrandom/Config.in
package/lsqlite3/Config.in
package/lua-cjson/Config.in
package/lua-coat/Config.in
package/lua-coatpersistent/Config.in
package/lua-compat53/Config.in
package/lua-http/Config.in
package/lua-lpeg-patterns/Config.in
package/lua-periphery/Config.in
package/lua-sailor/Config.in
package/luacrypto/Config.in
package/luadbi-sqlite3/Config.in
package/luaexpat/Config.in
package/luafilesystem/Config.in
package/luajson/Config.in
package/lualogging/Config.in
package/luaposix/Config.in
package/luasec/Config.in
package/luasocket/Config.in
package/luasql-sqlite3/Config.in
package/orbit/Config.in
package/rings/Config.in
package/wsapi-fcgi/Config.in
package/wsapi-xavante/Config.in
package/wsapi/Config.in
package/xavante/Config.in

index d1e7fbf0e826b79e817f13541ae41adaeb9657a2..a6761313e414f9295304e7bc4ef98bddd6202514 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_CGILUA
        bool "cgilua"
-       # Runtime dependency only
-       select BR2_PACKAGE_LUAFILESYSTEM
+       select BR2_PACKAGE_LUAFILESYSTEM # runtime
        help
          CGILua is a tool for creating dynamic HTML pages
          and manipulating input data from Web forms.
index d7800b6ddcfe2ef084c9524f4cf1f9f4d63a9e3b..f4e05ea21dc7a5ed02f77d309f3ee88f34d03ae1 100644 (file)
@@ -1,12 +1,11 @@
 config BR2_PACKAGE_COPAS
        bool "copas"
-       # Runtime dependency only
-       select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
-       select BR2_PACKAGE_LUASOCKET
+       select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT # runtime
+       select BR2_PACKAGE_LUASOCKET # runtime
        help
          Copas is a dispatcher based on coroutines that can be used
          for asynchronous networking. For example TCP or UDP based
          servers. But it also features timers and client support for
          http(s), ftp and smtp requests.
 
-         http://keplerproject.github.com/copas/
+         http://www.keplerproject.org/copas/
index e6b587e65d083ff807f0e3d1c3c6b4f0b7781eeb..964183f1dae2988b4cfbd91be69536267ed9d057 100644 (file)
@@ -2,8 +2,7 @@ config BR2_PACKAGE_LJLINENOISE
        bool "ljlinenoise"
        # ljsyscall is specifically for LuaJIT, not Lua.
        depends on BR2_PACKAGE_LUAJIT
-       # run-time dependency only
-       select BR2_PACKAGE_LJSYSCALL
+       select BR2_PACKAGE_LJSYSCALL # runtime
        help
          ljlinenoise is a pure LuaJIT port of linenoise,
          a small alternative to readline and libedit.
index 3af9dabe9521cc5845d8145d6ffc14e7c82e0ee9..313f24df93967c6e492ade43976666fc40331c46 100644 (file)
@@ -6,7 +6,7 @@ config BR2_PACKAGE_LJSYSCALL
          An FFI implementation of the Linux and NetBSD kernel ABIs for
          LuaJIT.
 
-         http://github.com/justincormack/ljsyscall
+         http://www.myriabit.com/ljsyscall/
 
 comment "ljsyscall needs LuaJIT"
        depends on !BR2_PACKAGE_LUAJIT
index 957991d4166e33c71dbb58077d50b6b2a6c442a5..0a7ea47dff4b3c5d0f50726ed7871a4c36ba9213 100644 (file)
@@ -1,8 +1,7 @@
 config BR2_PACKAGE_LPEG
        bool "lpeg"
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        help
          LPeg is a new pattern-matching library for Lua,
          based on Parsing Expression Grammars (PEGs).
 
-         http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html
+         http://www.inf.puc-rio.br/~roberto/lpeg.html
index 50cbd2548a29bec335f4a4850b0b8c6298c48ffc..ee2d4c20b41b0218d82bbd23b94e65083119539a 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_LPTY
        bool "lpty"
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        help
          A simple facility for lua to control other programs via
          PTYs.
index 64bcf0ce0114d4fbfcb15170437460d2bb1a9576..a8a0a837a5a5885eba647eb7ca91c7b6e8dd8f4b 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_LRANDOM
        bool "lrandom"
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        help
          A library for generating random numbers
          based on the Mersenne Twister
index 223fb59c918a70ff3f8edf96d0d3247505751679..932657e5803ffd57cb3ba0e0eb371dc0e37aa277 100644 (file)
@@ -1,8 +1,7 @@
 config BR2_PACKAGE_LSQLITE3
        bool "lsqlite3"
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        select BR2_PACKAGE_SQLITE
        help
-         a thin Lua wrapper for the SQLite3 library.
+         A binding for Lua to the SQLite3 database library.
 
          http://lua.sqlite.org/
index 262452a8273e543183489c57354ec9d180b20c2d..9474b3176c314283a68da6fb6453c99285cacdc6 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_LUA_CJSON
        bool "lua-cjson"
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        help
          The Lua CJSON module provides JSON support for Lua.
          It features:
index fa7aed90ac517ba780dedbb2d7f54e77273344f9..f34f6b97e3f27ad4bb304348356c5148333add44 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LUA_COAT
        bool "lua-coat"
        help
-         Yet Another Lua Object-Oriented Model
+         Yet Another Lua Object-Oriented Model.
 
          https://fperrad.frama.io/lua-Coat/
index 049a0bc2a6e6e617dd6143629be4dcf30a877872..4e8e643292bb7c9a7a111fef4cf64a76078c3f19 100644 (file)
@@ -1,9 +1,8 @@
 config BR2_PACKAGE_LUA_COATPERSISTENT
        bool "lua-coatpersistent"
        depends on BR2_PACKAGE_LSQLITE3 || BR2_PACKAGE_LUASQL_SQLITE3
-       # run-time dependencies
-       select BR2_PACKAGE_DADO
-       select BR2_PACKAGE_LUA_COAT
+       select BR2_PACKAGE_DADO # runtime
+       select BR2_PACKAGE_LUA_COAT # runtime
        help
          An ORM for lua-Coat.
 
index 7ab3d740f2fdbccc2478479b313b5e20577ab219..76c5b3fd717e6bf02232a326e1e234a73a9c50eb 100644 (file)
@@ -3,6 +3,6 @@ config BR2_PACKAGE_LUA_COMPAT53
        depends on !BR2_PACKAGE_LUA_5_3
        help
          Compatibility module providing Lua-5.3-style APIs for Lua 5.2
-         and 5.1
+         and 5.1.
 
          https://github.com/keplerproject/lua-compat-5.3
index 247cc40317b18d3584c1dfd762731aa13fb121ae..8aaec69efb2d77fec2defddf7f5274d2cf6e45fc 100644 (file)
@@ -1,16 +1,16 @@
 config BR2_PACKAGE_LUA_HTTP
        bool "lua-http"
        depends on BR2_TOOLCHAIN_HAS_THREADS    # luaossl & lua-cqueues
-       # These are runtime dependencies
-       select BR2_PACKAGE_LUA_BASEXX
-       select BR2_PACKAGE_LUA_COMPAT53 if !BR2_PACKAGE_LUA_5_3
-       select BR2_PACKAGE_LUA_CQUEUES
-       select BR2_PACKAGE_LUA_FIFO
-       select BR2_PACKAGE_LUA_LPEG_PATTERNS
-       select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1
-       select BR2_PACKAGE_LUAOSSL
+       select BR2_PACKAGE_LPEG # runtime
+       select BR2_PACKAGE_LUA_BASEXX # runtime
+       select BR2_PACKAGE_LUA_COMPAT53 if !BR2_PACKAGE_LUA_5_3 # runtime
+       select BR2_PACKAGE_LUA_CQUEUES # runtime
+       select BR2_PACKAGE_LUA_FIFO # runtime
+       select BR2_PACKAGE_LUA_LPEG_PATTERNS # runtime
+       select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1 # runtime
+       select BR2_PACKAGE_LUAOSSL # runtime
        help
-         HTTP library for Lua
+         HTTP library for Lua.
 
          https://daurnimator.github.io/lua-http/
 
index 9c701d3de71f42686aabb31f52456cc2f5ba8f5f..08c063a0cd8990eb49d1085931a499c8aef8fc98 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LUA_LPEG_PATTERNS
        bool "lua-lpeg-patterns"
-       # These are runtime dependencies
-       select BR2_PACKAGE_LPEG
+       select BR2_PACKAGE_LPEG # runtime
        help
          a collection of LPEG patterns.
 
index de5a71633ce65cd62be3c27e4f61be696602081d..e40abd712f7341950df1a12d9a5a460724479343 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_LUA_PERIPHERY
        bool "lua-periphery"
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        help
          A library for GPIO, SPI, I2C, MMIO, and Serial peripheral I/O
          interface access in userspace Linux with Lua.
index 2600d4600e32828b7b75a3b2ea3c8bcee82cced1..c973c87670b67978f27fbd48f83d0d6693c51442 100644 (file)
@@ -1,13 +1,12 @@
 config BR2_PACKAGE_LUA_SAILOR
        bool "lua-sailor"
-       # These are runtime dependencies
-       select BR2_PACKAGE_CGILUA
-       select BR2_PACKAGE_LBASE64
-       select BR2_PACKAGE_LUAFILESYSTEM
-       select BR2_PACKAGE_LUA_DATAFILE
-       select BR2_PACKAGE_LUA_VALUA
-       select BR2_PACKAGE_XAVANTE
-       select BR2_PACKAGE_WSAPI_XAVANTE
+       select BR2_PACKAGE_CGILUA # runtime
+       select BR2_PACKAGE_LBASE64 # runtime
+       select BR2_PACKAGE_LUA_DATAFILE # runtime
+       select BR2_PACKAGE_LUA_VALUA # runtime
+       select BR2_PACKAGE_LUAFILESYSTEM # runtime
+       select BR2_PACKAGE_WSAPI_XAVANTE # runtime
+       select BR2_PACKAGE_XAVANTE # runtime
        help
          Sailor is a web framework written in Lua that follows the MVC
          design pattern.
index e9d43cd8097b21ec350a38cdaecad65206c895bb..cc5a8803a5535cc9a758165d842d92c8890c5ad3 100644 (file)
@@ -8,4 +8,4 @@ config BR2_PACKAGE_LUACRYPTO
          (MD5, SHA-1, HMAC, and more) and crypto-grade random number
          generators communication.
 
-         http://luacrypto.luaforge.net
+         http://mkottman.github.com/luacrypto/
index 6ed32a29aa71e62fbee3628c6bb073e4be55ecbc..600c5526f6ae82d6b44ea3249a3148fcc0263d41 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_LUADBI_SQLITE3
        bool "luadbi-sqlite3"
-       select BR2_PACKAGE_LUADBI # runtime dependency
        select BR2_PACKAGE_SQLITE
+       select BR2_PACKAGE_LUADBI # runtime
        help
          LuaDBI is a database interface library for Lua.
          And this is the SQLite3 backend.
index 7139e8c6daa1a1006272b36c986bf57ed37f031a..2322dc430ce81d15da40d74b87cd0681d1a2416d 100644 (file)
@@ -1,8 +1,7 @@
 config BR2_PACKAGE_LUAEXPAT
        bool "luaexpat"
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        select BR2_PACKAGE_EXPAT
        help
          LuaExpat is a SAX XML parser based on the Expat library.
 
-         http://matthewwild.co.uk/projects/luaexpat/
+         http://www.keplerproject.org/luaexpat/
index 50e7975b9201a5c69d8ada3735ee4c8ee833cde7..7c130f8d3baeef88945bb705477181a6f262879f 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_LUAFILESYSTEM
        bool "luafilesystem"
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        help
          LuaFileSystem offers a portable way to access
          the underlying directory structure and file attributes.
index c04aa7f00811396ade022c65e2eca24a46e6e7b0..c9321bb70e3d99af62df8db93c5aca3145ce6639 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LUAJSON
        bool "luajson"
-       # run-time dependency
-       select BR2_PACKAGE_LPEG
+       select BR2_PACKAGE_LPEG # runtime
        help
          LuaJSON is a customizable JSON decoder/encoder
          using LPEG for parsing.
index bb87f57f0d6cd568e7c85385901279e5e81a8c5a..a1ed775fb165e63ae81d94c0a175aa81dd98d605 100644 (file)
@@ -6,4 +6,4 @@ config BR2_PACKAGE_LUALOGGING
          supports, through the use of appenders, console, file, rolling
          file, email, socket and SQL outputs.
 
-         http://www.keplerproject.org/lualogging/
+         https://github.com/Neopallium/lualogging
index 176c7656b41cd8039c850a1b589bad07da29e8d5..d8c30e4fb26dc75eb900d1071d808bdd9963d89a 100644 (file)
@@ -5,7 +5,7 @@ config BR2_PACKAGE_LUAPOSIX
        # "bit32" is included in Lua 5.2+. luajit has an equivalent
        # "bit" module, but since it has a different name, luaposix
        # doesn't find it.
-       select BR2_PACKAGE_LUA_BIT32 if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
+       select BR2_PACKAGE_LUA_BIT32 if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT # runtime
        help
          This is a POSIX binding for LuaJIT, Lua 5.1, 5.2 and 5.3;
          like most libraries it simply binds to C APIs on the
index d7900a081f21ed0643796f2e7afd0ae3eb24e7e0..43527ab09dcb7520f497da82830025fbad2a2306 100644 (file)
@@ -1,8 +1,7 @@
 config BR2_PACKAGE_LUASEC
        bool "luasec"
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        select BR2_PACKAGE_OPENSSL
-       select BR2_PACKAGE_LUASOCKET
+       select BR2_PACKAGE_LUASOCKET # runtime
        help
          LuaSec is a binding for OpenSSL library to provide TLS/SSL
          communication.
index 45f959e8d09d2ad3fdb6f84bc2afa62f82e183a5..45263030f36f49e2cfaf21c79132c2a39b1faedf 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_LUASOCKET
        bool "luasocket"
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        help
          LuaSocket is the most comprehensive networking support library
          for the Lua language.
index 483d6a0f378abea6efcee01c3851af67a475b20c..cc4d3d5450e44ae531ed54790052a3d414f87fb7 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_LUASQL_SQLITE3
        bool "luasql-sqlite3"
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        select BR2_PACKAGE_SQLITE
        help
          LuaSQL is a simple interface from Lua to a DBMS.
index 8df42a8380a2a716f59bf0c138eea8d2305931b6..7b6e9a43f72762085e02228a0aecf473b906a970 100644 (file)
@@ -1,10 +1,9 @@
 config BR2_PACKAGE_ORBIT
        bool "orbit"
        depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
-       # These are runtime dependencies
-       select BR2_PACKAGE_LPEG
-       select BR2_PACKAGE_LUAFILESYSTEM
-       select BR2_PACKAGE_WSAPI_XAVANTE
+       select BR2_PACKAGE_LPEG # runtime
+       select BR2_PACKAGE_LUAFILESYSTEM # runtime
+       select BR2_PACKAGE_WSAPI_XAVANTE # runtime
        help
          An MVC web framework for Lua. The design is inspired by
          lightweight Ruby frameworks such as Camping
index 87ade07cb1295233ba30d32b158f1b48a33adcfb..d1f1efe55338e7e54b518a5be421e39f1eaa12f5 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_RINGS
        bool "rings"
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        help
          Provides a way to create new Lua states from within Lua.
 
index b4304a06529853ef9cbd79226666b23a8acaa62f..73ef8cb00c8073aefa16ee2c03fd0136aab0f1cc 100644 (file)
@@ -2,11 +2,10 @@ config BR2_PACKAGE_WSAPI_FCGI
        bool "wsapi-fcgi"
        depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_LIBFCGI
-       # Runtime dependency only
-       select BR2_PACKAGE_WSAPI
+       select BR2_PACKAGE_WSAPI # runtime
        help
          WSAPI is an API that abstracts the web server from Lua web
          applications. This is the rock that contains the FCGI module
          lfcgi.
 
-         http://keplerproject.github.com/wsapi/
+         http://www.keplerproject.org/wsapi
index 3e494bba8ea6fd88659298cb62618c20c4c1e2d4..7079ad4edaa5c27bafabc40ee59ca517cf58f1de 100644 (file)
@@ -1,13 +1,10 @@
 config BR2_PACKAGE_WSAPI_XAVANTE
        bool "wsapi-xavante"
-       # Runtime dependencies
-       select BR2_PACKAGE_COXPCALL
-       select BR2_PACKAGE_RINGS
-       select BR2_PACKAGE_WSAPI
-       select BR2_PACKAGE_XAVANTE
+       select BR2_PACKAGE_WSAPI # runtime
+       select BR2_PACKAGE_XAVANTE # runtime
        help
          WSAPI is an API that abstracts the web server from Lua web
          applications. This is the rock that contains the Xavante
          adapter and launcher.
 
-         http://keplerproject.github.com/wsapi/
+         http://www.keplerproject.org/wsapi
index 348a0404b6db53c760b4b97700047cb089f6be15..60c029ddf638351c2c8c9c1dc47c64aa0d090822 100644 (file)
@@ -1,10 +1,9 @@
 config BR2_PACKAGE_WSAPI
        bool "wsapi"
-       # Runtime dependency only
-       select BR2_PACKAGE_COXPCALL
-       select BR2_PACKAGE_LUAFILESYSTEM
-       select BR2_PACKAGE_RINGS
+       select BR2_PACKAGE_COXPCALL # runtime
+       select BR2_PACKAGE_LUAFILESYSTEM # runtime
+       select BR2_PACKAGE_RINGS # runtime
        help
          API that abstracts the web server from Lua web applications.
 
-         http://keplerproject.github.com/wsapi/
+         http://www.keplerproject.org/wsapi
index d66ca1f0ae58934fb656ced554179420fafe1f11..209ec2d2c6c5126194e64c6f67a98addf6fe52e3 100644 (file)
@@ -1,9 +1,8 @@
 config BR2_PACKAGE_XAVANTE
        bool "xavante"
-       # Runtime dependency only
-       select BR2_PACKAGE_COPAS
-       select BR2_PACKAGE_LUAFILESYSTEM
-       select BR2_PACKAGE_LUASOCKET
+       select BR2_PACKAGE_COPAS # runtime
+       select BR2_PACKAGE_LUAFILESYSTEM # runtime
+       select BR2_PACKAGE_LUASOCKET # runtime
        help
          Xavante is a Lua HTTP 1.1 Web server that uses a modular
          architecture based on URI mapped handlers. Xavante currently
@@ -11,4 +10,4 @@ config BR2_PACKAGE_XAVANTE
          Those are used for general files, URI remapping and WSAPI
          applications respectively.
 
-         http://keplerproject.github.com/xavante/
+         http://keplerproject.github.io/xavante