You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
903 B
Tcl
25 lines
903 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
name hatools
|
|
version 2.14
|
|
categories sysutils
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
|
|
description hatools provide locking and timeout mechanisms for shell scripts.
|
|
|
|
long_description The hatools provide reliable and easy-to-use locking and timeout\
|
|
mechanisms for shell scripts.
|
|
|
|
homepage https://www.fatalmind.com/software/hatools/
|
|
master_sites ${homepage}
|
|
|
|
checksums rmd160 fa6b953789869f2746f5b4001ca58cd942757bd6 \
|
|
sha256 4bad4723056f87f30633a4702b96be3b2e0d1218b7b96a79c71f42ca3f5dd109
|
|
|
|
livecheck.type regex
|
|
livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
|