[87367] trunk/dports/net/autossh/Portfile
Revision: 87367 http://trac.macports.org/changeset/87367 Author: ryandesign@macports.org Date: 2011-11-18 15:31:24 -0800 (Fri, 18 Nov 2011) Log Message: ----------- autossh: whitespace changes / formatting / add modeline Modified Paths: -------------- trunk/dports/net/autossh/Portfile Modified: trunk/dports/net/autossh/Portfile =================================================================== --- trunk/dports/net/autossh/Portfile 2011-11-18 23:08:38 UTC (rev 87366) +++ trunk/dports/net/autossh/Portfile 2011-11-18 23:31:24 UTC (rev 87367) @@ -1,29 +1,33 @@ +# -*- 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 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name autossh -version 1.4b -categories net sysutils -license Permissive BSD -maintainers nomaintainer -homepage http://www.harding.motd.ca/autossh/ -description tool to restart terminated ssh sessions -long_description autossh is a program to start a copy of ssh and monitor \ - it, restarting it as necessary should it die or stop \ - passing traffic. -platforms darwin freebsd -extract.suffix .tgz -master_sites ${homepage} +name autossh +version 1.4b +categories net sysutils +platforms darwin freebsd +license Permissive BSD +maintainers nomaintainer +description tool to restart terminated ssh sessions + +long_description autossh is a program to start a copy of ssh and monitor \ + it, restarting it as necessary should it die or stop \ + passing traffic. + +homepage http://www.harding.motd.ca/autossh/ +master_sites ${homepage} +extract.suffix .tgz + checksums md5 8f9aa006f6f69e912d3c2f504622d6f7 \ sha1 98fa61969b33fc1380c7e3b7b53ed35a13c1eeb4 \ rmd160 57accc6968ed0c654035feda8db2a11aa390ade3 -destroot.destdir prefix=${destroot}${prefix} \ - bindir=${destroot}${prefix}/bin \ - mandir=${destroot}${prefix}/share/man \ - datadir=${destroot}${prefix}/share +destroot.destdir prefix=${destroot}${prefix} \ + bindir=${destroot}${prefix}/bin \ + mandir=${destroot}${prefix}/share/man \ + datadir=${destroot}${prefix}/share variant macports_ssh description {Use ssh from the openssh port} { depends_run-append port:openssh
participants (1)
-
ryandesign@macports.org