mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.2 KiB
Tcl
30 lines
1.2 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 remctl
|
|
version 3.18
|
|
revision 0
|
|
categories net
|
|
license MIT
|
|
maintainers {mit.edu:quentin @quentinmit}
|
|
description Kerberos-authenticated remote command execution
|
|
long_description remctl implements a client/server protocol for running \
|
|
single commands on a remote host using Kerberos v5 \
|
|
authentication and returning the output.
|
|
homepage https://www.eyrie.org/~eagle/software/remctl/
|
|
master_sites https://archives.eyrie.org/software/kerberos/ \
|
|
https://archives.eyrie.org/software/ARCHIVE/remctl/
|
|
|
|
checksums rmd160 c7c5a6c8edbe5e3169ce487f8a8ab071b1c3e403 \
|
|
sha256 393c896b6bd9585e75fbc33d8299e23785b5e6418c5b15456c8d27b04f357d42 \
|
|
size 909365
|
|
|
|
depends_lib port:kerberos5 port:libevent port:pcre2
|
|
|
|
configure.args --enable-reduced-depends
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}
|
|
livecheck.regex "${name}-(\[0-9a-z.\]*)${extract.suffix}"
|