[38438] trunk/dports/fuse

jmr at macports.org jmr at macports.org
Sun Jul 20 08:42:41 PDT 2008


Revision: 38438
          http://trac.macosforge.org/projects/macports/changeset/38438
Author:   jmr at macports.org
Date:     2008-07-20 08:42:40 -0700 (Sun, 20 Jul 2008)
Log Message:
-----------
New port: mhddfs (#15445)

Added Paths:
-----------
    trunk/dports/fuse/mhddfs/
    trunk/dports/fuse/mhddfs/Portfile
    trunk/dports/fuse/mhddfs/files/
    trunk/dports/fuse/mhddfs/files/patch-main.c.diff

Added: trunk/dports/fuse/mhddfs/Portfile
===================================================================
--- trunk/dports/fuse/mhddfs/Portfile	                        (rev 0)
+++ trunk/dports/fuse/mhddfs/Portfile	2008-07-20 15:42:40 UTC (rev 38438)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+
+name mhddfs
+version 0.1.10
+categories fuse
+maintainers gmail.com:mellon85
+
+description  FUSE-based filesystem for combined mountpoints
+long_description This FUSE-based file system allows mount points (or directories) to be \
+                 combined, simulating a single big volume which can merge several hard disks.
+
+homepage http://mhddfs.uvw.ru/
+platforms macosx
+master_sites    ${homepage}downloads/
+checksums       md5 6ea5e65a4595f71cbe534eb08028c0b8 \
+                sha1 98566e854453924b8e426120b85aa7088a0853ee \
+                rmd160 ff0502d220d4eb3aaa0c37ebf6989be66518d2b8
+
+depends_lib port:macfuse port:libiconv
+
+patchfiles patch-main.c.diff
+
+distname            ${name}_${version}
+worksrcdir          ${name}-${version}
+
+use_configure no
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/mhddfs ${destroot}${prefix}/bin
+}


Property changes on: trunk/dports/fuse/mhddfs/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/fuse/mhddfs/files/patch-main.c.diff
===================================================================
--- trunk/dports/fuse/mhddfs/files/patch-main.c.diff	                        (rev 0)
+++ trunk/dports/fuse/mhddfs/files/patch-main.c.diff	2008-07-20 15:42:40 UTC (rev 38438)
@@ -0,0 +1,10 @@
+--- src/main.c.orig	2008-05-02 14:23:28.000000000 +0200
++++ src/main.c	2008-05-28 14:12:57.000000000 +0200
+@@ -25,7 +25,6 @@
+ #include <errno.h>
+ #include <dirent.h>
+ #include <sys/types.h>
+-#include <sys/vfs.h>
+ #include <sys/stat.h>
+ #include <sys/time.h>
+ #include <utime.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080720/8fa1d02c/attachment.html 


More information about the macports-changes mailing list