aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ntfsprogs/files
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2016-12-3110-1158/+0
| | | | | | | | | | | | | | | | | 2016-12-31 devel/rubygem-devise-async-rails4: Not compatible with devel/rubygem-devise > 3 2016-12-31 devel/rubygem-devise-async: Not compatible with devel/rubygem-devise > 3 2016-12-31 net/iet: Upstream no longer active 2016-12-31 sysutils/geomgui: Development stopped years ago. 2016-12-31 sysutils/screen-legacy: Old version released 2008-08-07 no longer upline maintained. 2016-12-31 sysutils/ntfsprogs: Superseded by sysutils/fusefs-ntfs 2016-12-31 www/rubygem-jekyll2: Use www/rubygem-jekyll instead 2016-12-31 databases/rubygem-dm-devise: Not compatible with devel/rubygem-devise > 3 2016-12-31 devel/rubygem-sprockets211: Use devel/rubygem-sprockets or devel/rubygem-sprockets3 instead 2016-12-31 devel/p5-Parse-CPAN-Meta: Merged into devel/p5-CPAN-Meta 2.150008 2016-12-31 devel/jtag: development ceased 2003, superceded by devel/urjtag Notes: svn path=/head/; revision=430147
* Fix mkntfsMax Brazhnikov2011-03-173-24/+292
| | | | | | | | | | | | Replace Vista's $UpCase file by a Windows XP one Pass maintainership to submitter Remove md5 sum while I'm here PR: ports/144852 Submitted by: Samuel Martin Moro <faust64 at gmail.com> Notes: svn path=/head/; revision=271142
* - Update to version 2.0.0 with write support, add README partially mirroredAlejandro Pulver2008-08-135-58/+208
| | | | | | | | | | | from similar port sysutils/fusefs-ntfs (other parts taken as well). - Update pkg-descr and pkg-message. PR: ports/126439 Approved by: miwi Notes: svn path=/head/; revision=218481
* - Bump PORTREVISION.Alejandro Pulver2007-10-306-607/+712
| | | | | | | | | | | | | | | | | | | | | - Remove FreeBSD 4.x code (USE_GCC=3.4+, USE_GETOPT_LONG and BROKEN). - Use ARCH instead of MACHINE_ARCH for possible future cross-compilation support. - Add UBLIO option, which uses devel/libublio for greatly improved speed (when reading an NTFS volume). Also print a warning when disabling UBLIO. - Add pkg-message mentioning UBLIO and this port's limitations. - Change mount.ntfs-fuse -> mount_ntfs-fuse manpage link and symlink to the binary in /usr/sbin to allow using with 'mount -t ntfs-fuse' and in /etc/fstab after mounting /usr. - Add a note in pkg-descr about the fusefs driver and ntfs-3g split project. - Add LOCK option to avoid access to the device while it's mounted. PR: ports/116287 Submitted by: alepulver (myself) Approved by: miwi, farrokhi (implicitly to miwi) Notes: svn path=/head/; revision=202394
* - Fix mkntfs by providing device io module that always reads/writeMax Khon2006-12-135-84/+607
| | | | | | | | | | | blocksize-aligned blocks - Remove several now unnecessary hacks - Bump PORTREVISION Approved by: MAINTAINER Notes: svn path=/head/; revision=179674
* - Update to 1.13.0Pav Lucistnik2006-05-057-199/+94
| | | | | | | | PR: ports/96744 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=161395
* - FUSE interface upgradeAndrej Zverev2006-02-011-7/+96
| | | | | | | | | | | | | sysutils/fusefs-libs has been upgraded and ntfsprogs' FUSE based fs driver (ntfsmount) doesn't compile against the new version. The attached patch will make it compile against recent sysutils/fusefs-libs versions (2.5.0, 2.5.1) PR: ports/92568 Submitted by: Csaba Henk <csaba.henk@creo.hu> Notes: svn path=/head/; revision=155000
* - Add FUSE option to compile ntfsmount with FUSE support [1].Florent Thoumie2005-11-231-0/+14
| | | | | | | | | | - Add local patch to make FUSE support compile on FreeBSD [1]. - Force --enable-gnome-vfs when WITH_GNOMEVFS2 is set. Asked by: Sergei Mozhaisky <technix@mediana.net.ua> [1] Notes: svn path=/head/; revision=149164
* - Update to 1.12.1 [1].Florent Thoumie2005-10-111-7/+8
| | | | | | | | | | | - Remove libtool archive using USE_LIBTOOL_VER=15. - Remove sed invocation with a configure argument. PR: ports/87241 [1] Submitted by: Callum Gibson <callum_r_gibson@yahoo.com.au> [1] Notes: svn path=/head/; revision=144945
* - Teach ntfsprogs to access devices in sector sizes. This fixes ntfsresizePav Lucistnik2005-07-271-0/+83
| | | | | | | | PR: ports/84048 Submitted by: Andriy Gapon <avg@topspin.kiev.ua> Notes: svn path=/head/; revision=140228
* - Fix ntfsprogs by removing fcntl(2) locks.Florent Thoumie2005-03-211-0/+30
PR: ports/74233 Submitted by: Geoff Buckingham <geoff.buckingham@reuters.com> Reviewed by: Jilles Tjoelker <jilles@stack.nl> Notes: svn path=/head/; revision=131834