pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/safecat Initial import of safecat-1.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad0bcb50440d
branches:  trunk
changeset: 459994:ad0bcb50440d
user:      zuntum <zuntum%pkgsrc.org@localhost>
date:      Fri Aug 15 09:50:03 2003 +0000

description:
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.

diffstat:

 mail/safecat/DESCR    |  10 ++++++++++
 mail/safecat/Makefile |  22 ++++++++++++++++++++++
 mail/safecat/PLIST    |   7 +++++++
 mail/safecat/distinfo |   4 ++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r b15db5dd22e0 -r ad0bcb50440d mail/safecat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/safecat/DESCR        Fri Aug 15 09:50:03 2003 +0000
@@ -0,0 +1,10 @@
+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.
diff -r b15db5dd22e0 -r ad0bcb50440d mail/safecat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/safecat/Makefile     Fri Aug 15 09:50:03 2003 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/15 09:50:03 zuntum Exp $
+#
+
+DISTNAME=              safecat-1.11
+CATEGORIES=            mail
+MASTER_SITES=          http://budney.homeunix.net:8080/users/budney/linux/software/safecat/
+
+MAINTAINER=            zuntum%NetBSD.org@localhost
+HOMEPAGE=              http://budney.homeunix.net:8080/users/budney/linux/software/safecat.html
+COMMENT=               Write data safely to a directory (using Bernstein's maildir algorithm)
+
+USE_BUILDLINK2=                yes
+
+ALL_TARGET=            #
+INSTALL_TARGET=                setup check
+
+post-patch:
+       ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
+       ${ECHO} ${CC} ${_STRIPFLAG_CC} > ${WRKSRC}/conf-ld
+       ${ECHO} ${PREFIX} > ${WRKSRC}/conf-root
+
+.include "../../mk/bsd.pkg.mk"
diff -r b15db5dd22e0 -r ad0bcb50440d mail/safecat/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/safecat/PLIST        Fri Aug 15 09:50:03 2003 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/15 09:50:03 zuntum Exp $
+bin/maildir
+bin/safecat
+man/cat1/maildir.0
+man/cat1/safecat.0
+man/man1/maildir.1
+man/man1/safecat.1
diff -r b15db5dd22e0 -r ad0bcb50440d mail/safecat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/safecat/distinfo     Fri Aug 15 09:50:03 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/15 09:50:03 zuntum Exp $
+
+SHA1 (safecat-1.11.tar.gz) = feae513ccd8dcd7968a35590d08f6a5670adb784
+Size (safecat-1.11.tar.gz) = 33011 bytes



Home | Main Index | Thread Index | Old Index