Commits
Enrico M. Crisostomo authored and Enrico Maria Crisostomo committed 88fd93fb5fe
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup cxx11 1.1 |
6 6 | |
7 - | github.setup emcrisostomo fswatch 1.13.0 |
7 + | github.setup emcrisostomo fswatch 1.14.0 |
8 8 | github.tarball_from releases |
9 9 | |
10 10 | categories sysutils |
11 11 | platforms darwin |
12 12 | license GPL-3 |
13 13 | |
14 14 | maintainers {emcrisostomo @emcrisostomo} openmaintainer |
15 15 | |
16 16 | description File change monitor |
17 17 | long_description A cross-platform file change monitor with multiple \ |
18 18 | backends: Apple OS X File System Events, *BSD kqueue, \ |
19 19 | Solaris/Illumos File Events Notification, Linux inotify, \ |
20 20 | Microsoft Windows and a stat()-based backend. |
21 21 | |
22 22 | homepage https://emcrisostomo.github.io/fswatch/ |
23 23 | |
24 - | checksums rmd160 35e0ab40bf4706aab10babf4297269cb82b6611c \ |
25 - | sha256 90bcf0e02fa586251aa3233cb805ca4087e81de2c5960150a0676cc42f8534bb \ |
26 - | size 819644 |
24 + | checksums rmd160 e7287421c26446e3428251d95f2d70db9df15433 \ |
25 + | sha256 44d5707adc0e46d901ba95a5dc35c5cc282bd6f331fcf9dbf9fad4af0ed5b29d \ |
26 + | size 832553 |
27 27 | |
28 28 | configure.args ac_cv_prog_AWK=/usr/bin/awk |
29 29 | |
30 30 | livecheck.url ${github.homepage}/releases/latest |