From 8e12ea0d78c8568052100deed8214a1ddc6f8980 Mon Sep 17 00:00:00 2001 From: Daniel Mierswa Date: Tue, 30 Aug 2011 09:14:31 +0200 Subject: [PATCH] initial autossh exheres --- packages/net/autossh/autossh-1.4b.exheres-0 | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 packages/net/autossh/autossh-1.4b.exheres-0 diff --git a/packages/net/autossh/autossh-1.4b.exheres-0 b/packages/net/autossh/autossh-1.4b.exheres-0 new file mode 100644 index 0000000..498c01c --- /dev/null +++ b/packages/net/autossh/autossh-1.4b.exheres-0 @@ -0,0 +1,36 @@ +# Copyright 2009 Timothy Redaelli +# Distributed under the terms of the GNU General Public License v2 + +SUMMARY="Automatically restart SSH sessions and tunnels" +DESCRIPTION=" +A program to start a copy of ssh and monitor it, restarting it as necessary +should it die or stop passing traffic. The idea is from rstunnel +(Reliable SSH Tunnel), but implemented in C. +" +HOMEPAGE="http://www.harding.motd.ca/autossh/" +DOWNLOADS="${HOMEPAGE}/${PNV}.tgz" + +LICENCES="as-is" +SLOT="0" +PLATFORMS="~x86" + +REMOTE_IDS="freshmeat:autossh" + +DEPENDENCIES=" + build+run: + net-misc/openssh +" + +UPSTREAM_CHANGELOG="${HOMEPAGE}/CHANGES" +UPSTREAM_DOCUMENTATION="${HOMEPAGE}/README" + +DEFAULT_SRC_CONFIGURE_PARAMS=( '--hates=docdir' ) + +src_install() { + default + + dobin autossh + insinto /usr/share/doc/${PNVR}/examples + doins autossh.host rscreen + doman autossh.1 +}