mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
895 B
Tcl
22 lines
895 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
name hem
|
|
version 0.3.3
|
|
description persistent ssh connection and tunnel manager
|
|
long_description Hem manages multiple background SSH connections using an \
|
|
ifconfig/rc style interface. It is most often used to setup persistent, \
|
|
long-running port tunnels and control master connections. Hem monitors \
|
|
connection upedness and can automatically bounce downed connection.
|
|
categories sysutils
|
|
license BSD
|
|
platforms any
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
homepage https://github.com/rtomayko/hem
|
|
master_sites http://tomayko.com/dist/hem
|
|
depends_build port:autossh
|
|
checksums sha1 9d7eb9bd74ba4e83b4daa4d20ba3fa53e4107834
|
|
configure.args --mandir=${prefix}/share/man
|