[22959] trunk/dports/fuse

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 20 11:59:51 PDT 2007


Revision: 22959
          http://trac.macosforge.org/projects/macports/changeset/22959
Author:   eridius at macports.org
Date:     2007-03-20 11:59:51 -0700 (Tue, 20 Mar 2007)

Log Message:
-----------
NEW: ntfs-3g
This has been sitting in my tree for a while now, but I just discovered that the error it gives upon usage is actually a warning - it does indeed work anyway

Added Paths:
-----------
    trunk/dports/fuse/ntfs-3g/
    trunk/dports/fuse/ntfs-3g/Portfile

Added: trunk/dports/fuse/ntfs-3g/Portfile
===================================================================
--- trunk/dports/fuse/ntfs-3g/Portfile	                        (rev 0)
+++ trunk/dports/fuse/ntfs-3g/Portfile	2007-03-20 18:59:51 UTC (rev 22959)
@@ -0,0 +1,44 @@
+# $Id$
+
+PortSystem 1.0
+
+name                ntfs-3g
+version             1.0
+categories          fuse
+platforms           darwin
+maintainers         eridius at macports.org
+description         Safe read/write NTFS driver for FUSE
+long_description    The NTFS-3G driver is an open source, freely available \
+                    NTFS driver for FUSE with read and write support. It \
+                    provides safe and fast handling of the Windows XP, Windows \
+                    Server 2003, Windows 2000 and Windows Vista file systems. \
+                    Most POSIX file system operations are supported, with the \
+                    exception of full file ownership and access right support.
+
+homepage            http://www.ntfs-3g.org/
+extract.suffix      .tgz
+
+master_sites        $homepage
+checksums           $distfiles md5 873a8de662849d129fc7c475ad3f5447 \
+                               sha1 e4cf952a17a3a9e3f1e53d09cb8dd544e5ecfd0f
+
+depends_lib         lib:libfuse:libfuse bin:pkg-config:pkgconfig
+
+platform darwin {
+    depends_run         port:fusefs
+    patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-0.2.2/filesystems/ntfs-3g/
+    patchfiles          ${name}-${version}.patch
+    checksums-append    ${name}-${version}.patch md5 9b9293e6d7f398375e46905c4e812999 \
+                                                 sha1 e74c4a74645377450646d94b5b0cbe0fcaa9a58d
+    
+    # override patch.pre_args since it defaults to -p0
+    patch.pre_args -p1
+}
+
+post-destroot {
+    # ntfs-3g symlinks /sbin/mount.ntfs-3g to /opt/local/bin/ntfs-3g
+    # but on darwin mount wants mount_* instead of mount.*
+    file rename -- ${destroot}/sbin/mount.ntfs-3g ${destroot}/sbin/mount_ntfs-3g
+    file rename -- ${destroot}${prefix}/man/man8/mount.ntfs-3g.8 \
+                   ${destroot}${prefix}/man/man8/mount_ntfs-3g.8
+}
\ No newline at end of file


Property changes on: trunk/dports/fuse/ntfs-3g/Portfile
___________________________________________________________________
Name: svn:keywords
   + id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070320/ffb2c042/attachment.html


More information about the macports-changes mailing list