All of lore.kernel.org
 help / color / mirror / Atom feed
From: Francois Perrad <fperrad@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3] luarocks addon
Date: Wed, 19 Dec 2018 09:17:02 +0100	[thread overview]
Message-ID: <20181219081707.1983-1-francois.perrad@gadz.org> (raw)

This serie introduces a luarocks addon which populates BR files for Luarocks
infrastructure.

And now, like with perl modules, I can upgrade easily lua modules.

Note1: Luarocks is designed for support of addon/plugin, but this feature is not yet merged
see https://github.com/luarocks/luarocks/wiki/Addon-author's-guide

v1 --> v2
  - rename get_native_dependencies as get_external_dependencies
  - add a warning when a dependency is unknown on BR
  - use sha256 instead of md5 as hash

v2 --> v3
  - rebase

Francois Perrad (5):
  luarocks: add buildroot addon
  lua*: regeneration of *.mk files
  lua*: regeneration of Config.in
  lua*: regeneration of hash files
  pkg-luarocks: add per package upgrade target

 docs/manual/adding-packages-luarocks.txt      |   9 +
 package/argparse/argparse.hash                |   3 +-
 package/argparse/argparse.mk                  |   3 +-
 package/cgilua/Config.in                      |   3 +-
 package/cgilua/cgilua.hash                    |   3 +-
 package/copas/Config.in                       |   7 +-
 package/copas/copas.hash                      |   3 +-
 package/copas/copas.mk                        |   2 +-
 package/coxpcall/coxpcall.hash                |   3 +-
 package/dado/dado.hash                        |   3 +-
 package/ljlinenoise/Config.in                 |   4 +-
 package/ljlinenoise/ljlinenoise.hash          |   5 +-
 package/ljsyscall/Config.in                   |   3 +-
 package/lpeg/Config.in                        |   3 +-
 package/lpeg/lpeg.hash                        |   4 +-
 package/lpty/Config.in                        |   1 -
 package/lpty/lpty.hash                        |   5 +-
 package/lrandom/Config.in                     |   1 -
 package/lrandom/lrandom.hash                  |   6 +-
 package/lsqlite3/Config.in                    |   3 +-
 package/lsqlite3/lsqlite3.hash                |   2 +-
 package/lsqlite3/lsqlite3.mk                  |   2 +-
 package/lua-basexx/lua-basexx.hash            |   3 +-
 package/lua-basexx/lua-basexx.mk              |   4 +-
 package/lua-bit32/lua-bit32.hash              |   5 +-
 package/lua-cjson/Config.in                   |   1 -
 package/lua-cjson/lua-cjson.hash              |   3 +-
 package/lua-coat/Config.in                    |   2 +-
 package/lua-coat/lua-coat.hash                |   5 +-
 package/lua-coatpersistent/Config.in          |   5 +-
 .../lua-coatpersistent.hash                   |   7 +-
 package/lua-compat53/Config.in                |   2 +-
 package/lua-compat53/lua-compat53.hash        |   3 +-
 package/lua-csnappy/lua-csnappy.hash          |   5 +-
 package/lua-curl/lua-curl.hash                |   3 +-
 package/lua-datafile/lua-datafile.hash        |   3 +-
 package/lua-fifo/lua-fifo.hash                |   3 +-
 package/lua-fifo/lua-fifo.mk                  |   4 +-
 package/lua-flu/lua-flu.hash                  |   5 +-
 package/lua-flu/lua-flu.mk                    |   2 +-
 package/lua-http/Config.in                    |  18 +-
 package/lua-http/lua-http.hash                |   3 +-
 package/lua-iconv/lua-iconv.hash              |   5 +-
 package/lua-iconv/lua-iconv.mk                |   2 +-
 package/lua-lpeg-patterns/Config.in           |   3 +-
 .../lua-lpeg-patterns/lua-lpeg-patterns.hash  |   3 +-
 package/lua-markdown/lua-markdown.hash        |   3 +-
 package/lua-markdown/lua-markdown.mk          |   2 +-
 package/lua-messagepack/lua-messagepack.hash  |   3 +-
 package/lua-periphery/Config.in               |   1 -
 package/lua-periphery/lua-periphery.hash      |   3 +-
 package/lua-resty-http/lua-resty-http.hash    |   3 +-
 package/lua-sailor/Config.in                  |  15 +-
 package/lua-sailor/lua-sailor.hash            |   3 +-
 package/lua-sailor/lua-sailor.mk              |   2 +-
 package/lua-stdlib/lua-stdlib.hash            |   3 +-
 package/lua-testmore/lua-testmore.hash        |   5 +-
 package/lua-utf8/lua-utf8.hash                |   2 +-
 package/lua-valua/lua-valua.hash              |   3 +-
 package/luabitop/luabitop.hash                |   4 +-
 package/luacrypto/Config.in                   |   2 +-
 package/luacrypto/luacrypto.hash              |   5 +-
 package/luadbi-sqlite3/Config.in              |   2 +-
 package/luadbi-sqlite3/luadbi-sqlite3.hash    |   3 +-
 package/luadbi-sqlite3/luadbi-sqlite3.mk      |   2 +-
 package/luadbi/luadbi.hash                    |   3 +-
 package/luadbi/luadbi.mk                      |   2 +-
 package/luaexpat/Config.in                    |   3 +-
 package/luaexpat/luaexpat.hash                |   3 +-
 package/luaexpat/luaexpat.mk                  |   2 +-
 package/luafilesystem/Config.in               |   1 -
 package/luafilesystem/luafilesystem.hash      |   3 +-
 package/luafilesystem/luafilesystem.mk        |   4 +-
 package/luajson/Config.in                     |   3 +-
 package/luajson/luajson.hash                  |   3 +-
 package/lualogging/Config.in                  |   2 +-
 package/lualogging/lualogging.hash            |   5 +-
 package/luaossl/luaossl.hash                  |   3 +-
 package/luaposix/Config.in                    |   2 +-
 package/luarocks/0002-Buildroot-addon.patch   | 358 ++++++++++++++++++
 package/luasec/Config.in                      |   3 +-
 package/luasec/luasec.hash                    |   5 +-
 package/luasocket/Config.in                   |   1 -
 package/luasocket/luasocket.hash              |   5 +-
 package/luasql-sqlite3/Config.in              |   1 -
 package/luasql-sqlite3/luasql-sqlite3.hash    |   3 +-
 package/lunit/lunit.hash                      |   5 +-
 package/orbit/Config.in                       |   7 +-
 package/orbit/orbit.hash                      |   4 +-
 package/orbit/orbit.mk                        |   7 +-
 package/pkg-luarocks.mk                       |   6 +
 package/rings/Config.in                       |   1 -
 package/rings/rings.hash                      |   5 +-
 package/wsapi-fcgi/Config.in                  |   5 +-
 package/wsapi-fcgi/wsapi-fcgi.hash            |   4 +-
 package/wsapi-fcgi/wsapi-fcgi.mk              |   6 +-
 package/wsapi-xavante/Config.in               |   9 +-
 package/wsapi-xavante/wsapi-xavante.hash      |   4 +-
 package/wsapi-xavante/wsapi-xavante.mk        |   4 +-
 package/wsapi/Config.in                       |   9 +-
 package/wsapi/wsapi.hash                      |   4 +-
 package/wsapi/wsapi.mk                        |   4 +-
 package/xavante/Config.in                     |   9 +-
 package/xavante/xavante.hash                  |   3 +-
 104 files changed, 577 insertions(+), 177 deletions(-)
 create mode 100644 package/luarocks/0002-Buildroot-addon.patch

-- 
2.17.1

             reply	other threads:[~2018-12-19  8:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-19  8:17 Francois Perrad [this message]
2018-12-19  8:17 ` [Buildroot] [PATCH v3] luarocks: add buildroot addon Francois Perrad
2018-12-31 17:06   ` Thomas Petazzoni
2018-12-19  8:17 ` [Buildroot] [PATCH v3] lua*: regeneration of *.mk files Francois Perrad
2018-12-19  8:17 ` [Buildroot] [PATCH v3] lua*: regeneration of Config.in Francois Perrad
2018-12-31 16:58   ` Thomas Petazzoni
2018-12-19  8:17 ` [Buildroot] [PATCH v3] lua*: regeneration of hash files Francois Perrad
2018-12-19  8:17 ` [Buildroot] [PATCH v3] pkg-luarocks: add per package upgrade target Francois Perrad
2018-12-31 16:57 ` [Buildroot] [PATCH v3] luarocks addon Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181219081707.1983-1-francois.perrad@gadz.org \
    --to=fperrad@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.