From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 04/12] lbase64: New package
Date: Sun, 16 Jun 2013 21:52:48 +0200 [thread overview]
Message-ID: <87a9mpvnn3.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <CAB0FRsvjB7MFkQ802sOa3tPxd2xc-rYXveNWRp1zjOKxj8Rwug@mail.gmail.com> ("François Perrad"'s message of "Mon, 20 May 2013 18:00:42 +0200")
>>>>> "Fran?ois" == Fran?ois Perrad <francois.perrad@gadz.org> writes:
Fran?ois> 2013/5/20 Assaf Inbal <shmuelzon@gmail.com>
Fran?ois> This package adds base64 encode/decode functionality for Lua
Fran?ois> Signed-off-by: Assaf Inbal <shmuelzon@gmail.com>
Fran?ois> ---
Fran?ois> ?package/Config.in ? ? ? ? ?| ?1 +
Fran?ois> ?package/lbase64/Config.in ?| ?6 ++++++
Fran?ois> ?package/lbase64/lbase64.mk | 30 ++++++++++++++++++++++++++++++
Fran?ois> ?3 files changed, 37 insertions(+)
Fran?ois> ?create mode 100644 package/lbase64/Config.in
Fran?ois> ?create mode 100644 package/lbase64/lbase64.mk
Fran?ois> diff --git a/package/Config.in b/package/Config.in
Fran?ois> index d980871..0845881 100644
Fran?ois> --- a/package/Config.in
Fran?ois> +++ b/package/Config.in
Fran?ois> @@ -307,6 +307,7 @@ menu "LUA libraries/modules"
Fran?ois> ?source "package/cgilua/Config.in"
Fran?ois> ?source "package/copas/Config.in"
Fran?ois> ?source "package/coxpcall/Config.in"
Fran?ois> +source "package/lbase64/Config.in"
Fran?ois> ?source "package/luacjson/Config.in"
Fran?ois> ?source "package/luaexpat/Config.in"
Fran?ois> ?source "package/luafilesystem/Config.in"
Fran?ois> diff --git a/package/lbase64/Config.in b/package/lbase64/Config.in
Fran?ois> new file mode 100644
Fran?ois> index 0000000..bd8503a
Fran?ois> --- /dev/null
Fran?ois> +++ b/package/lbase64/Config.in
Fran?ois> @@ -0,0 +1,6 @@
Fran?ois> +config BR2_PACKAGE_LBASE64
Fran?ois> + ? ? ? bool "lbase64"
Fran?ois> + ? ? ? help
Fran?ois> + ? ? ? ? A base64 library for Lua
Fran?ois> +
Fran?ois> + ? ? ? ? http://luaforge.net/projects/lbase64/
Fran?ois> diff --git a/package/lbase64/lbase64.mk b/package/lbase64/lbase64.mk
Fran?ois> new file mode 100644
Fran?ois> index 0000000..e253f24
Fran?ois> --- /dev/null
Fran?ois> +++ b/package/lbase64/lbase64.mk
Fran?ois> @@ -0,0 +1,30 @@
Fran?ois> +#############################################################
Fran?ois> +#
Fran?ois> +# lbase64
Fran?ois> +#
Fran?ois> +#############################################################
Fran?ois> +
Fran?ois> +LBASE64_VERSION =
Fran?ois> LBASE64_VERSION = 20100323
Fran?ois> use the same version as in LuaRocks, this is the date in the source lbase64.c
Fran?ois> ?
Fran?ois> Fran?ois
Fran?ois> Note: the module mime in LuaSocket provides the same kind of
Fran?ois> features.
Assaf, will you send an updated patch taking the review feedback into
consideration?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-06-16 19:52 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-20 12:56 [Buildroot] [PATCH 01/12] coxpcall: Updated source location Assaf Inbal
2013-05-20 12:56 ` [Buildroot] [PATCH 02/12] luasocket: Update " Assaf Inbal
2013-06-16 19:47 ` Peter Korsgaard
2013-06-17 5:18 ` Assaf Inbal
2013-05-20 12:56 ` [Buildroot] [PATCH 03/12] sqlite: Added host compilation support Assaf Inbal
2013-05-20 13:26 ` Yann E. MORIN
2013-05-20 14:27 ` Assaf Inbal
2013-05-20 16:00 ` Yann E. MORIN
2013-05-20 12:56 ` [Buildroot] [PATCH 04/12] lbase64: New package Assaf Inbal
2013-05-20 14:52 ` Thomas Petazzoni
2013-05-20 15:23 ` Assaf Inbal
2013-05-20 17:25 ` Thomas Petazzoni
2013-05-22 6:19 ` Arnout Vandecappelle
2013-05-22 6:55 ` Assaf Inbal
2013-05-22 7:28 ` Thomas Petazzoni
2013-05-22 7:01 ` Thomas Petazzoni
2013-05-22 7:06 ` Arnout Vandecappelle
2013-05-22 7:29 ` Bryan Hundven
2013-05-22 7:42 ` Thomas Petazzoni
2013-05-22 7:46 ` Bryan Hundven
2013-05-22 7:30 ` Thomas Petazzoni
2013-05-20 16:00 ` François Perrad
2013-06-16 19:52 ` Peter Korsgaard [this message]
2013-06-17 5:31 ` Assaf Inbal
2013-06-17 20:59 ` Peter Korsgaard
2013-05-20 12:56 ` [Buildroot] [PATCH 05/12] lua-ev: " Assaf Inbal
2013-05-20 16:05 ` François Perrad
2013-06-16 19:53 ` Peter Korsgaard
2013-06-17 5:58 ` Assaf Inbal
2013-06-17 21:14 ` Peter Korsgaard
2013-05-20 12:56 ` [Buildroot] [PATCH 06/12] luabitop: " Assaf Inbal
2013-06-16 20:03 ` Peter Korsgaard
2013-05-20 12:56 ` [Buildroot] [PATCH 07/12] luacrypto: " Assaf Inbal
2013-05-20 16:07 ` François Perrad
2013-06-16 20:16 ` Peter Korsgaard
2013-06-17 6:18 ` Assaf Inbal
2013-06-17 21:18 ` Peter Korsgaard
2013-05-20 12:56 ` [Buildroot] [PATCH 08/12] luaexpatutils: " Assaf Inbal
2013-06-19 21:24 ` Peter Korsgaard
2013-05-20 12:56 ` [Buildroot] [PATCH 09/12] luaposix: " Assaf Inbal
2013-05-20 16:09 ` François Perrad
2013-06-19 21:34 ` Peter Korsgaard
2013-06-20 4:45 ` Assaf Inbal
2013-06-20 5:57 ` Arnout Vandecappelle
2013-06-20 6:10 ` Thomas Petazzoni
2013-06-20 7:05 ` Assaf Inbal
2013-06-20 7:39 ` Assaf Inbal
2013-06-20 7:46 ` Thomas Petazzoni
2013-05-20 12:56 ` [Buildroot] [PATCH 10/12] luasec: " Assaf Inbal
2013-05-20 16:10 ` François Perrad
2013-08-12 17:46 ` Thomas Petazzoni
2013-05-20 12:56 ` [Buildroot] [PATCH 11/12] luasql: " Assaf Inbal
2013-05-20 16:13 ` François Perrad
2013-08-12 17:47 ` Thomas Petazzoni
2013-05-20 12:56 ` [Buildroot] [PATCH 12/12] orbit: " Assaf Inbal
2013-08-13 9:53 ` Thomas Petazzoni
2013-08-13 10:16 ` Assaf Inbal
2013-06-16 19:46 ` [Buildroot] [PATCH 01/12] coxpcall: Updated source location Peter Korsgaard
2013-06-17 5:17 ` Assaf Inbal
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=87a9mpvnn3.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox