Gotthard is a tool to tunnel SSH connections through a HTTPS proxy. This
comes in handy e.g. when you have to work behind the firewall of a paranoid swiss bank... Gotthard was originally written by dhartmei@, extended and port made by Marcus Glocker, <marcus@nazgul.ch>
This commit is contained in:
parent
1274494d7c
commit
86e6ae05c2
33
net/gotthard/Makefile
Normal file
33
net/gotthard/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/12/26 13:23:41 mbalmer Exp $
|
||||
|
||||
COMMENT= "ssh through https proxy tunnel"
|
||||
|
||||
DISTNAME= gotthard-1.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.nazgul.ch/dev/
|
||||
|
||||
HOMEPAGE= http://www.nazgul.ch/dev.html
|
||||
|
||||
MAINTAINER= Marcus Glocker <marcus@nazgul.ch>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-extract:
|
||||
@perl -pi -e 's,gotthard.conf,${SYSCONFDIR}/gotthard.conf,g' \
|
||||
${WRKDIST}/gotthard.c
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gotthard ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/gotthard.8 ${PREFIX}/man/man8
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gotthard
|
||||
${INSTALL_DATA} ${WRKSRC}/gotthard.conf \
|
||||
${PREFIX}/share/examples/gotthard
|
||||
|
||||
.include <bsd.port.mk>
|
4
net/gotthard/distinfo
Normal file
4
net/gotthard/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (gotthard-1.2.tar.gz) = 3eb5cf9e4afcd7e84ad09d4f1123ece0
|
||||
RMD160 (gotthard-1.2.tar.gz) = 18c8c761ce716a89632b6a758f4af33aef3f77df
|
||||
SHA1 (gotthard-1.2.tar.gz) = ea04cdfd7b76aa18f452f9d0fd5f2925e19d7c7e
|
||||
SIZE (gotthard-1.2.tar.gz) = 6730
|
1
net/gotthard/pkg/DESCR
Normal file
1
net/gotthard/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
gotthard is a daemon which tunnels ssh sessions through a https proxy.
|
6
net/gotthard/pkg/PLIST
Normal file
6
net/gotthard/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/26 13:23:41 mbalmer Exp $
|
||||
bin/gotthard
|
||||
@man man/man8/gotthard.8
|
||||
share/examples/gotthard/
|
||||
share/examples/gotthard/gotthard.conf
|
||||
@sample ${SYSCONFDIR}/gotthard.conf
|
Loading…
Reference in New Issue
Block a user