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 bitbucket 1.0 |
---|
6 | |
---|
7 | bitbucket.setup eradman entr 3.4 entr- |
---|
8 | revision 0 |
---|
9 | categories sysutils |
---|
10 | license ISC |
---|
11 | platforms darwin |
---|
12 | maintainers darkcog.com:casr+macports openmaintainer |
---|
13 | |
---|
14 | homepage http://entrproject.org |
---|
15 | |
---|
16 | description a utility for running arbitrary commands when files change. |
---|
17 | |
---|
18 | long_description a utility for running arbitrary commands when \ |
---|
19 | files change. Uses kqueue(2) to avoid polling. \ |
---|
20 | entr responds to file system events by executing \ |
---|
21 | command line arguments. |
---|
22 | |
---|
23 | checksums rmd160 1968f454df3c7ed1228659861c944f2371aab7b8 \ |
---|
24 | sha256 ce7d000fd6f2b711df905e9a6d8a2a0f50026ebaf34afeb9132d52617b6e010a |
---|
25 | |
---|
26 | # setting any arguments to ./configure will probably fail |
---|
27 | configure.pre_args |
---|
28 | configure.universal_args |
---|
29 | |
---|
30 | destroot.destdir PREFIX="${destroot}${prefix}" \ |
---|
31 | MANPREFIX="${destroot}${prefix}/share/man" |
---|
32 | |
---|
33 | livecheck.regex {entr-(\d+(?:\.\d+)*)} |
---|