1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 118238 2014-03-26 23:00:31Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name hatools |
---|
7 | version 2.14 |
---|
8 | categories sysutils openmaintainer |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:mschamschula |
---|
11 | license GPL-2+ |
---|
12 | |
---|
13 | description hatools provide locking and timeout mechanisms for shell scripts. |
---|
14 | |
---|
15 | long_description The hatools provide reliable and easy-to-use locking and timeout\ |
---|
16 | mechanisms for shell scripts. |
---|
17 | |
---|
18 | homepage http://www.fatalmind.com/software/hatools/ |
---|
19 | master_sites ${homepage} |
---|
20 | |
---|
21 | checksums rmd160 fa6b953789869f2746f5b4001ca58cd942757bd6 \ |
---|
22 | sha256 4bad4723056f87f30633a4702b96be3b2e0d1218b7b96a79c71f42ca3f5dd109 |
---|
23 | |
---|
24 | livecheck.type regex |
---|
25 | livecheck.regex ${name}-(\[0-9.]+)${extract.suffix} |
---|