lua: move Lua packages under lang/lua sub-folder
authorAlexandru Ardelean <[email protected]>
Sun, 16 Nov 2025 10:02:03 +0000 (12:02 +0200)
committerAlexandru Ardelean <[email protected]>
Mon, 17 Nov 2025 06:46:33 +0000 (08:46 +0200)
commit7eebedcdfc0d17e610a123fdff4d8edb21e8b098
tree38c57c0acbd5819191051e16df3059e9aaad2fe9
parent1545e6510f2e43a58a8e347e34ea6862466efa0b
lua: move Lua packages under lang/lua sub-folder

There are roughly 50 Lua packages.
It's about time we consider a proposal for moving all of them
under a lang/lua sub-folder.

Signed-off-by: Alexandru Ardelean <[email protected]>
178 files changed:
lang/cqueues/Makefile [deleted file]
lang/dkjson/Makefile [deleted file]
lang/json4lua/Makefile [deleted file]
lang/ldbus/Makefile [deleted file]
lang/linotify/Makefile [deleted file]
lang/lpeg/Makefile [deleted file]
lang/lua-argparse/Makefile [deleted file]
lang/lua-bencode/Makefile [deleted file]
lang/lua-bit32/Makefile [deleted file]
lang/lua-cjson/Makefile [deleted file]
lang/lua-cjson/patches/001-add-support-lua5-x.patch [deleted file]
lang/lua-cjson/patches/900-cmake-4-compatibility.patch [deleted file]
lang/lua-copas/Makefile [deleted file]
lang/lua-coxpcall/Makefile [deleted file]
lang/lua-coxpcall/patches/config.patch [deleted file]
lang/lua-cs-bouncer/Makefile [deleted file]
lang/lua-cs-bouncer/files/lua-cs-bouncer.defaults [deleted file]
lang/lua-curl-v3/Makefile [deleted file]
lang/lua-eco/Makefile [deleted file]
lang/lua-ev/Makefile [deleted file]
lang/lua-ffi/Makefile [deleted file]
lang/lua-libmodbus/Makefile [deleted file]
lang/lua-lsqlite3/Makefile [deleted file]
lang/lua-lzlib/Makefile [deleted file]
lang/lua-lzlib/patches/001-allow_optim_flags.patch [deleted file]
lang/lua-md5/Makefile [deleted file]
lang/lua-md5/patches/config.patch [deleted file]
lang/lua-md5/patches/makefile.patch [deleted file]
lang/lua-mobdebug/Makefile [deleted file]
lang/lua-mosquitto/Makefile [deleted file]
lang/lua-openssl/Makefile [deleted file]
lang/lua-openssl/patches/010-no-luajit.patch [deleted file]
lang/lua-penlight/Makefile [deleted file]
lang/lua-rings/Makefile [deleted file]
lang/lua-rings/patches/config.patch [deleted file]
lang/lua-rings/patches/makefile.patch [deleted file]
lang/lua-rs232/Makefile [deleted file]
lang/lua-rs232/patches/010-gcc13.patch [deleted file]
lang/lua-rs232/patches/100-remove-build-timestamps.patch [deleted file]
lang/lua-sha2/Makefile [deleted file]
lang/lua-sha2/patches/001-makefile.patch [deleted file]
lang/lua-struct/Makefile [deleted file]
lang/lua-wsapi/Makefile [deleted file]
lang/lua-xavante/Makefile [deleted file]
lang/lua/cqueues/Makefile [new file with mode: 0644]
lang/lua/dkjson/Makefile [new file with mode: 0644]
lang/lua/json4lua/Makefile [new file with mode: 0644]
lang/lua/ldbus/Makefile [new file with mode: 0644]
lang/lua/linotify/Makefile [new file with mode: 0644]
lang/lua/lpeg/Makefile [new file with mode: 0644]
lang/lua/lua-argparse/Makefile [new file with mode: 0644]
lang/lua/lua-bencode/Makefile [new file with mode: 0644]
lang/lua/lua-bit32/Makefile [new file with mode: 0644]
lang/lua/lua-cjson/Makefile [new file with mode: 0644]
lang/lua/lua-cjson/patches/001-add-support-lua5-x.patch [new file with mode: 0644]
lang/lua/lua-cjson/patches/900-cmake-4-compatibility.patch [new file with mode: 0644]
lang/lua/lua-copas/Makefile [new file with mode: 0644]
lang/lua/lua-coxpcall/Makefile [new file with mode: 0644]
lang/lua/lua-coxpcall/patches/config.patch [new file with mode: 0644]
lang/lua/lua-cs-bouncer/Makefile [new file with mode: 0644]
lang/lua/lua-cs-bouncer/files/lua-cs-bouncer.defaults [new file with mode: 0644]
lang/lua/lua-curl-v3/Makefile [new file with mode: 0644]
lang/lua/lua-eco/Makefile [new file with mode: 0644]
lang/lua/lua-ev/Makefile [new file with mode: 0644]
lang/lua/lua-ffi/Makefile [new file with mode: 0644]
lang/lua/lua-libmodbus/Makefile [new file with mode: 0644]
lang/lua/lua-lsqlite3/Makefile [new file with mode: 0644]
lang/lua/lua-lzlib/Makefile [new file with mode: 0644]
lang/lua/lua-lzlib/patches/001-allow_optim_flags.patch [new file with mode: 0644]
lang/lua/lua-md5/Makefile [new file with mode: 0644]
lang/lua/lua-md5/patches/config.patch [new file with mode: 0644]
lang/lua/lua-md5/patches/makefile.patch [new file with mode: 0644]
lang/lua/lua-mobdebug/Makefile [new file with mode: 0644]
lang/lua/lua-mosquitto/Makefile [new file with mode: 0644]
lang/lua/lua-openssl/Makefile [new file with mode: 0644]
lang/lua/lua-openssl/patches/010-no-luajit.patch [new file with mode: 0644]
lang/lua/lua-penlight/Makefile [new file with mode: 0644]
lang/lua/lua-rings/Makefile [new file with mode: 0644]
lang/lua/lua-rings/patches/config.patch [new file with mode: 0644]
lang/lua/lua-rings/patches/makefile.patch [new file with mode: 0644]
lang/lua/lua-rs232/Makefile [new file with mode: 0644]
lang/lua/lua-rs232/patches/010-gcc13.patch [new file with mode: 0644]
lang/lua/lua-rs232/patches/100-remove-build-timestamps.patch [new file with mode: 0644]
lang/lua/lua-sha2/Makefile [new file with mode: 0644]
lang/lua/lua-sha2/patches/001-makefile.patch [new file with mode: 0644]
lang/lua/lua-struct/Makefile [new file with mode: 0644]
lang/lua/lua-wsapi/Makefile [new file with mode: 0644]
lang/lua/lua-xavante/Makefile [new file with mode: 0644]
lang/lua/lua5.4/Makefile [new file with mode: 0644]
lang/lua/lua5.4/patches-host/001-include-version-number.patch [new file with mode: 0644]
lang/lua/lua5.4/patches-host/100-no_readline.patch [new file with mode: 0644]
lang/lua/lua5.4/patches/001-include-version-number.patch [new file with mode: 0644]
lang/lua/lua5.4/patches/020-shared_liblua.patch [new file with mode: 0644]
lang/lua/lua5.4/patches/100-no_readline.patch [new file with mode: 0644]
lang/lua/luabitop/Makefile [new file with mode: 0644]
lang/lua/luaexpat/Makefile [new file with mode: 0644]
lang/lua/luaexpat/files/compat-5.1r5/compat-5.1.c [new file with mode: 0644]
lang/lua/luaexpat/files/compat-5.1r5/compat-5.1.h [new file with mode: 0644]
lang/lua/luaexpat/files/compat-5.1r5/compat-5.1.lua [new file with mode: 0644]
lang/lua/luafilesystem/Makefile [new file with mode: 0644]
lang/lua/luajit/Makefile [new file with mode: 0644]
lang/lua/luajit/patches/010-lua-path.patch [new file with mode: 0644]
lang/lua/luajit/patches/020-clang.patch [new file with mode: 0644]
lang/lua/luajit/patches/030_fix_posix_install_with_missing_or_incompatible_ldconfig.patch [new file with mode: 0644]
lang/lua/luajit/patches/040-softfloat-ppc.patch [new file with mode: 0644]
lang/lua/luajit/patches/050-ppc-softfloat.patch [new file with mode: 0644]
lang/lua/luajit/patches/060-ppc-musl.patch [new file with mode: 0644]
lang/lua/luajit/patches/300-PPC-e500-with-SPE-enabled-use-soft-float.patch [new file with mode: 0644]
lang/lua/luajit2/Makefile [new file with mode: 0644]
lang/lua/luajit2/patches/010-lua-path.patch [new file with mode: 0644]
lang/lua/lualanes/Makefile [new file with mode: 0644]
lang/lua/luaossl/Makefile [new file with mode: 0644]
lang/lua/luaossl/patches/900_fix_build_on_macos.patch [new file with mode: 0644]
lang/lua/luaposix/Makefile [new file with mode: 0644]
lang/lua/luaposix/patches/102-disable-compat-deprecated.patch [new file with mode: 0644]
lang/lua/luaposix/scripts/uname [new file with mode: 0755]
lang/lua/luarocks/Makefile [new file with mode: 0644]
lang/lua/luarocks/patches/01_dont_modify_bin_shebang.diff [new file with mode: 0644]
lang/lua/luarocks/patches/02_allow_configure_uname_siteconfig_adjustment.patch [new file with mode: 0644]
lang/lua/luasec/Makefile [new file with mode: 0644]
lang/lua/luasec/patches/100-fix-compilation.patch [new file with mode: 0644]
lang/lua/luasoap/Makefile [new file with mode: 0644]
lang/lua/luasocket/Makefile [new file with mode: 0644]
lang/lua/luasocket/patches/0001-Add-interface-support.patch [new file with mode: 0644]
lang/lua/luasocket/patches/0301-Fix-mpc85xx-build.patch [new file with mode: 0644]
lang/lua/luasql/Makefile [new file with mode: 0644]
lang/lua/luasrcdiet/Makefile [new file with mode: 0644]
lang/lua/luv/Config.in [new file with mode: 0644]
lang/lua/luv/Makefile [new file with mode: 0644]
lang/lua/lyaml/Makefile [new file with mode: 0755]
lang/lua/lzmq/Makefile [new file with mode: 0644]
lang/lua/lzmq/patches/010-gcc14.patch [new file with mode: 0644]
lang/lua/uuid/Makefile [new file with mode: 0644]
lang/lua5.4/Makefile [deleted file]
lang/lua5.4/patches-host/001-include-version-number.patch [deleted file]
lang/lua5.4/patches-host/100-no_readline.patch [deleted file]
lang/lua5.4/patches/001-include-version-number.patch [deleted file]
lang/lua5.4/patches/020-shared_liblua.patch [deleted file]
lang/lua5.4/patches/100-no_readline.patch [deleted file]
lang/luabitop/Makefile [deleted file]
lang/luaexpat/Makefile [deleted file]
lang/luaexpat/files/compat-5.1r5/compat-5.1.c [deleted file]
lang/luaexpat/files/compat-5.1r5/compat-5.1.h [deleted file]
lang/luaexpat/files/compat-5.1r5/compat-5.1.lua [deleted file]
lang/luafilesystem/Makefile [deleted file]
lang/luajit/Makefile [deleted file]
lang/luajit/patches/010-lua-path.patch [deleted file]
lang/luajit/patches/020-clang.patch [deleted file]
lang/luajit/patches/030_fix_posix_install_with_missing_or_incompatible_ldconfig.patch [deleted file]
lang/luajit/patches/040-softfloat-ppc.patch [deleted file]
lang/luajit/patches/050-ppc-softfloat.patch [deleted file]
lang/luajit/patches/060-ppc-musl.patch [deleted file]
lang/luajit/patches/300-PPC-e500-with-SPE-enabled-use-soft-float.patch [deleted file]
lang/luajit2/Makefile [deleted file]
lang/luajit2/patches/010-lua-path.patch [deleted file]
lang/lualanes/Makefile [deleted file]
lang/luaossl/Makefile [deleted file]
lang/luaossl/patches/900_fix_build_on_macos.patch [deleted file]
lang/luaposix/Makefile [deleted file]
lang/luaposix/patches/102-disable-compat-deprecated.patch [deleted file]
lang/luaposix/scripts/uname [deleted file]
lang/luarocks/Makefile [deleted file]
lang/luarocks/patches/01_dont_modify_bin_shebang.diff [deleted file]
lang/luarocks/patches/02_allow_configure_uname_siteconfig_adjustment.patch [deleted file]
lang/luasec/Makefile [deleted file]
lang/luasec/patches/100-fix-compilation.patch [deleted file]
lang/luasoap/Makefile [deleted file]
lang/luasocket/Makefile [deleted file]
lang/luasocket/patches/0001-Add-interface-support.patch [deleted file]
lang/luasocket/patches/0301-Fix-mpc85xx-build.patch [deleted file]
lang/luasql/Makefile [deleted file]
lang/luasrcdiet/Makefile [deleted file]
lang/luv/Config.in [deleted file]
lang/luv/Makefile [deleted file]
lang/lyaml/Makefile [deleted file]
lang/lzmq/Makefile [deleted file]
lang/lzmq/patches/010-gcc14.patch [deleted file]
lang/uuid/Makefile [deleted file]