mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1.1 KiB
Tcl
27 lines
1.1 KiB
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 procServ
|
|
version 2.8.0
|
|
categories science
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
|
|
description command wrapper
|
|
|
|
long_description procServ is a wrapper that starts an arbitrary \
|
|
command (e.g. an EPICS soft IOC) as a child process \
|
|
in the background, connecting its standard input \
|
|
and output to a TCP port for telnet access. It supports \
|
|
logging, child restart (manual or automatic) etc.
|
|
|
|
homepage https://sourceforge.net/projects/procserv
|
|
master_sites sourceforge:project/procserv/${version}
|
|
|
|
checksums rmd160 378ef392db0e1915a5c8ede1e6c28b845ac38f79 \
|
|
sha256 299cd831cfe03c9ab639aee3c2189081ddef2df4049778caaf2309de1764def6 \
|
|
size 398486
|
|
|
|
livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
|