diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-02-11 12:25:13 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-02-11 12:25:13 +0000 |
commit | 4bd2dc42c2e61f40f1ddc860f1c322eb4fa1a656 (patch) | |
tree | a0a8800a7911e690d093820164d91ff21d072918 /net/gotthard | |
parent | f8f20e2242f6936383515921783bb9ee98e91bf5 (diff) | |
download | ports-4bd2dc42c2e61f40f1ddc860f1c322eb4fa1a656.tar.gz ports-4bd2dc42c2e61f40f1ddc860f1c322eb4fa1a656.zip |
Notes
Diffstat (limited to 'net/gotthard')
-rw-r--r-- | net/gotthard/Makefile | 25 | ||||
-rw-r--r-- | net/gotthard/distinfo | 3 | ||||
-rw-r--r-- | net/gotthard/pkg-descr | 3 | ||||
-rw-r--r-- | net/gotthard/pkg-plist | 3 |
4 files changed, 34 insertions, 0 deletions
diff --git a/net/gotthard/Makefile b/net/gotthard/Makefile new file mode 100644 index 000000000000..b7ef40250ad3 --- /dev/null +++ b/net/gotthard/Makefile @@ -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> diff --git a/net/gotthard/distinfo b/net/gotthard/distinfo new file mode 100644 index 000000000000..f16ffd77ccbb --- /dev/null +++ b/net/gotthard/distinfo @@ -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 diff --git a/net/gotthard/pkg-descr b/net/gotthard/pkg-descr new file mode 100644 index 000000000000..5902ca9065d3 --- /dev/null +++ b/net/gotthard/pkg-descr @@ -0,0 +1,3 @@ +gotthard is a daemon which tunnels ssh sessions through a https proxy. + +WWW: http://www.nazgul.ch/dev.html diff --git a/net/gotthard/pkg-plist b/net/gotthard/pkg-plist new file mode 100644 index 000000000000..ddc0a2daa463 --- /dev/null +++ b/net/gotthard/pkg-plist @@ -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 |