summaryrefslogtreecommitdiff
path: root/sysutils/ntfsprogs/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-03-08 08:56:47 +0000
committeradam <adam@pkgsrc.org>2008-03-08 08:56:47 +0000
commitb835c1d276a34770a5a1273e2b737c4665c31e97 (patch)
tree6e1c08a56d7c2a4383d75d53181fe2f48a48ffb8 /sysutils/ntfsprogs/PLIST
parentc96d38ddaa7f528a9612996d5433521510ccad30 (diff)
downloadpkgsrc-b835c1d276a34770a5a1273e2b737c4665c31e97.tar.gz
Changes 2.0.0:
* ntfsmount (and libntfs) now has full basic read/write support. * Cryptographic code is now integrated into libntfs, thus ntfscat and ntfsmount now can read encrypted files. See "man 8 libntfs" for details. * ntfsresize (and the entirety of ntfsprogs/libntfs in fact) now have full support for Windows Vista. * ntfsprogs and libntfs are now entirely endian safe and more over now we have checks that automatically reports endian errors. * mkntfs now creates a DCE compliant GUID for the volume and does a few other things to be more compliant with Windows Vista.
Diffstat (limited to 'sysutils/ntfsprogs/PLIST')
-rw-r--r--sysutils/ntfsprogs/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/ntfsprogs/PLIST b/sysutils/ntfsprogs/PLIST
index 85b66520609..ffac5dd4807 100644
--- a/sysutils/ntfsprogs/PLIST
+++ b/sysutils/ntfsprogs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/07/20 08:22:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2008/03/08 08:56:47 adam Exp $
bin/ntfscat
bin/ntfscluster
bin/ntfscmp
@@ -12,6 +12,7 @@ include/ntfs/bootsect.h
include/ntfs/collate.h
include/ntfs/compat.h
include/ntfs/compress.h
+include/ntfs/crypto.h
include/ntfs/debug.h
include/ntfs/device.h
include/ntfs/device_io.h
@@ -29,17 +30,16 @@ include/ntfs/logging.h
include/ntfs/mft.h
include/ntfs/mst.h
include/ntfs/ntfstime.h
-include/ntfs/rich.h
include/ntfs/runlist.h
include/ntfs/security.h
include/ntfs/support.h
-include/ntfs/tree.h
include/ntfs/types.h
include/ntfs/unistr.h
include/ntfs/version.h
include/ntfs/volume.h
lib/libntfs.la
man/man8/libntfs-gnomevfs.8
+man/man8/libntfs.8
man/man8/mkfs.ntfs.8
man/man8/mkntfs.8
man/man8/ntfscat.8