aboutsummaryrefslogtreecommitdiff
path: root/converters/btoa/pkg-descr
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-09 03:58:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-09 03:58:13 +0000
commit069106fc555413fbecba3a98ac82062d25d76bb9 (patch)
tree816a13e55dd4f6c04014359d58134e790a8dba51 /converters/btoa/pkg-descr
parent7a8fa5c6b579533c79dcf37a0af11940c55572fc (diff)
downloadports-069106fc555413fbecba3a98ac82062d25d76bb9.tar.gz
ports-069106fc555413fbecba3a98ac82062d25d76bb9.zip
Notes
Diffstat (limited to 'converters/btoa/pkg-descr')
-rw-r--r--converters/btoa/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/converters/btoa/pkg-descr b/converters/btoa/pkg-descr
new file mode 100644
index 000000000000..9eb8e97bfc72
--- /dev/null
+++ b/converters/btoa/pkg-descr
@@ -0,0 +1,13 @@
+This is a port of btoa version 5.2, written by Paul Rutter, Joe
+Orost & Stefan Parmark. btoa converts 4 binary characters to 5
+ascii ones, causing a 25% expansion. (btoa is thus more efficient
+than uuencode, which causes a 33% expansion.) Spaces will not be
+used, which should make it safe to send files over e-mail or Usenet
+without risking that blanks become tabs. Each resulting row of
+text has a single-byte checksum for error detection. A diagnosis
+file provides a list of errors found this way, which could then be
+used to retransmit only the failing lines.
+
+Port to FreeBSD 2.1 by
+Brent J. Nordquist (nordquist@platinum.com)
+Fri Apr 5 23:20:58 1996