From 597df228e0cac962d30651fea037d0fe22e84d73 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Fri, 14 Sep 2007 08:55:49 +0000 Subject: Update to 1.913: STABLE Version 1.913 (September 13, 2007) Release Notes * change: free disk space calculation was highly CPU intensive during write activity. This could reduce write performance severely, especially for huge volumes if a file manager or desktop applet regularly polled for disk space usage. Now the calculation is constant time, around only 10 microseconds on a typical desktop, and it's completely independent of the volume size. * fix: hibernation check was too rigid and mount was refused in read/write mode unnecessarily in some cases. * all performance improvements included unchanged from the 1.910-RC test release. Please see those details below. Version 1.910-RC (September 10, 2007) -- Release Notes * change: significantly improved the performance of writing many files, typically by 50-1000% (copying files, unpacking, untarring packages, compilation, directory synchronization, ...). * change: improved the performance of writing multi-GB size files, particularly after the creation of many thousands of other files. Previous disk space defragmentation is highly advised for the best possible speed. File level defragmentation is not enough. * change: improved concurrent write performance. --- filesystems/fuse-ntfs-3g/Makefile | 9 +++------ filesystems/fuse-ntfs-3g/PLIST | 3 +-- filesystems/fuse-ntfs-3g/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 12 deletions(-) (limited to 'filesystems') diff --git a/filesystems/fuse-ntfs-3g/Makefile b/filesystems/fuse-ntfs-3g/Makefile index f260f7c6891..2fd0998926a 100644 --- a/filesystems/fuse-ntfs-3g/Makefile +++ b/filesystems/fuse-ntfs-3g/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2007/08/15 13:53:57 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2007/09/14 08:55:49 xtraeme Exp $ # -DISTNAME= ntfs-3g-1.810 +DISTNAME= ntfs-3g-1.913 PKGNAME= fuse-${DISTNAME} CATEGORIES= filesystems MASTER_SITES= http://www.ntfs-3g.org/ @@ -13,13 +13,10 @@ COMMENT= NTFS driver for Linux/FreeBSD/NetBSD with read and write support GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= autoconf gmake pkg-config +USE_TOOLS+= gmake pkg-config CONFIGURE_ARGS+= --exec-prefix=${PREFIX} -pre-configure: - cd ${WRKSRC} && autoconf - .include "../../mk/fuse.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/filesystems/fuse-ntfs-3g/PLIST b/filesystems/fuse-ntfs-3g/PLIST index 0b30be0594b..9d3681a23a3 100644 --- a/filesystems/fuse-ntfs-3g/PLIST +++ b/filesystems/fuse-ntfs-3g/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/26 19:55:28 pooka Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/09/14 08:55:49 xtraeme Exp $ bin/mount.ntfs-3g bin/ntfs-3g man/man8/ntfs-3g.8 @@ -20,7 +20,6 @@ include/ntfs-3g/index.h include/ntfs-3g/inode.h include/ntfs-3g/layout.h include/ntfs-3g/lcnalloc.h -include/ntfs-3g/list.h include/ntfs-3g/logfile.h include/ntfs-3g/logging.h include/ntfs-3g/mft.h diff --git a/filesystems/fuse-ntfs-3g/distinfo b/filesystems/fuse-ntfs-3g/distinfo index 417acaea46a..69507c1995b 100644 --- a/filesystems/fuse-ntfs-3g/distinfo +++ b/filesystems/fuse-ntfs-3g/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2007/08/15 13:53:57 xtraeme Exp $ +$NetBSD: distinfo,v 1.8 2007/09/14 08:55:50 xtraeme Exp $ -SHA1 (ntfs-3g-1.810.tgz) = f86fbe98e573c4d3c34007c9de2b8c1519b6f544 -RMD160 (ntfs-3g-1.810.tgz) = 2e12d21ca8f36c92ceae28b0846ebd0e6f7ca2ba -Size (ntfs-3g-1.810.tgz) = 582428 bytes +SHA1 (ntfs-3g-1.913.tgz) = b5b386cf48c3715c5c979580f2ed4ba97a43864e +RMD160 (ntfs-3g-1.913.tgz) = 58ebbc5909ec9ee4593c274aa9ec623cbe5986aa +Size (ntfs-3g-1.913.tgz) = 576174 bytes SHA1 (patch-ab) = 37d7aa735d99d1d6d5cc6210894ec0252a7836fc -- cgit v1.2.3