diff options
author | agc <agc@pkgsrc.org> | 2004-10-05 12:41:23 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-10-05 12:41:23 +0000 |
commit | 3092eb370e1b565d82b15712c5322622da26f096 (patch) | |
tree | aa8b44a1ca6b06acb15a4cb6965d202dd22b30f3 /doc | |
parent | 52db9ce048adcb137330699d6d431730318c7d94 (diff) | |
download | pkgsrc-3092eb370e1b565d82b15712c5322622da26f096.tar.gz |
Initial import of ntfsprogs-1.9.4 into the packages collection.
The Linux-NTFS project (http://linux-ntfs.sf.net/) aims to
bring full support for the NTFS filesystem to the Linux
operating system. The ntfsprogs package currently consists of
a static library and utilities such as mkntfs, ntfscat,
ntfsls, ntfsresize, and ntfsundelete (for a full list of
included utilities see man 8 ntfsprogs after installation).
Provided in PR 27119 by Darrin B. Jewell, modified by myself to
remove dylib files from PLIST, add NetBSD statvfs compatibility, and
quieten a warning in one of the patches.
Darrin's patches perform the following changes:
. provide for redirection of error output without having an lvalue stderr
. support for NetBSD disklabels
. fix for ntfs_attr_pread to avoid reading a partial block
. workaround for darwin sys/mount.h namespace pollution
This package is currently configured with the gnome-vfs module disabled.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 74b9b96537c..5e0f7dc9511 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7350 2004/10/05 12:15:10 minskim Exp $ +$NetBSD: CHANGES,v 1.7351 2004/10/05 12:41:23 agc Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4551,4 +4551,5 @@ Changes to the packages collection and infrastructure in 2004: Updated xfce4-utils to 4.0.6nb2 [martti 2004-10-05] Updated ImageMagick to 6.1.0-2 [adam 2004-10-05] Updated glib to 1.2.10nb8 [minskim 2004-10-05] + Added ntfsprogs-1.9.4 [agc 2004-10-05] |