[92915] trunk/dports/fuse

phw at macports.org phw at macports.org
Thu May 10 09:31:22 PDT 2012


Revision: 92915
          https://trac.macports.org/changeset/92915
Author:   phw at macports.org
Date:     2012-05-10 09:31:22 -0700 (Thu, 10 May 2012)
Log Message:
-----------
New port: offlinefs, a offline-layer of filesystems (fuse)

Added Paths:
-----------
    trunk/dports/fuse/offlinefs/
    trunk/dports/fuse/offlinefs/Portfile
    trunk/dports/fuse/offlinefs/files/
    trunk/dports/fuse/offlinefs/files/patch-src-Makefile.am.diff
    trunk/dports/fuse/offlinefs/files/patch-src-Makefile.in.diff

Added: trunk/dports/fuse/offlinefs/Portfile
===================================================================
--- trunk/dports/fuse/offlinefs/Portfile	                        (rev 0)
+++ trunk/dports/fuse/offlinefs/Portfile	2012-05-10 16:31:22 UTC (rev 92915)
@@ -0,0 +1,44 @@
+# -*- 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
+
+name                offlinefs
+version             0.4.6
+categories          fuse
+
+platforms           darwin
+maintainers         phw openmaintainer
+description         Fusefs offline layer able to extend every filesystem with offline capabilities
+long_description    The OFS (Offline FileSystem or Ohm FileSystem) is an \
+                    offline-layer which is (or should be) able to extend \
+                    every filesystem with offline capabilities. This means, \
+                    that the user is able to work on his network documents, \
+                    even when he is disconnected from the server. When \
+                    connection is restored, the filesystem automatically synchronizes the files.
+                    
+homepage            http://offlinefs.sourceforge.net/wiki/
+
+master_sites        sourceforge:offlinefs
+license             GPL-2
+
+checksums           rmd160  a56cc9459ae5d261608bc2373baa73bc3063af4a \
+                    sha256  36913bb52e23be7c033949894677ae94f40df1e25f56e14458bd63b83d7f1156
+livecheck.distname  offlinefs
+
+use_autoreconf      yes
+
+depends_build       port:automake \
+                    port:autoconf \
+                    port:libtool  \
+                    port:gcc45 
+
+depends_lib         port:fuse4x \
+                    port:dbus-devel \
+                    port:libconfuse 
+
+patchfiles          patch-src-Makefile.in.diff \
+                    patch-src-Makefile.am.diff
+pre-destroot {
+    file mkdir ${destroot}/sbin
+    }


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

Added: trunk/dports/fuse/offlinefs/files/patch-src-Makefile.am.diff
===================================================================
--- trunk/dports/fuse/offlinefs/files/patch-src-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/fuse/offlinefs/files/patch-src-Makefile.am.diff	2012-05-10 16:31:22 UTC (rev 92915)
@@ -0,0 +1,11 @@
+--- src/Makefile.am.orig	2012-05-10 18:23:32.000000000 +0200
++++ src/Makefile.am	2012-05-10 18:24:01.000000000 +0200
+@@ -29,7 +29,7 @@
+ ofs_LDADD = $(top_builddir)/libraries/libofshash/libofshash.la \
+ 	$(top_builddir)/libraries/libofsconf/libofsconf.la $(top_builddir)/libraries/libofs/libofs.la $(CONFUSE_LIBS)
+ 
+-MOUNT_HELPER_DIR = /sbin
++MOUNT_HELPER_DIR = ${prefix}/sbin
+ MOUNT_HELPER = $(MOUNT_HELPER_DIR)/@MOUNT_HELPER_PROG@
+ 
+ install-exec-hook:

Added: trunk/dports/fuse/offlinefs/files/patch-src-Makefile.in.diff
===================================================================
--- trunk/dports/fuse/offlinefs/files/patch-src-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/fuse/offlinefs/files/patch-src-Makefile.in.diff	2012-05-10 16:31:22 UTC (rev 92915)
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	2012-05-10 18:11:44.000000000 +0200
++++ src/Makefile.in	2012-05-10 18:12:23.000000000 +0200
+@@ -281,7 +281,7 @@
+ ofs_LDADD = $(top_builddir)/libraries/libofshash/libofshash.la \
+ 	$(top_builddir)/libraries/libofsconf/libofsconf.la $(top_builddir)/libraries/libofs/libofs.la $(CONFUSE_LIBS)
+ 
+-MOUNT_HELPER_DIR = /sbin
++MOUNT_HELPER_DIR = ${prefix}/sbin
+ MOUNT_HELPER = $(MOUNT_HELPER_DIR)/@MOUNT_HELPER_PROG@
+ all: all-am
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120510/20774c11/attachment-0001.html>


More information about the macports-changes mailing list