Update to 0.2.14:
1 Jul 2006: 0.2.14 Miek <miek@miek.nl> -- misc. bugfixes and new features -- scripts: * use dd for "catching" the files' content * eliminate the use of 'head' as this didn't work on freebsd * dump-here.sh must be edited before use (added exit 1) * Added pl-tools/ directory for perl contributed scripts: added gzip.pl and mirror.pl both from Mark J Hewitt These are up to 50 times faster than the shell scripts! * Remove rb-tools dir from distribution - not uses & not finished * moved wrapper scripts (dump.sh, dump-here.sh and restore.sh) to sh-wrapper/ directory * implement good bash coding (Remarks from Bob Proulx) use booleans in the scripts kill whitespace rdup: * Don't re-check directories for changed files sizes and only check for files that are to be added. * Compilation fix for gcc 2.95; don't use %zd in printf * check return value of ftruncate()
This commit is contained in:
parent
40d3ce98ed
commit
ef1aefa07c
3 changed files with 23 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/06/18 16:30:50 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2006/07/04 20:02:12 thomasklausner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rdup-0.2.13
|
||||
DISTNAME= rdup-0.2.14
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://miek.nl/projects/rdup/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -13,16 +13,25 @@ COMMENT= Backup utility listing changed files only
|
|||
DEPENDS+= bash>=3.0:../../shells/bash
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
USE_TOOLS+= gmake perl:run pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
REPLACE_INTERPRETER+= bash
|
||||
REPLACE.bash.old= .*/bin/bash
|
||||
REPLACE.bash.new= ${LOCALBASE}/bin/bash
|
||||
REPLACE_FILES.bash= sh-tools/crypt.sh.in sh-tools/dump-here.sh.in \
|
||||
sh-tools/dump.sh.in sh-tools/gzip.sh.in sh-tools/hist.sh.in \
|
||||
sh-tools/mirror.sh.in sh-tools/yesterday.sh.in sh-restore/rorrim.sh.in \
|
||||
sh-restore/monthday.sh.in sh-restore/restore.sh.in
|
||||
REPLACE_FILES.bash= \
|
||||
sh-restore/monthday.sh.in \
|
||||
sh-restore/rorrim.sh.in \
|
||||
sh-tools/crypt.sh.in \
|
||||
sh-tools/gzip.sh.in \
|
||||
sh-tools/hist.sh.in \
|
||||
sh-tools/mirror.sh.in \
|
||||
sh-tools/yesterday.sh.in \
|
||||
sh-wrapper/dump-here.sh.in \
|
||||
sh-wrapper/dump.sh.in \
|
||||
sh-wrapper/restore.sh.in
|
||||
|
||||
REPLACE_PERL+= pl-tools/gzip.pl.in pl-tools/mirror.pl.in
|
||||
|
||||
post-install:
|
||||
${RMDIR} ${PREFIX}/etc/rdup
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/18 16:30:50 thomasklausner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2006/07/04 20:02:12 thomasklausner Exp $
|
||||
man/man1/crypt.sh.1
|
||||
man/man1/gzip.sh.1
|
||||
man/man1/hist.sh.1
|
||||
|
@ -13,8 +13,10 @@ man/man8/rorrim.sh.8
|
|||
sbin/crypt.sh
|
||||
sbin/dump-here.sh
|
||||
sbin/dump.sh
|
||||
sbin/gzip.pl
|
||||
sbin/gzip.sh
|
||||
sbin/hist.sh
|
||||
sbin/mirror.pl
|
||||
sbin/mirror.sh
|
||||
sbin/monthday.sh
|
||||
sbin/rdup
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/06/18 16:30:50 thomasklausner Exp $
|
||||
$NetBSD: distinfo,v 1.2 2006/07/04 20:02:12 thomasklausner Exp $
|
||||
|
||||
SHA1 (rdup-0.2.13.tar.bz2) = 44f96e0965c68932cd34cf7d5e51895175e7d268
|
||||
RMD160 (rdup-0.2.13.tar.bz2) = ec9e13ee186e090a7e1b30c2d99a2e0d06aa2bbf
|
||||
Size (rdup-0.2.13.tar.bz2) = 266010 bytes
|
||||
SHA1 (rdup-0.2.14.tar.bz2) = 4742ee3dab64304ae8e8fd13873798059a80b0cb
|
||||
RMD160 (rdup-0.2.14.tar.bz2) = 882ad00c97c0b81392fc22b78c43dfaca1ae671f
|
||||
Size (rdup-0.2.14.tar.bz2) = 270638 bytes
|
||||
|
|
Loading…
Reference in a new issue