mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.4 KiB
Tcl
36 lines
1.4 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup fuse 1.0
|
|
|
|
name offlinefs
|
|
version 0.4.7
|
|
revision 1
|
|
categories fuse
|
|
maintainers nomaintainer
|
|
|
|
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 https://sourceforge.net/projects/offlinefs/
|
|
|
|
master_sites sourceforge:offlinefs
|
|
license GPL-2+
|
|
|
|
checksums rmd160 524f1ccc55cce742c791695e28e1433cde2e9471 \
|
|
sha256 eed4c5cde3862ee215bac3294c5b5dd72242ab8f893cf7e7ee562c4fedd904b7 \
|
|
size 434421
|
|
|
|
depends_build path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append port:dbus \
|
|
port:libconfuse \
|
|
port:gettext-runtime
|
|
|
|
destroot.args MOUNT_HELPER_DIR=${prefix}/sbin
|