All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/qprint: new package
Date: Tue, 22 Sep 2020 22:02:32 +0200	[thread overview]
Message-ID: <20200922220232.12624065@windsurf> (raw)
In-Reply-To: <20200920213636.132481-1-alejandro.gonzalez.correo@gmail.com>

On Sun, 20 Sep 2020 23:36:36 +0200
Alejandro Gonz?lez <alejandro.gonzalez.correo@gmail.com> wrote:

> qprint is a small utility that handles encoding and decoding arbitrary
> binary data in the Quoted-Printable format, which was introduced along
> MIME.
> 
> As stated in the package description, although MUAs nowadays usually
> take care of doing this encoding themselves, there are some use cases
> where doing it manually is needed, and providing a command-line program
> to do it is amenable to shell scripts.
> 
> Signed-off-by: Alejandro Gonz?lez <alejandro.gonzalez.correo@gmail.com>
> ---
>  DEVELOPERS                 |  1 +
>  package/Config.in          |  1 +
>  package/qprint/Config.in   | 18 ++++++++++++++++++
>  package/qprint/qprint.hash |  3 +++
>  package/qprint/qprint.mk   | 13 +++++++++++++
>  5 files changed, 36 insertions(+)
>  create mode 100644 package/qprint/Config.in
>  create mode 100644 package/qprint/qprint.hash
>  create mode 100644 package/qprint/qprint.mk

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

      reply	other threads:[~2020-09-22 20:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-20 21:36 [Buildroot] [PATCH 1/1] package/qprint: new package Alejandro González
2020-09-22 20:02 ` Thomas Petazzoni [this message]

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=20200922220232.12624065@windsurf \
    --to=thomas.petazzoni@bootlin.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.