diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-17 16:29:44 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-17 16:29:44 +0000 |
commit | 8af3ca7013415b65f6841b5d0efb10fa71245c77 (patch) | |
tree | 3a257327b9d6de6947173784621f66b49a92654a /devel/p5-File-DirSync | |
parent | a5a17542df123f076002beab95fe5b71c576eb11 (diff) | |
download | pkgsrc-8af3ca7013415b65f6841b5d0efb10fa71245c77.tar.gz |
- updated to 1.22
ChangeLog:
1.22 Wed Aug 15 15:30:00 2007
- Allow gentleness to pause even right in the
middle of a chewing copy since that can be
very painful to the drive.
1.21 Thu Aug 09 22:00:00 2007
- Tweak minimum thresholds for autoincrease
in order to provide more granular throttling.
- Fix initial gentle_ops boundary checking.
- Clear up a few warnings.
1.20 Wed Aug 08 15:05:00 2007
- Stable release
- Just bug fixes from v1.16.
- More accurate gentle throttling computation
w/ on-the-fly auto-adjust disk ops feature.
- Versions v1.17 - v1.19 were beta tests.
1.16 Sat Aug 04 02:00:00 2007
- Disable operation tracking by default.
- Add a proctitle feature for progress monitioring.
- Moved rmtree and copy routines directly into this
module for performance purposes.
- Add "gentle" feature to allow dirsync to throttle
back the IO on the disks if this is desired.
1.15 Fri Jul 14 09:58:00 2006
- Avoid forcing directory timestamp to match a
more future mtime of a symlink within it.
This allows to cleanly detect and revert any
changes made on the destination by simply
running a rebuild on it (as well as the source)
prior to executing the dirsync operation.
Altering a symlink in any way will ALWAYS
update the mtime of the containing directory
inode, so this is most correct anyway.
Diffstat (limited to 'devel/p5-File-DirSync')
-rw-r--r-- | devel/p5-File-DirSync/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-File-DirSync/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-File-DirSync/Makefile b/devel/p5-File-DirSync/Makefile index 8339f73b8be..a23caf29d38 100644 --- a/devel/p5-File-DirSync/Makefile +++ b/devel/p5-File-DirSync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:15 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/07/17 16:29:44 rhaen Exp $ # -DISTNAME= File-DirSync-1.14 +DISTNAME= File-DirSync-1.22 PKGNAME= p5-${DISTNAME} CATEGORIES= sysutils perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-DirSync/distinfo b/devel/p5-File-DirSync/distinfo index 6c6adbc38e3..e3c2d40529f 100644 --- a/devel/p5-File-DirSync/distinfo +++ b/devel/p5-File-DirSync/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/02/27 09:16:14 wiz Exp $ +$NetBSD: distinfo,v 1.4 2008/07/17 16:29:44 rhaen Exp $ -SHA1 (File-DirSync-1.14.tar.gz) = fe691e9005ee3fdeffec90ea03645a01f457aa2a -RMD160 (File-DirSync-1.14.tar.gz) = 59f0c8ef71f9b5a72ddbca11119e35baf9762c8b -Size (File-DirSync-1.14.tar.gz) = 12048 bytes +SHA1 (File-DirSync-1.22.tar.gz) = df40756440de9572dbbc79b1eea6ae1830d9df5b +RMD160 (File-DirSync-1.22.tar.gz) = ffda314255e8b3deb6b12be42fcffc39c2c75266 +Size (File-DirSync-1.22.tar.gz) = 16059 bytes |