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 | |
---|
6 | name procServ |
---|
7 | version 2.6.0 |
---|
8 | supported_archs i386 x86_64 |
---|
9 | categories science |
---|
10 | platforms darwin |
---|
11 | license GPL-3 |
---|
12 | maintainers nomaintainer |
---|
13 | description command wrapper |
---|
14 | long_description procServ is a wrapper that starts an arbitrary \ |
---|
15 | command(e.g. an EPICS soft IOC) as a child process \ |
---|
16 | in the background, connecting its standard input \ |
---|
17 | and output to a TCP port for telnet access. It supports \ |
---|
18 | logging, child restart (manual or automatic),... |
---|
19 | |
---|
20 | homepage http://sourceforge.net/projects/procserv/ |
---|
21 | |
---|
22 | master_sites sourceforge:project/procserv/${version} |
---|
23 | |
---|
24 | |
---|
25 | checksums sha256 4ac2c3bc16abca2970a9a33935bb739df9910ec90297a60eaffb7bbc74d5645d \ |
---|
26 | rmd160 795119646dcb1133ffbe05a71c3e5013c6b6ab81 \ |
---|
27 | md5 bbf052e7fcc6fa403d2514219346da04 |
---|