Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5ad1a586e3532a8cb13b3f2759e95d2fa893cdae)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5ad1a586e3532a8cb13b3f2759e95d2fa893cdae)
  • Date: Mon, 9 Apr 2007 11:24:10 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

utils/safecat/BUILD | 3 ++-
utils/safecat/DETAILS | 10 +++++-----
utils/safecat/HISTORY | 2 ++
3 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 5ad1a586e3532a8cb13b3f2759e95d2fa893cdae
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

safecat: 1.13 and fixes

diff --git a/utils/safecat/BUILD b/utils/safecat/BUILD
index 813d781..bc834ac 100755
--- a/utils/safecat/BUILD
+++ b/utils/safecat/BUILD
@@ -1,2 +1,3 @@
-sedit "s/\/usr\/local/\/usr/g" conf-root
+sed -i "s,/usr/local,$INSTALL_ROOT/usr," conf-root &&
+sed -i "s,man,share/&," hier.c &&
make
diff --git a/utils/safecat/DETAILS b/utils/safecat/DETAILS
index ed1448f..2ef0a42 100755
--- a/utils/safecat/DETAILS
+++ b/utils/safecat/DETAILS
@@ -1,13 +1,13 @@
-SPELL=safecat
- VERSION=1.12
+ SPELL=safecat
+ VERSION=1.13
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://jeenyus.net/~budney/linux/software/safecat/safecat-1.12.tar.gz
+ SOURCE_URL[0]=http://jeenyus.net/~budney/linux/software/safecat/$SOURCE
WEB_SITE=http://jeenyus.net/~budney/linux/software/safecat.html
ENTERED=20050418
-
SOURCE_HASH=sha512:84dd21f479cc825f0c55dea8f2f6397a2789c3b98e7bbe2a71defc1ec351cd3d295b652b85b6c43aa32ca36952b3f867d64cb44314ba256d00e38c84749135a4
+
SOURCE_HASH=sha512:e6f7401b55a61f70715b3d222c8286c0125c5e7b3b132e5e8d3c8573a6c45dba75b29a459c7e93d7c0760300f0a62635d8ea4eacde9b0b1ff7637b3f6c63e210
LICENSE[0]=BSD
-KEYWORDS="utils"
+ KEYWORDS="utils"
SHORT="An Implementation of Dan Bernstein's maildir algorithm"
cat << EOF
safecat implements Dan Bernstein's maildir algorithm, copying standard input
safely to a specified directory. With safecat, the user is offered two
assurances. First, if safecat returns successfully, then all data is
guaranteed to be saved in the destination directory. Second, if a file exists
in the destination directory, placed there by safecat, then the file is
guaranteed to be complete.
diff --git a/utils/safecat/HISTORY b/utils/safecat/HISTORY
index f3cb59a..7660d99 100644
--- a/utils/safecat/HISTORY
+++ b/utils/safecat/HISTORY
@@ -1,5 +1,7 @@
2007-04-09 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: fix manpage install location, INSTALL_ROOT, &&
* DEPENDS: removed empty file
+ * DETAILS: updated spell to 1.13

2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5ad1a586e3532a8cb13b3f2759e95d2fa893cdae), Jaka Kranjc, 04/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page