Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv25925

Added Files:
        rsnapshot.info rsnapshot.patch 
Log Message:
rsnapshot 1.3.1 to 10.7, now with maintainer.  From tracker
https://sourceforge.net/tracker/?func=detail&aid=3475097&group_id=17203&atid=414256

--- NEW FILE: rsnapshot.patch ---
diff -urN rsnapshot-1.3.1/configure rsnapshot-1.3.1-patched/configure
--- rsnapshot-1.3.1/configure   2008-04-27 12:28:02.000000000 +0200
+++ rsnapshot-1.3.1-patched/configure   2012-01-25 21:13:23.000000000 +0100
@@ -2322,8 +2322,6 @@
 
           ac_config_files="$ac_config_files 
t/support/etc/rsync.conf:t/support/etc/rsync.conf.in"
 
-          ac_config_files="$ac_config_files 
t/support/etc/gnu_cp.conf:t/support/etc/gnu_cp.conf.in"
-
           ac_config_files="$ac_config_files 
t/support/etc/relative_delete_bugfix.conf:t/support/etc/relative_delete_bugfix.conf.in"
 
 
@@ -2331,8 +2329,6 @@
 
           ac_config_files="$ac_config_files t/rsync.t:t/rsync.t.in"
 
-          ac_config_files="$ac_config_files t/gnu_cp.t:t/gnu_cp.t.in"
-
           ac_config_files="$ac_config_files 
t/relative_delete_bugfix.t:t/relative_delete_bugfix.t.in"
 
 
@@ -2894,11 +2890,9 @@
   "rsnapshot.conf.default" ) CONFIG_FILES="$CONFIG_FILES 
rsnapshot.conf.default:rsnapshot.conf.default.in" ;;
   "t/support/etc/configtest.conf" ) CONFIG_FILES="$CONFIG_FILES 
t/support/etc/configtest.conf:t/support/etc/configtest.conf.in" ;;
   "t/support/etc/rsync.conf" ) CONFIG_FILES="$CONFIG_FILES 
t/support/etc/rsync.conf:t/support/etc/rsync.conf.in" ;;
-  "t/support/etc/gnu_cp.conf" ) CONFIG_FILES="$CONFIG_FILES 
t/support/etc/gnu_cp.conf:t/support/etc/gnu_cp.conf.in" ;;
   "t/support/etc/relative_delete_bugfix.conf" ) CONFIG_FILES="$CONFIG_FILES 
t/support/etc/relative_delete_bugfix.conf:t/support/etc/relative_delete_bugfix.conf.in"
 ;;
   "t/configtest.t" ) CONFIG_FILES="$CONFIG_FILES 
t/configtest.t:t/configtest.t.in" ;;
   "t/rsync.t" ) CONFIG_FILES="$CONFIG_FILES t/rsync.t:t/rsync.t.in" ;;
-  "t/gnu_cp.t" ) CONFIG_FILES="$CONFIG_FILES t/gnu_cp.t:t/gnu_cp.t.in" ;;
   "t/relative_delete_bugfix.t" ) CONFIG_FILES="$CONFIG_FILES 
t/relative_delete_bugfix.t:t/relative_delete_bugfix.t.in" ;;
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
diff -urN rsnapshot-1.3.1/t/gnu_cp.t.in rsnapshot-1.3.1-patched/t/gnu_cp.t.in
--- rsnapshot-1.3.1/t/gnu_cp.t.in       2006-06-10 08:00:14.000000000 +0200
+++ rsnapshot-1.3.1-patched/t/gnu_cp.t.in       1970-01-01 01:00:00.000000000 
+0100
@@ -1,13 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use Test::More tests => 1;
-
-# check for GNU cp
-my @lines = `@CP@ --help | grep -i 'gnu'`;
-
-SKIP: {
-       skip('GNU cp not found', 1) if (@lines == 0);
-       
-       ok(! `@PERL@ ./rsnapshot -c t/support/etc/gnu_cp.conf hourly`);
-}
diff -urN rsnapshot-1.3.1/t/support/etc/gnu_cp.conf.in 
rsnapshot-1.3.1-patched/t/support/etc/gnu_cp.conf.in
--- rsnapshot-1.3.1/t/support/etc/gnu_cp.conf.in        2005-08-21 
05:48:19.000000000 +0200
+++ rsnapshot-1.3.1-patched/t/support/etc/gnu_cp.conf.in        1970-01-01 
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-config_version 1.2
-snapshot_root  @CWD@/t/support/snapshots/
-cmd_rsync              @RSYNC@
-cmd_cp                 @CP@
-interval               hourly  6
-backup                 @CWD@/t/support/files/a/        localhost/

--- NEW FILE: rsnapshot.info ---
Package: rsnapshot
Version: 1.3.1
Revision: 1

Maintainer: Christoph Schilling <christoph.schill...@f-m.fm>

Depends: system-perl

Description: Filesystem (Backup) snapshot utility 
Homepage: http://www.rsnapshot.org/
License: GPL

Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 588f92995dcf60a6ea6df8d94a017e7e

PatchFile: %n.patch
PatchFile-MD5: 3e57bc127a4f31f383e80be7a57d86d6

CompileScript: <<
./configure --prefix=%p --sysconfdir=%p/etc/rsnapshot --mandir=%p/share/man 
--with-perl=/usr/bin/perl --with-rsync=/usr/bin/rsync --with-cp=/bin/cp 
--with-rm=/bin/rm --with-ssh=/usr/bin/ssh --with-logger=/usr/bin/logger 
--with-du=/usr/bin/du
<<

InfoTest: <<
  TestScript: <<
    make test || exit 2
  <<
<<

InstallScript: <<
make install DESTDIR=%d
cp %i/etc/rsnapshot/rsnapshot.conf.default %i/etc/rsnapshot/rsnapshot.conf
<<

DocFiles: AUTHORS COPYING INSTALL NEWS README TODO

ConfFiles: %p/etc/rsnapshot/%n.conf

DescDetail: <<
rsnapshot is a filesystem snapshot utility for 
making backups of local and remote systems. 
rsnapshot is written entirely in Perl.

Using rsync and hard links, it is possible to 
keep multiple, full backups instantly available. 
The disk space required is just a little more 
than the space of one full backup, plus 
incrementals. 

Depending on your configuration, it is quite 
possible to set up in just a few minutes. Files 
can be restored by the users who own them, 
without the root user getting involved. 

There are no tapes to change, so once it's set
up, you may never need to think about it again. 
<<

DescUsage:<<
Please add the flag -E to your config file
for rsync, if you want to use the system rsync
with 'extended attributes' support.
<<
DescPackaging:  Previously maintained by Murali Vadivelu
                 


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to