package/qprint: new package
authorAlejandro González <alejandro.gonzalez.correo@gmail.com>
Sun, 20 Sep 2020 21:36:36 +0000 (23:36 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 22 Sep 2020 19:59:02 +0000 (21:59 +0200)
commit03ab7c709cff796d9a8921a86bb47f378675fd79
treeb6ddd4e2b03aaca8b649b9e51b6222dad14d130f
parent8489c6d80654b4c0ecb629f1e5b606140394006c
package/qprint: new package

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/qprint/Config.in [new file with mode: 0644]
package/qprint/qprint.hash [new file with mode: 0644]
package/qprint/qprint.mk [new file with mode: 0644]