FreshPorts -- The Place For Ports Tue, 9 Feb 2010 12:14 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
ntfsprogs 2.0.0 sysutils on this many watch lists=10 search for ports that depend on this port
Utilities and library to manipulate NTFS partitions

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 09 May 2004 17:20:48


The goals of the Linux-NTFS project are to develop reliable and full feature
access to NTFS by the Linux kernel driver and by a user space driver
(ntfsmount), and to provide a wide collection of NTFS utilities and a
developer's library for other GPLed programs. We have already achieved a lot,
with high quality results. Includes the following:

ntfsmount: fast, reliable, read/write, userspace.
ntfsprogs: various tools for managing ntfs, namely mkntfs, ntfsresize,
           ntfsclone, ntfsfix, ntfsundelete, ntfswipe and ntfsdecrypt.


WWW: http://www.linux-ntfs.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: sysutils/fusefs-libs, devel/pkg-config
Required To Run: devel/pkg-config
Required Libraries: devel/libublio

To install the port: cd /usr/ports/sysutils/ntfsprogs/ && make install clean
To add the package: pkg_add -r ntfsprogs


Configuration Options
===> The following configuration options are available for ntfsprogs-2.0.0:
     GNOMEVFS2=off (default) "Install GnomeVFS 2.0 libntfs interface"
     LOCK=on (default) "Lock the device when mounting (avoids access)"
     UBLIO=on (default) "Enable user space cache for improved speed"
     UUID=off (default) "Generate DCE compliant UUIDs"
===> Use 'make config' to modify these settings

Master Sites:
http://garr.dl.sourceforge.net/project/linux-ntfs/NTFS%20Tools%20and%20Library/2.0.0/
http://superb-east.dl.sourceforge.net/project/linux-ntfs/NTFS%20Tools%20and%20Library/2.0.0/
http://nchc.dl.sourceforge.net/project/linux-ntfs/NTFS%20Tools%20and%20Library/2.0.0/
http://kent.dl.sourceforge.net/project/linux-ntfs/NTFS%20Tools%20and%20Library/2.0.0/
http://easynews.dl.sourceforge.net/project/linux-ntfs/NTFS%20Tools%20and%20Library/2.0.0/
http://ufpr.dl.sourceforge.net/project/linux-ntfs/NTFS%20Tools%20and%20Library/2.0.0/
http://mesh.dl.sourceforge.net/project/linux-ntfs/NTFS%20Tools%20and%20Library/2.0.0/
http://heanet.dl.sourceforge.net/project/linux-ntfs/NTFS%20Tools%20and%20Library/2.0.0/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 39

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Aug 2009 01:35:32
Original commit files touched by this commit  2.0.0
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
09 Mar 2009 19:29:12
Original commit files touched by this commit  2.0.0
miwi search for other commits by this committer
- Reset farrokhi@freebsd.org due to long period of inactivity.

Approved by:    portmgr (linimon)
21 Aug 2008 07:18:49
Original commit files touched by this commit  2.0.0
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
13 Aug 2008 04:00:56
Original commit files touched by this commit  2.0.0
alepulver search for other commits by this committer
- Update to version 2.0.0 with write support, add README partially mirrored
  from similar port sysutils/fusefs-ntfs (other parts taken as well).
- Update pkg-descr and pkg-message.

PR:             ports/126439
Approved by:    miwi
19 Apr 2008 18:56:05
Original commit files touched by this commit  1.13.1_5
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
12 Dec 2007 17:05:00
Original commit files touched by this commit  1.13.1_4
alepulver search for other commits by this committer
- Use @exec/@unexec pkg-plist directives to handle the symlink (do not archive
  directly like before).
- Bump PORTREVISION.

PR:             ports/118569
Submitted by:   alepulver (myself)
Approved by:    miwi
30 Oct 2007 03:22:04
Original commit files touched by this commit  1.13.1_3
alepulver search for other commits by this committer
- Bump PORTREVISION.
- 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)
04 Oct 2007 07:10:15
Original commit files touched by this commit  1.13.1_2
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
19 May 2007 21:32:57
Original commit files touched by this commit  1.13.1_2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
13 Dec 2006 17:03:02
Original commit files touched by this commit  1.13.1_1
fjoe search for other commits by this committer
- Fix mkntfs by providing device io module that always reads/write
blocksize-aligned blocks
- Remove several now unnecessary hacks
- Bump PORTREVISION

Approved by:    MAINTAINER
08 Nov 2006 09:28:33
Original commit files touched by this commit  1.13.1
farrokhi search for other commits by this committer
Change my email address to farrokhi@ in all ports that I maintain.
Approved by:    miwi (mentor)
19 Aug 2006 16:27:29
Original commit files touched by this commit  1.13.1
miwi search for other commits by this committer
- Pass maintainership to submitter

PR:             ports/102132
Submitted by:   Babak Farrokhi <babak(at)farrokhi.net>
Approved by:    krion (mentor)
18 Aug 2006 21:52:48
Original commit files touched by this commit  1.13.1
alepulver search for other commits by this committer
- Update to version 1.13.1.
15 Aug 2006 02:04:55
Original commit files touched by this commit  1.13.0
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
21 May 2006 02:56:48
Original commit files touched by this commit  1.13.0
mnag search for other commits by this committer
- Mark 4.x as broken. Doesn't have fstatvfs(3).

PR:             97536
Submitted by:   Martin Matuska <martin___matuska.org>
05 May 2006 09:52:13
Original commit files touched by this commit  1.13.0
pav search for other commits by this committer
- Update to 1.13.0

PR:             ports/96744
Submitted by:   Martin Matuska <martin@matuska.org>
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.12.1_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
03 Feb 2006 06:41:21
Original commit files touched by this commit  1.12.1_1
az search for other commits by this committer
- Do more correct method, to show what we need sysutils/fusefs-libs > 2.4
instead on seting CONFLICTS.

Requested by:   Csaba Henk <csaba.henk@creo.hu>
01 Feb 2006 13:47:28
Original commit files touched by this commit  1.12.1_1
sem search for other commits by this committer
- A new project URL
01 Feb 2006 12:31:37
Original commit files touched by this commit  1.12.1_1
az search for other commits by this committer
- FUSE interface upgrade

        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>
25 Nov 2005 18:14:52
Original commit files touched by this commit  1.12.1_1
pav search for other commits by this committer
- Add SHA256
23 Nov 2005 11:43:14
Original commit files touched by this commit  1.12.1_1
flz search for other commits by this committer
- Add FUSE option to compile ntfsmount with FUSE support [1].
- 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]
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.12.1
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
22 Oct 2005 10:44:10
Original commit files touched by this commit  1.12.1
flz search for other commits by this committer
- Fix libtool issue.

Reported by:    kris
11 Oct 2005 16:49:57
Original commit files touched by this commit  1.12.1
flz search for other commits by this committer
- Update to 1.12.1 [1].
- 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]
27 Jul 2005 12:30:20
Original commit files touched by this commit  1.9.4_2
pav search for other commits by this committer
- Teach ntfsprogs to access devices in sector sizes. This fixes ntfsresize

PR:             ports/84048
Submitted by:   Andriy Gapon <avg@topspin.kiev.ua>
26 Jul 2005 20:20:46
Original commit files touched by this commit  1.9.4_1
jylefort search for other commits by this committer
- Fix build when WITH_GNOMEVFS2 is set [1]
- Install the GnomeVFS module in ${X11BASE}, where GnomeVFS will look for it
- Use USE_GCC=3.4+ rather than USE_GCC=3.4
- Remove useless USE_CONFIGURE
- Fix the GnomeVFS spelling in the OPTIONS help

Submitted by:   John Merryweather Cooper <john_m_cooper@yahoo.com> [1]
17 Jun 2005 16:13:06
Original commit files touched by this commit  1.9.4_1
oliver search for other commits by this committer
fix build on 4

Noted by:       pointyhat via kris
03 Jun 2005 21:18:13
Original commit files touched by this commit  1.9.4_1
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
12 Apr 2005 04:26:57
Original commit files touched by this commit  1.9.4_1
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  1.9.4_1
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
21 Mar 2005 13:15:45
Original commit files touched by this commit  1.9.4_1
flz search for other commits by this committer
- Fix ntfsprogs by removing fcntl(2) locks.

PR:             ports/74233
Submitted by:   Geoff Buckingham <geoff.buckingham@reuters.com>
Reviewed by:    Jilles Tjoelker <jilles@stack.nl>
20 Feb 2005 17:26:52
Original commit files touched by this commit  1.9.4
pav search for other commits by this committer
- Update to 1.9.4
- Engage OPTIONS
- Drop maintainership

PR:             ports/77788
Submitted by:   Florent Thoumie <flz@xbsd.org> (maintainer)
30 Sep 2004 06:32:00
Original commit files touched by this commit  1.9.2
kris search for other commits by this committer
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
14 Aug 2004 18:02:05
Original commit files touched by this commit  1.9.2
krion search for other commits by this committer
Add missing manpage.
25 May 2004 10:06:16
Original commit files touched by this commit  1.9.2
eik search for other commits by this committer
Fix build on sparc64

Requested by:   kris
Submitted by:   Florent Thoumie <flz@xbsd.org> (maintainer)
12 May 2004 11:08:43
Original commit files touched by this commit  1.9.2
eik search for other commits by this committer
- update to version 1.9.2
- fix pkg-plist
- add INSTALLS_SHLIB and CONFIGURE_TARGET

PR:             66561
Submitted by:   Florent Thoumie <flz@xbsd.org> (maintainer)
11 May 2004 13:05:40
Original commit files touched by this commit  1.9.1
nork search for other commits by this committer
Fix build on 4-stable.

Pointed out by: bento via kris.
Submitted by:   Florent Thoumie <flz@xbsd.org> (maintainer)
09 May 2004 17:06:23
Original commit files touched by this commit  1.9.1
nork search for other commits by this committer
Add ntfsprogs 1.9.1, utilities and library to manipulate NTFS
partitions.

PR:             ports/66406
Submitted by:   Florent Thoumie <flz@xbsd.org>

Number of commits found: 39

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 8
new 48 hours10
new 7 days31
new fortnight88
new month199

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.232 seconds.