Merge branch 'staged'
[dports.git] / sysutils / safecat / pkg-descr
1 From the safecat README:
2
3   safecat is an implementation of D. J. Bernstein's maildir algorithm.
4   It can be used to write mail messages to a qmail-style maildir, or to
5   write data to a "spool" directory reliably. There are no lockfiles with
6   safecat, and nothing is left to chance. If safecat returns a successful
7   exit status, then you can be (practically) 100% sure your data is
8   safely committed to disk. Further, if data is written to a directory
9   using safecat (or other implementations of the maildir algorithm),
10   then every file in that directory is guaranteed to be complete. If
11   safecat fails to write all of the data, there will be no file at all
12   in the destination directory.
13
14   Of course, you know that such a thing cannot be: between UNIX and
15   the different hardware options available, a 100% guarantee is not
16   possible. However, safecat takes every precaution possible in writing
17   your data.