Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (1c2b8bf215d9ccae5b029164a03e51b679fef02a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (1c2b8bf215d9ccae5b029164a03e51b679fef02a)
  • Date: Thu, 30 Aug 2007 05:18:58 -0500

GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth AT gmx.de>:

ChangeLog | 3 +++
archive/rsnapshot/BUILD | 12 ++++++++++++
archive/rsnapshot/DEPENDS | 4 ++++
archive/rsnapshot/DETAILS | 16 ++++++++++++++++
archive/rsnapshot/FINAL | 4 ++++
archive/rsnapshot/HISTORY | 2 ++
6 files changed, 41 insertions(+)

New commits:
commit 1c2b8bf215d9ccae5b029164a03e51b679fef02a
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

rsnapshot: New spell, a filesystem snapshot utility

diff --git a/ChangeLog b/ChangeLog
index 40670c4..c1bac0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-08-30 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * archive/rsnapshot: New spell, a filesystem snapshot utility
+
2007-08-29 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-creation/ardour2: New spell, professional Digital Audio
Workstation.
diff --git a/archive/rsnapshot/BUILD b/archive/rsnapshot/BUILD
new file mode 100755
index 0000000..533101d
--- /dev/null
+++ b/archive/rsnapshot/BUILD
@@ -0,0 +1,12 @@
+OPTS="$OPTS --build=${BUILD}"
+
+ [[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"
+
+ ./configure --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ $OPTS &&
+make test &&
+make
diff --git a/archive/rsnapshot/DEPENDS b/archive/rsnapshot/DEPENDS
new file mode 100755
index 0000000..95994d6
--- /dev/null
+++ b/archive/rsnapshot/DEPENDS
@@ -0,0 +1,4 @@
+depends perl &&
+depends rsync &&
+
+optional_depends openssh "" "--without-ssh" "to make remote backup"
diff --git a/archive/rsnapshot/DETAILS b/archive/rsnapshot/DETAILS
new file mode 100755
index 0000000..bcd66d1
--- /dev/null
+++ b/archive/rsnapshot/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=rsnapshot
+ VERSION=1.3.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.${SPELL}.org/downloads/${SOURCE}
+
SOURCE_HASH=sha512:e2a263214704189b197eea2ee650557bfb4a01d52a881d727d9e3c08e820a75d44a41b0a45d00c0cddf9ce8b85d85a5d8e505e9267d25df9480f17a8f47d4159
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.rsnapshot.org/";
+ LICENSE[0]=GPL
+ ENTERED=20070829
+ KEYWORDS="archive"
+ SHORT="A filesystem snapshot utility."
+cat << EOF
+rsnapshot is a filesystem snapshot utility based on rsync. It makes it easy
+to make periodic snapshots of local machines, and remote machines over ssh.
It
+uses hard links whenever possible, to greatly reduce the disk space required.
+EOF
diff --git a/archive/rsnapshot/FINAL b/archive/rsnapshot/FINAL
new file mode 100755
index 0000000..96f6724
--- /dev/null
+++ b/archive/rsnapshot/FINAL
@@ -0,0 +1,4 @@
+message "${MESSAGE_COLOR}" &&
+message "After rsnapshot is installed, don't forget to copy" &&
+message "${INSTALL_ROOT}/etc/rsnapshot.conf.default to" &&
+message "${INSTALL_ROOT}/etc/rsnapshot.conf${DEFAULT_COLOR}"
diff --git a/archive/rsnapshot/HISTORY b/archive/rsnapshot/HISTORY
new file mode 100644
index 0000000..fdd1a9a
--- /dev/null
+++ b/archive/rsnapshot/HISTORY
@@ -0,0 +1,2 @@
+2007-08-29 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DETAILS, DEPENDS, BUILD, FINAL, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (1c2b8bf215d9ccae5b029164a03e51b679fef02a), Martin Spitzbarth, 08/30/2007

Archive powered by MHonArc 2.6.24.

Top of Page