Ticket #44705: Portfile

File Portfile, 1.0 KB (added by emcrisostomo (Enrico Maria Crisostomo), 10 years ago)

fswatch @1.3.9 Portfile

Line 
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
4PortSystem          1.0
5PortGroup           github 1.0
6PortGroup           compiler_blacklist_versions 1.0
7
8compiler.blacklist  gcc-4.0 gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 {clang < 137}
9
10github.setup        emcrisostomo fswatch 1.3.9
11github.tarball_from releases
12
13categories          sysutils
14platforms           darwin
15license             GPL-3
16
17maintainers         gmail.com:enrico.m.crisostomo \
18                    openmaintainer
19description         File change monitor
20long_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
24homepage            http://emcrisostomo.github.io/fswatch/
25checksums           rmd160 929cf38c072ed3c5843bc08fd125d0697fecf6f9 \
26                    sha256 f3e37317155dac122ebc4efef9236f273d03e85051bb2e63198ab5453b0a8c34
27use_zip             yes