diff options
author | novel <novel@FreeBSD.org> | 2006-02-11 12:20:05 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-02-11 12:20:05 +0000 |
commit | 45c23fb52e43859c6ce212b9b786c4c992010a62 (patch) | |
tree | a7a166381fc0ec7e231e2809be5a0ca563a50af8 /net | |
parent | c3f2ee76013a1d5b5e5659dc95d87e0fa1c2ca34 (diff) | |
download | FreeBSD-ports-45c23fb52e43859c6ce212b9b786c4c992010a62.zip FreeBSD-ports-45c23fb52e43859c6ce212b9b786c4c992010a62.tar.gz |
Used wrong name for the port, so remove it. The port with the correct
name will be re-added.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/gothard/Makefile | 25 | ||||
-rw-r--r-- | net/gothard/distinfo | 3 | ||||
-rw-r--r-- | net/gothard/pkg-descr | 3 | ||||
-rw-r--r-- | net/gothard/pkg-plist | 3 |
5 files changed, 0 insertions, 35 deletions
diff --git a/net/Makefile b/net/Makefile index 5b8100b..608fa85 100644 --- a/net/Makefile +++ b/net/Makefile @@ -157,7 +157,6 @@ SUBDIR += gofish SUBDIR += googolplex SUBDIR += gopher - SUBDIR += gothard SUBDIR += gq SUBDIR += grdesktop SUBDIR += gsk diff --git a/net/gothard/Makefile b/net/gothard/Makefile deleted file mode 100644 index b7ef402..0000000 --- a/net/gothard/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# 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/gothard/distinfo b/net/gothard/distinfo deleted file mode 100644 index f16ffd7..0000000 --- a/net/gothard/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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/gothard/pkg-descr b/net/gothard/pkg-descr deleted file mode 100644 index 5902ca9..0000000 --- a/net/gothard/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -gotthard is a daemon which tunnels ssh sessions through a https proxy. - -WWW: http://www.nazgul.ch/dev.html diff --git a/net/gothard/pkg-plist b/net/gothard/pkg-plist deleted file mode 100644 index ddc0a2d..0000000 --- a/net/gothard/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -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 |