ports/93177: New port: net/gotthard, ssh-through-https proxy tunnel

Anton Karpov toxa at toxahost.ru
Sat Feb 11 11:40:04 UTC 2006


>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 at 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 at benzedrine.cx
Marcus Glocker marcus at 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 <toxa at toxahost.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gotthard
XPORTVERSION=	1.3
XCATEGORIES=	net
XMASTER_SITES=	http://www.nazgul.ch/dev/
X
XMAINTAINER=	toxa at 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 <bsd.port.mk>
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 at 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:



More information about the freebsd-ports-bugs mailing list