pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems/fuse-ntfs-3g Update to 1.913:
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ed6c012a019
branches: trunk
changeset: 533293:5ed6c012a019
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Fri Sep 14 08:55:49 2007 +0000
description:
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.
diffstat:
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(-)
diffs (59 lines):
diff -r 8dc33b1aa114 -r 5ed6c012a019 filesystems/fuse-ntfs-3g/Makefile
--- a/filesystems/fuse-ntfs-3g/Makefile Fri Sep 14 08:12:29 2007 +0000
+++ b/filesystems/fuse-ntfs-3g/Makefile Fri Sep 14 08:55:49 2007 +0000
@@ -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 @@
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 -r 8dc33b1aa114 -r 5ed6c012a019 filesystems/fuse-ntfs-3g/PLIST
--- a/filesystems/fuse-ntfs-3g/PLIST Fri Sep 14 08:12:29 2007 +0000
+++ b/filesystems/fuse-ntfs-3g/PLIST Fri Sep 14 08:55:49 2007 +0000
@@ -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/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 -r 8dc33b1aa114 -r 5ed6c012a019 filesystems/fuse-ntfs-3g/distinfo
--- a/filesystems/fuse-ntfs-3g/distinfo Fri Sep 14 08:12:29 2007 +0000
+++ b/filesystems/fuse-ntfs-3g/distinfo Fri Sep 14 08:55:49 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index