1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name bindfs |
---|
7 | version 1.8 |
---|
8 | categories fuse |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | |
---|
12 | description mirrors or overlays a local directory with altered permissions |
---|
13 | long_description bindfs is a FUSE filesystem for mirroring a directory to another \ |
---|
14 | directory, similarly to mount --bind. The permissions of the \ |
---|
15 | mirrored directory can be altered in various ways. |
---|
16 | |
---|
17 | homepage http://code.google.com/p/bindfs/ |
---|
18 | |
---|
19 | master_sites http://bindfs.googlecode.com/files/ |
---|
20 | distname ${name}-${version} |
---|
21 | checksums md5 16d6ca3b68f6b6eab6b4d5d72f41863f \ |
---|
22 | sha1 257f8407cc61b7c898b739c3a192f8a255a6c39f \ |
---|
23 | rmd160 d89135de07378bc47f2adf6a15d25fc62da42038 |
---|
24 | |
---|
25 | depends_build port:pkgconfig |
---|
26 | depends_lib port:macfuse |
---|