[117773] trunk/dports/fuse

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Mar 12 10:13:32 PDT 2014


Revision: 117773
          https://trac.macports.org/changeset/117773
Author:   macsforever2000 at macports.org
Date:     2014-03-12 10:13:31 -0700 (Wed, 12 Mar 2014)
Log Message:
-----------
ext4fuse: New port.

Added Paths:
-----------
    trunk/dports/fuse/ext4fuse/
    trunk/dports/fuse/ext4fuse/Portfile

Added: trunk/dports/fuse/ext4fuse/Portfile
===================================================================
--- trunk/dports/fuse/ext4fuse/Portfile	                        (rev 0)
+++ trunk/dports/fuse/ext4fuse/Portfile	2014-03-12 17:13:31 UTC (rev 117773)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        gerard ext4fuse 0.1.3 v
+categories          fuse
+license             GPL-2+
+platforms           darwin
+maintainers         nomaintainer
+
+description         ext4 filesystem in user space
+long_description    Implementation of the ext4 filesystem in user space, \
+                    using the FUSE library. This allows read-only access.
+
+homepage            https://github.com/gerard/ext4fuse
+
+checksums           rmd160  33b3f6c3a72f86daec20fe191340f9a1e3294c70 \
+                    sha256  9fdf0d1855d62d6ab108157d627e62b4996144a8eb49a38b094712f924448694
+
+depends_build-append \
+                    port:pkgconfig
+depends_lib-append  path:lib/libfuse.dylib:fuse4x \
+                    port:libiconv
+
+use_configure       no
+build.target
+
+destroot            {
+    xinstall -m 755 ${worksrcpath}/ext4fuse ${destroot}${prefix}/bin/
+}


Property changes on: trunk/dports/fuse/ext4fuse/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140312/b5b28ce6/attachment.html>


More information about the macports-changes mailing list