summaryrefslogtreecommitdiff
path: root/converters/base64/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-10-31 20:59:00 +0000
committerzuntum <zuntum@pkgsrc.org>2001-10-31 20:59:00 +0000
commit273821c4d377411699fe450ab9d48f7e5933d9b6 (patch)
treeb8174b07e5f6072d89e0ac6466ae83197944712f /converters/base64/DESCR
parentd8ed248248754208ebf0c3a07f7a0847af2e838a (diff)
downloadpkgsrc-273821c4d377411699fe450ab9d48f7e5933d9b6.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'converters/base64/DESCR')
-rw-r--r--converters/base64/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/converters/base64/DESCR b/converters/base64/DESCR
new file mode 100644
index 00000000000..44a7efaadf6
--- /dev/null
+++ b/converters/base64/DESCR
@@ -0,0 +1,11 @@
+ The MIME (Multipurpose Internet Mail Extensions) specification (RFC 1341
+and successors) defines a mechanism for encoding arbitrary binary information
+for transmission by electronic mail. Triplets of 8-bit octets are encoded as
+groups of four characters, each representing 6 bits of the source 24 bits.
+Only characters present in all variants of ASCII and EBCDIC are used, avoiding
+incompatibilities in other forms of encoding such as uuencode/uudecode.
+
+ base64 is a command line utility which encodes and decodes files in this
+format. It can be used within a pipeline as an encoding or decoding filter,
+and is most commonly used in this manner as part of an automated mail
+processing system.