about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--LICENSE5
-rw-r--r--README20
2 files changed, 25 insertions, 0 deletions
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