History log of /freebsd-current/usr.bin/bintrans/tests/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 83e8c231 23-Aug-2022 Baptiste Daroussin <bapt@FreeBSD.org>

bintrans: replace the quoted printable encoder/decoder

Replace the quoted printable code with one that respects RFC2045
Add tests about this parsers and encoders, using examples from the
wikipedia page.

Reviewed by: pstef
Differential Revision: https://reviews.freebsd.org/D36314


# 47bcbde9 17-Apr-2022 Piotr Pawel Stefaniak <pstef@FreeBSD.org>

bintrans: move files to a new directory

And reflect the change in various places.