# -*- 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
PortGroup           github 1.0
PortGroup           cmake 1.1

github.setup        vgough encfs 1.9.5 v
revision            2
categories          fuse
platforms           darwin
maintainers         nomaintainer
license             {GPL-3+ OpenSSLException}

description         An encrypted pass-through FUSE filesystem

long_description    EncFS is an encrypted pass-through filesystem which \
                    runs in userspace, using the FUSE kernel module.  \
                    Similar in design to CFS and other pass-through \
                    filesystems, all data is encrypted and stored in the \
                    underlying filesystem.  Unlike loopback filesystems, \
                    there is no predetermined or pre-allocated filesystem size.

homepage            https://vgough.github.io/encfs/
github.tarball_from releases

checksums           rmd160  1e33b38569eb527546527e3a24b0d83608c06feb \
                    sha256  4709f05395ccbad6c0a5b40a4619d60aafe3473b1a79bafb3aa700b1f756fd63 \
                    size    2798888

depends_lib-append \
    port:rlog \
    path:lib/libssl.dylib:openssl \
    port:gettext

compiler.cxx_standard   2011
