Commit graph

4 commits

Author SHA1 Message Date
schmonz
fbccde2c51 Update to 1.12. From the changelog:
* a fixed typo in an error message
* conditional code to support large files on Linux
* a workaround for the disabling of errno

pkgsrc changes:

* Update HOMEPAGE and MASTER_SITES.
* Reformat DESCR.
2004-08-30 13:39:45 +00:00
snj
d01a9dfab3 Convert to buildlink3. 2004-04-18 05:10:15 +00:00
kristerw
787fc7bece Work around a gcc-2.95 arm bug that makes compiling the tryulong32.c
configuration test take ~forever.
2003-10-19 19:58:24 +00:00
zuntum
c1b6632786 Initial import of safecat-1.11
safecat is an implementation of D. J. Bernstein's maildir algorithm.
It can be used to write mail messages to a qmail-style maildir, or to
write data to a "spool" directory reliably. There are no lockfiles with
safecat, and nothing is left to chance. If safecat returns a successful
exit status, then you can be (practically) 100% sure your data is
safely committed to disk. Further, if data is written to a directory
using safecat (or other implementations of the maildir algorithm),
then every file in that directory is guaranteed to be complete. If
safecat fails to write all of the data, there will be no file at all
in the destination directory.
2003-08-15 09:50:03 +00:00