1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

(Re)add gotthard 1.3, ssh through https proxy tunnel.

PR:		ports/93177
Submitted by:	Anton Karpov <toxa@toxahost.ru>
This commit is contained in:
Roman Bogorodskiy 2006-02-11 12:25:13 +00:00
parent f8f20e2242
commit 4bd2dc42c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155738
5 changed files with 35 additions and 0 deletions

View File

@ -157,6 +157,7 @@
SUBDIR += gofish
SUBDIR += googolplex
SUBDIR += gopher
SUBDIR += gotthard
SUBDIR += gq
SUBDIR += grdesktop
SUBDIR += gsk

25
net/gotthard/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: gotthard
# Date created: 11 Feb 2006
# Whom: Anton Karpov <toxa@toxahost.ru>
#
# $FreeBSD$
#
PORTNAME= gotthard
PORTVERSION= 1.3
CATEGORIES= net
MASTER_SITES= http://www.nazgul.ch/dev/
MAINTAINER= toxa@toxahost.ru
COMMENT= Ssh through https proxy tunnel
MAN8= gotthard.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gotthard ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/gotthard.8 ${PREFIX}/man/man8
${INSTALL_DATA} ${WRKSRC}/gotthard.conf ${PREFIX}/etc/gotthard.conf.sample
[ -f ${PREFIX}/etc/gotthard.conf ] || \
${INSTALL_DATA} ${WRKSRC}/gotthard.conf ${PREFIX}/etc
.include <bsd.port.mk>

3
net/gotthard/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (gotthard-1.3.tar.gz) = 99161ac721490e372c68869bd81b5079
SHA256 (gotthard-1.3.tar.gz) = a37b64b5278049fd9520cf3448c7e07d35c6ed15492d38889c3b4f3fe3f2eb0d
SIZE (gotthard-1.3.tar.gz) = 6887

3
net/gotthard/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
gotthard is a daemon which tunnels ssh sessions through a https proxy.
WWW: http://www.nazgul.ch/dev.html

3
net/gotthard/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/gotthard
@unexec if cmp -s %D/etc/gotthard.conf %D/etc/gotthard.conf.sample; then rm -f %D/etc/gotthard.conf; fi
etc/gotthard.conf.sample