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 | PortGroup github 1.0 |
---|
6 | PortGroup compiler_blacklist_versions 1.0 |
---|
7 | |
---|
8 | compiler.blacklist gcc-4.0 gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 {clang < 137} |
---|
9 | |
---|
10 | github.setup emcrisostomo fswatch 1.3.9 |
---|
11 | github.tarball_from releases |
---|
12 | |
---|
13 | categories sysutils |
---|
14 | platforms darwin |
---|
15 | license GPL-3 |
---|
16 | |
---|
17 | maintainers gmail.com:enrico.m.crisostomo \ |
---|
18 | openmaintainer |
---|
19 | description File change monitor |
---|
20 | long_description A cross-platform file change monitor with multiple \ |
---|
21 | backends: Apple OS X File System Events API, *BSD kqueue, \ |
---|
22 | Linux inotify and a stat-based backend. |
---|
23 | |
---|
24 | homepage http://emcrisostomo.github.io/fswatch/ |
---|
25 | checksums rmd160 929cf38c072ed3c5843bc08fd125d0697fecf6f9 \ |
---|
26 | sha256 f3e37317155dac122ebc4efef9236f273d03e85051bb2e63198ab5453b0a8c34 |
---|
27 | use_zip yes |
---|