diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-06-04 12:02:31 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-06-04 12:02:31 +0000 |
commit | 5f84e39be8f472fea0329b012de4f29fd4e7438b (patch) | |
tree | 47f93415a816cea689acd086b0960b89a122b449 /net | |
parent | cc34db3c759080601fa71f997c24bcd2a18c4a6b (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/tspc2/Makefile | 33 | ||||
-rw-r--r-- | net/tspc2/distinfo | 3 | ||||
-rw-r--r-- | net/tspc2/files/patch-Makefile | 21 | ||||
-rw-r--r-- | net/tspc2/files/patch-Mk-mk-freebsd.mk | 11 | ||||
-rw-r--r-- | net/tspc2/files/patch-conf-tspc.conf.in | 11 | ||||
-rw-r--r-- | net/tspc2/files/patch-platform-freebsd-tsp_local.c | 19 | ||||
-rw-r--r-- | net/tspc2/files/tspc2.sh.in | 26 | ||||
-rw-r--r-- | net/tspc2/pkg-descr | 12 | ||||
-rw-r--r-- | net/tspc2/pkg-plist | 8 |
10 files changed, 0 insertions, 145 deletions
diff --git a/net/Makefile b/net/Makefile index 629124705774..42f7c05b27b8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -878,7 +878,6 @@ SUBDIR += tshark SUBDIR += tshark-lite SUBDIR += tsocks - SUBDIR += tspc2 SUBDIR += ttlscan SUBDIR += ttt SUBDIR += tvark diff --git a/net/tspc2/Makefile b/net/tspc2/Makefile deleted file mode 100644 index ea6f48985ace..000000000000 --- a/net/tspc2/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: tspc2 -# Date created: 11 July 2005 -# Whom: pypt -# -# $FreeBSD$ -# - -PORTNAME= tspc2 -PORTVERSION= 2.1.1 -PORTREVISION= 1 -CATEGORIES= net ipv6 -MASTER_SITES= http://www.hexago.com/files/ -DISTNAME= tspc-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= shirshegsm@gmail.com -COMMENT= TSP (Tunnel Setup Protocol) client from Freenet6 - -DEPRECATED= development is discontinued -EXPIRATION_DATE= 2007-05-11 - -WRKSRC= ${WRKDIR}/tspc2 -MAN5= tspc.conf.5 -MAN8= tspc.8 -USE_RC_SUBR= tspc2.sh - -MAKE_ARGS= target=freebsd installdir=${PREFIX} - -post-patch: - @${REINPLACE_CMD} -e 's|PREFIX|${PREFIX}|g' ${WRKSRC}/conf/tspc.conf.in - @${REINPLACE_CMD} -e 's|PREFIX|${PREFIX}|g' ${WRKSRC}/platform/freebsd/tsp_local.c - -.include <bsd.port.mk> diff --git a/net/tspc2/distinfo b/net/tspc2/distinfo deleted file mode 100644 index 271947226e61..000000000000 --- a/net/tspc2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tspc-2.1.1-src.tgz) = 65183cae002feaacd8bc92d6a5404cc2 -SHA256 (tspc-2.1.1-src.tgz) = 1fc6aa77a0badc567914c13700baacb84ca01e972b946ae6efb78cdf4eac1433 -SIZE (tspc-2.1.1-src.tgz) = 1745514 diff --git a/net/tspc2/files/patch-Makefile b/net/tspc2/files/patch-Makefile deleted file mode 100644 index b28d79120589..000000000000 --- a/net/tspc2/files/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.old Wed Jul 14 21:08:03 2004 -+++ Makefile Mon Jul 11 16:41:46 2005 -@@ -71,13 +71,14 @@ - - @mkdir -p $(install_bin) - @$(COPY) bin/$(TSPC) $(install_bin) -- @$(COPY) bin/tspc.conf.sample $(install_bin) - -- @if [ ! -f $(install_bin)/tspc.conf ]; then \ -- $(COPY) $(install_bin)/tspc.conf.sample $(install_bin)/tspc.conf; \ -+ @mkdir -p $(installdir)/etc -+ @$(COPY) bin/tspc.conf.sample $(installdir)/etc -+ -+ @if [ ! -f $(installdir)/etc/tspc.conf ]; then \ -+ $(COPY) $(installdir)/etc/tspc.conf.sample $(installdir)/etc/tspc.conf; \ - fi - -- @$(COPY) GPL_LICENSE.txt $(installdir) - - clean: pre-checks - @for dir in ${subdirs}; do \ diff --git a/net/tspc2/files/patch-Mk-mk-freebsd.mk b/net/tspc2/files/patch-Mk-mk-freebsd.mk deleted file mode 100644 index db60e5b694fc..000000000000 --- a/net/tspc2/files/patch-Mk-mk-freebsd.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- Mk/mk-freebsd.mk.bak Fri Feb 13 01:05:08 2004 -+++ Mk/mk-freebsd.mk Mon Jul 11 16:45:09 2005 -@@ -26,7 +26,7 @@ - install_bin=$(installdir)/bin - install_etc=$(installdir)/etc - install_lib=$(installdir)/lib --install_template=$(installdir)/template -+install_template=$(installdir)/share/tspc2/template - install_man=$(installdir)/man - subdirs=src/net src/lib src/tsp src/xml platform/freebsd template conf man - ifname=gif0 diff --git a/net/tspc2/files/patch-conf-tspc.conf.in b/net/tspc2/files/patch-conf-tspc.conf.in deleted file mode 100644 index a862329f7d32..000000000000 --- a/net/tspc2/files/patch-conf-tspc.conf.in +++ /dev/null @@ -1,11 +0,0 @@ ---- conf/tspc.conf.in.bak Tue Jun 15 18:01:01 2004 -+++ conf/tspc.conf.in Mon Jul 11 18:24:39 2005 -@@ -24,7 +24,7 @@ - # the only use is for the OS scripts which will be taken - # from $tsp_dir/template - # --tsp_dir=@tsp_dir@ -+tsp_dir=PREFIX/share/tspc2 - - # - # authentication method: diff --git a/net/tspc2/files/patch-platform-freebsd-tsp_local.c b/net/tspc2/files/patch-platform-freebsd-tsp_local.c deleted file mode 100644 index 383ed1f73774..000000000000 --- a/net/tspc2/files/patch-platform-freebsd-tsp_local.c +++ /dev/null @@ -1,19 +0,0 @@ ---- platform/freebsd/tsp_local.c.bak Wed Mar 31 00:27:35 2004 -+++ platform/freebsd/tsp_local.c Mon Jul 11 18:12:14 2005 -@@ -59,13 +59,13 @@ - #include "tsp_tun.h" /* freebsd's tun */ - - --char *FileName = "tspc.conf"; --char *LogFile = "tspc.log"; -+char *FileName = "PREFIX/etc/tspc.conf"; -+char *LogFile = "/var/log/tspc.log"; - char *LogFileName = NULL; - char *ScriptInterpretor = "/bin/sh"; - char *ScriptExtension = "sh"; - char *ScriptDir = NULL; --char *TspHomeDir = "/usr/local/etc/tsp"; -+char *TspHomeDir = "PREFIX/share/tspc2"; - char DirSeparator = '/'; - - int Verbose = 0; diff --git a/net/tspc2/files/tspc2.sh.in b/net/tspc2/files/tspc2.sh.in deleted file mode 100644 index 8c2b03c47973..000000000000 --- a/net/tspc2/files/tspc2.sh.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -case "$1" in - -start) - %%PREFIX%%/bin/tspc -f %%PREFIX%%/etc/tspc.conf - echo -n ' tspc2' - ;; - -stop) - killall -TERM tspc - echo -n ' tspc2' - ;; - -restart) - killall -TERM tspc - %%PREFIX%%/bin/tspc -f %%PREFIX%%/etc/tspc.conf - echo 'tspc2 restarted' - ;; - -*) - echo "Usage: ${0##*/}: { start | stop | restart }" >&2 - exit 64 - ;; - -esac diff --git a/net/tspc2/pkg-descr b/net/tspc2/pkg-descr deleted file mode 100644 index 6e90cb66924a..000000000000 --- a/net/tspc2/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Instead of a Web interface, which is usually offered by traditional tunnel -brokers, Freenet6 uses an innovative model based on the TSP Client. The TSP -Client is software that usually runs on a PC and that implements the Tunnel -Setup Protocol (TSP). The TSP Client is used to automatically negotiate a -configured tunnel between a PC or router and the Freenet6 tunnel broker, -making IPv6 easy to install and maintain. The TSP Client source code is -licensed under the GPL. A commercial license is also available. - -WWW: http://www.hexago.com/ - -- Linas -shirshegsm@gmail.com diff --git a/net/tspc2/pkg-plist b/net/tspc2/pkg-plist deleted file mode 100644 index 893641654eea..000000000000 --- a/net/tspc2/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/tspc -etc/tspc.conf -etc/tspc.conf.sample -%%DATADIR%%/template/README -%%DATADIR%%/template/checktunnel.sh -%%DATADIR%%/template/freebsd.sh -@dirrm %%DATADIR%%/template -@dirrm %%DATADIR%% |