Path to this page:
./
sysutils/ntfsprogs,
Linux-NTFS project utilities for the Windows NT Filesystem
Branch: CURRENT,
Version: 2.0.0nb1,
Package name: ntfsprogs-2.0.0nb1,
Maintainer: pkgsrc-usersThe Linux-NTFS project 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).
Required to run:[
devel/libuuid]
Required to build:[
devel/libtool-base]
Master sites:
SHA1: 75393dec021e73a922fe1fd034636de5a45f79a8
RMD160: aaef354ed7dab572c81f0eece89dd5994babfa8d
Filesize: 662.221 KB
Version history: (Expand)
- (2011-12-03) Updated to version: ntfsprogs-2.0.0nb1
- (2008-03-14) Updated to version: ntfsprogs-2.0.0
- (2008-03-08) Updated to version: ntfsprogs-2.0.0
- (2006-07-20) Updated to version: ntfsprogs-1.13.1
- (2006-03-03) Updated to version: ntfsprogs-1.13.0
- (2006-01-27) Updated to version: ntfsprogs-1.12.1
CVS history: (Expand)
2011-12-03 04:40:46 by Steven Drake | Files touched by this commit (1) |  |
Log message:
Add devel/libuuid buildlink.
Bump PKGREVISION
|
| 2009-06-14 20:16:23 by Joerg Sonnenberger | Files touched by this commit (225) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2008-12-26 05:10:20 by OBATA Akio | Files touched by this commit (1) |
Log message:
The URL for project Web page in DESCR is outdated as noticed in PR 40273.
We have HOMEPAGE for the purpose, so just remove the URL from DESCR.
|
| 2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
| 2008-03-08 09:56:47 by Adam Ciarcinski | Files touched by this commit (9) |
Log message:
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.
|
| 2006-10-05 04:52:16 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed "test ==".
|
| 2006-07-20 10:22:02 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
Changes 1.13.1:
- Fix bug in ntfs_attr_pwrite() when we sometimes lose current run in
the runlist.
- Fix build with --disable-gnome-vfs --enable-fuse-module.
- ntfscluster: identify files even if their clusters aren't set
in $Bitmap (useful to find potentially corrupted files).
- mkntfs: set the physical drive and the extended boot signature to
0x80 in the Extended BPB which are needed to boot from disk.
- ntfsinfo: fix two freed memory usages when dumping $SDS and index
allocation entries.
- libntfs: add ntfs_attr_readall() which reads the entire data
from an ntfs attribute.
- libntfs: add ntfs_index_root_get() which reads the index root of
an attribute.
- ntfsclone: the --metadata option will wipe the timestamps in the
index allocation attributes as well. This further decreases the
compressed metadata image size by 10-25% and more importantly it
eliminates non-interesting ntfscmp differences.
- ntfscmp: support bad cluster list, compare full attribute headers
for non-resident attributes, added manual, build and install by
default.
- Fix bug with renaming directories with names in DOS and WIN32
namespaces.
- ntfsclone: fix 64 bit destination size calculation on Mac OS X
|
| 2006-06-08 01:30:34 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Depend on _SC_PAGESIZE alone for DragonFly, _SC_PAGE_SIZE doesn't exist.
|