Revision 209, 1.1 kB
(checked in by quentin, 13 years ago)
|
Add missing dependency and livecheck
|
Line | |
---|
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 |
PortSystem 1.0 |
---|
4 |
|
---|
5 |
name remctl |
---|
6 |
version 3.1 |
---|
7 |
categories net |
---|
8 |
license MIT |
---|
9 |
maintainers mit.edu:quentin |
---|
10 |
description Kerberos-authenticated remote command execution |
---|
11 |
long_description remctl implements a client/server protocol for running \ |
---|
12 |
single commands on a remote host using Kerberos v5 \ |
---|
13 |
authentication and returning the output. |
---|
14 |
platforms darwin |
---|
15 |
homepage http://www.eyrie.org/~eagle/software/remctl/ |
---|
16 |
master_sites http://archives.eyrie.org/software/kerberos/ |
---|
17 |
|
---|
18 |
checksums rmd160 0880f2172b25845262574b45099a556e428a4558 \ |
---|
19 |
sha256 5bce856ce34b8c6a803eb52e4c2623941250099696f06b65c6f63c6133f9a636 |
---|
20 |
|
---|
21 |
depends_lib port:pcre |
---|
22 |
|
---|
23 |
configure.args-append --enable-reduced-depends |
---|
24 |
|
---|
25 |
livecheck.type regex |
---|
26 |
livecheck.url ${homepage} |
---|
27 |
livecheck.regex "${name}-(\[0-9a-z.\]*)${extract.suffix}" |
---|