From 1fd18a0f78a70295e2c270a7386483320e5c6fde Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 31 Jul 2014 20:50:21 +0200 Subject: add README and LICENSE --- LICENSE | 5 +++++ README | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 LICENSE create mode 100644 README diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8a829f4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +src/ is straight from OpenBSD CVS with tiny modifications. +src/liboutils is from OpenBSD CVS and libressl-portable. + +The /Makefile and unmarked headers in liboutils/include/ +are in the public domain. diff --git a/README b/README new file mode 100644 index 0000000..c4cfb4d --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +This is outils, a port of some non-standard OpenBSD tools to Linux. +You need OpenSSL/LibreSSL to build it. + +Included are: + + apply — apply a command to a set of arguments + calendar — reminder service + cksum — display file checksums and block counts + gzsig — gzip signing utility + jot — print sequential or random data + lam — laminate files + lndir — create a shadow directory of symbolic links to another directory + md5 — calculate a message digest (checksum) for a file + rs — reshape a data array + signify — cryptographically sign and verify files + unvis — revert a visual representation of data back to original form + vis — display non-printable characters in a visual format + + Christian Neukirchen + chneukirchen@gmail.com -- cgit 1.4.1