From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 11 11:40:04 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED14916A420 for ; Sat, 11 Feb 2006 11:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 901AA43D46 for ; Sat, 11 Feb 2006 11:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1BBe3uV074991 for ; Sat, 11 Feb 2006 11:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1BBe3Vv074963; Sat, 11 Feb 2006 11:40:03 GMT (envelope-from gnats) Resent-Date: Sat, 11 Feb 2006 11:40:03 GMT Resent-Message-Id: <200602111140.k1BBe3Vv074963@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Karpov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 458C516A420 for ; Sat, 11 Feb 2006 11:31:43 +0000 (GMT) (envelope-from toxa@toxahost.ru) Received: from mx.toxahost.ru (toxahost.ru [62.16.127.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48EF43D49 for ; Sat, 11 Feb 2006 11:31:42 +0000 (GMT) (envelope-from toxa@toxahost.ru) Message-Id: <20060211113141.18AAEE0403@mx.toxahost.ru> Date: Sat, 11 Feb 2006 14:31:41 +0300 (MSK) From: Anton Karpov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/93177: New port: net/gotthard, ssh-through-https proxy tunnel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anton Karpov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 11:40:04 -0000 >Number: 93177 >Category: ports >Synopsis: New port: net/gotthard, ssh-through-https proxy tunnel >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 11 11:40:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Anton Karpov >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: FreeBSD laptoxa.toxa.lan 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Feb 7 12:04:08 MSK 2006 root@laptoxa.toxa.lan:/usr/obj/usr/src/sys/LAPTOXA i386 >Description: gotthard is a daemon which tunnels ssh sessions through an https proxy. It's fairy useful when you need to connect to external host via ssh but your connections are limited by http/https proxy server in your LAN. Authors: Daniel Hartmeier daniel@benzedrine.cx Marcus Glocker marcus@nazgul.ch >How-To-Repeat: >Fix: see shar file attached --- gotthard.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./distinfo # ./pkg-descr # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: gotthard X# Date created: 11 Feb 2006 X# Whom: Anton Karpov X# X# $FreeBSD$ X# X XPORTNAME= gotthard XPORTVERSION= 1.3 XCATEGORIES= net XMASTER_SITES= http://www.nazgul.ch/dev/ X XMAINTAINER= toxa@toxahost.ru XCOMMENT= Ssh through https proxy tunnel X XMAN8= gotthard.8 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/gotthard ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/gotthard.8 ${PREFIX}/man/man8 X ${INSTALL_DATA} ${WRKSRC}/gotthard.conf ${PREFIX}/etc/gotthard.conf.sample X [ -f ${PREFIX}/etc/gotthard.conf ] || \ X ${INSTALL_DATA} ${WRKSRC}/gotthard.conf ${PREFIX}/etc X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (gotthard-1.3.tar.gz) = 99161ac721490e372c68869bd81b5079 XSHA256 (gotthard-1.3.tar.gz) = a37b64b5278049fd9520cf3448c7e07d35c6ed15492d38889c3b4f3fe3f2eb0d XSIZE (gotthard-1.3.tar.gz) = 6887 END-of-./distinfo echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' Xgotthard is a daemon which tunnels ssh sessions through a https proxy. XWWW: http://www.nazgul.ch/dev.html END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/gotthard X@unexec if cmp -s %D/etc/gotthard.conf %D/etc/gotthard.conf.sample; then rm -f %D/etc/gotthard.conf; fi Xetc/gotthard.conf.sample END-of-./pkg-plist exit --- gotthard.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: