pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/safecat Update to 1.12. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87e6dfc3bb32
branches:  trunk
changeset: 480096:87e6dfc3bb32
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Aug 30 13:39:45 2004 +0000

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

diffstat:

 mail/safecat/DESCR    |  18 +++++++++---------
 mail/safecat/Makefile |  14 +++++++-------
 mail/safecat/distinfo |   6 +++---
 3 files changed, 19 insertions(+), 19 deletions(-)

diffs (66 lines):

diff -r ca6663ef4f57 -r 87e6dfc3bb32 mail/safecat/DESCR
--- a/mail/safecat/DESCR        Mon Aug 30 12:39:19 2004 +0000
+++ b/mail/safecat/DESCR        Mon Aug 30 13:39:45 2004 +0000
@@ -1,10 +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.
+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 ca6663ef4f57 -r 87e6dfc3bb32 mail/safecat/Makefile
--- a/mail/safecat/Makefile     Mon Aug 30 12:39:19 2004 +0000
+++ b/mail/safecat/Makefile     Mon Aug 30 13:39:45 2004 +0000
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.2 2004/04/18 05:13:35 snj Exp $
+# $NetBSD: Makefile,v 1.3 2004/08/30 13:39:45 schmonz Exp $
 #
 
-DISTNAME=              safecat-1.11
+DISTNAME=              safecat-1.12
 CATEGORIES=            mail
-MASTER_SITES=          http://budney.homeunix.net:8080/users/budney/linux/software/safecat/
+MASTER_SITES=          http://pobox.com/~lbudney/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)
+HOMEPAGE=              http://pobox.com/~lbudney/linux/software/safecat.html
+COMMENT=               Write data safely to a maildir
 
 USE_BUILDLINK3=                yes
 
-ALL_TARGET=            #
+ALL_TARGET=            it install instcheck
 INSTALL_TARGET=                setup check
 
-post-patch:
+do-configure:
        ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
        ${ECHO} ${CC} ${_STRIPFLAG_CC} > ${WRKSRC}/conf-ld
        ${ECHO} ${PREFIX} > ${WRKSRC}/conf-root
diff -r ca6663ef4f57 -r 87e6dfc3bb32 mail/safecat/distinfo
--- a/mail/safecat/distinfo     Mon Aug 30 12:39:19 2004 +0000
+++ b/mail/safecat/distinfo     Mon Aug 30 13:39:45 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/10/19 19:58:24 kristerw Exp $
+$NetBSD: distinfo,v 1.3 2004/08/30 13:39:45 schmonz Exp $
 
-SHA1 (safecat-1.11.tar.gz) = feae513ccd8dcd7968a35590d08f6a5670adb784
-Size (safecat-1.11.tar.gz) = 33011 bytes
+SHA1 (safecat-1.12.tar.gz) = 7471963adc731003eca22b39f616e02c4100cfca
+Size (safecat-1.12.tar.gz) = 33556 bytes
 SHA1 (patch-aa) = c3970abb4291f5e67f9510e8b2b51fb5e48861f8



Home | Main Index | Thread Index | Old Index