diff options
author | ghen <ghen@pkgsrc.org> | 2005-12-28 12:07:12 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2005-12-28 12:07:12 +0000 |
commit | 561cd166d7a36ae8912a9d6be91c4618fad7950e (patch) | |
tree | 6f3ea58049e024234fe54f18191b64f0e6ef4052 | |
parent | f9f414c45a5f242fcfc68be583e52bcbe19ac92e (diff) | |
download | pkgsrc-561cd166d7a36ae8912a9d6be91c4618fad7950e.tar.gz |
This package is outdated and unmaintained, replace it with a newer one from
PR#32252. Ok by grant and wiz.
-rw-r--r-- | net/tspc/DESCR | 2 | ||||
-rw-r--r-- | net/tspc/MESSAGE | 9 | ||||
-rw-r--r-- | net/tspc/Makefile | 68 | ||||
-rw-r--r-- | net/tspc/PLIST | 21 | ||||
-rw-r--r-- | net/tspc/distinfo | 9 | ||||
-rw-r--r-- | net/tspc/patches/patch-aa | 13 | ||||
-rw-r--r-- | net/tspc/patches/patch-ab | 24 | ||||
-rw-r--r-- | net/tspc/patches/patch-ac | 13 | ||||
-rw-r--r-- | net/tspc/patches/patch-ad | 40 |
9 files changed, 0 insertions, 199 deletions
diff --git a/net/tspc/DESCR b/net/tspc/DESCR deleted file mode 100644 index 408824fa37a..00000000000 --- a/net/tspc/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -tspc is a tunnel server protocol client used to establish an IPv6 -tunnel to Freenet6, a free IPv6 over IPv4 provider. diff --git a/net/tspc/MESSAGE b/net/tspc/MESSAGE deleted file mode 100644 index 4d08a9ef40d..00000000000 --- a/net/tspc/MESSAGE +++ /dev/null @@ -1,9 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2002/08/22 18:22:00 grant Exp $ - -Before attempting to configure a tunnel, you will need to create the -generic tunnel interface, eg. (NetBSD): - - /sbin/ifconfig gif0 create - -=========================================================================== diff --git a/net/tspc/Makefile b/net/tspc/Makefile deleted file mode 100644 index 951f0f3de53..00000000000 --- a/net/tspc/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:28 jlam Exp $ -# - -DISTNAME= freenet6-client-1.0 -PKGNAME= ${DISTNAME:S/freenet6-client/tspc/} -CATEGORIES= net -MASTER_SITES= # empty -EXTRACT_SUFX= .tgz - -MAINTAINER= grant@NetBSD.org -HOMEPAGE= http://www.freenet6.net/ -COMMENT= Freenet6 IPv6 tunnel server protocol client - -USE_PKGINSTALL= yes -NO_CONFIGURE= yes -INTERACTIVE_STAGE= fetch -ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-* SunOS-5.[8-9]-* Darwin-*-* - -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -TARGET= ${LOWER_OPSYS}8 -.else -TARGET= ${LOWER_OPSYS} -.endif - -BUILD_TARGET= all target="${TARGET}" -INSTALL_TARGET= ${ALL_TARGET} - -DOWNLOAD= http://www.freenet6.net/cgi-bin/download.cgi?fn=${DISTNAME}${EXTRACT_SUFX} - -_FETCH_MESSAGE= \ - ${ECHO} "==============================================================="; \ - ${ECHO} " The Freenet6 client must be fetched"; \ - ${ECHO} " into ${DISTDIR} from"; \ - ${ECHO} " ${DOWNLOAD}."; \ - ${ECHO} "===============================================================" - -FILES_SUBST+= TSP_DIR=${PREFIX}/share/tspc -EGDIR= ${PREFIX}/share/examples/tspc -CONF_FILES= ${EGDIR}/tspc.conf.default ${PKG_SYSCONFDIR}/tspc.conf - -INSTALLATION_DIRS= man/man5 man/man8 sbin - -pre-build: -.for f in man/man5/tspc.conf.5 man/man8/tspc.8 src/Makefile \ - src/tspc.c src/tspc.c src/tspc.conf.in - @${MV} ${WRKSRC}/${f} ${WRKSRC}/${f}.orig - @${SED} ${FILES_SUBST_SED} ${WRKSRC}/${f}.orig > ${WRKSRC}/${f} -.endfor - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/tspc ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/man/man5/tspc.conf.5 ${PREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/man/man8/tspc.8 ${PREFIX}/man/man8 - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tspc - ${INSTALL_DATA} ${WRKSRC}/bin/tspc.conf ${EGDIR}/tspc.conf.default - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tspc - ${INSTALL_DATA} ${WRKSRC}/CONTRIB.txt ${PREFIX}/share/doc/tspc - ${INSTALL_DATA} ${WRKSRC}/LEGAL ${PREFIX}/share/doc/tspc - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tspc - ${INSTALL_DATA_DIR} ${PREFIX}/share/tspc - ${INSTALL_DATA_DIR} ${PREFIX}/share/tspc/template - cd ${WRKSRC}/template && \ - ${INSTALL_SCRIPT} checktunnel.sh cisco.sh darwin.sh freebsd4.sh \ - freebsd44.sh linux.sh netbsd.sh openbsd.sh solaris8.sh \ - ${PREFIX}/share/tspc/template - -.include "../../mk/bsd.pkg.mk" diff --git a/net/tspc/PLIST b/net/tspc/PLIST deleted file mode 100644 index f2e9987b091..00000000000 --- a/net/tspc/PLIST +++ /dev/null @@ -1,21 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2003/02/15 02:02:13 salo Exp $ -man/man5/tspc.conf.5 -man/man8/tspc.8 -sbin/tspc -share/examples/tspc/tspc.conf.default -share/doc/tspc/CONTRIB.txt -share/doc/tspc/LEGAL -share/doc/tspc/README -share/tspc/template/checktunnel.sh -share/tspc/template/cisco.sh -share/tspc/template/darwin.sh -share/tspc/template/freebsd4.sh -share/tspc/template/freebsd44.sh -share/tspc/template/linux.sh -share/tspc/template/netbsd.sh -share/tspc/template/openbsd.sh -share/tspc/template/solaris8.sh -@dirrm share/doc/tspc -@dirrm share/tspc/template -@dirrm share/tspc -@dirrm share/examples/tspc diff --git a/net/tspc/distinfo b/net/tspc/distinfo deleted file mode 100644 index e720e5a70ed..00000000000 --- a/net/tspc/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: distinfo,v 1.4 2005/05/25 13:21:48 wiz Exp $ - -SHA1 (freenet6-client-1.0.tgz) = b85b6334e3fd5c3278d82fa8a325582a57c24bd3 -RMD160 (freenet6-client-1.0.tgz) = 28c7cceaaea5ffe4b740d09f7dbd4aed5abac69d -Size (freenet6-client-1.0.tgz) = 330953 bytes -SHA1 (patch-aa) = c1ac856acdd9903ff43bdb937c5ff0d9d58ac8fd -SHA1 (patch-ab) = 21ee1c7daa003b3ffe6093dd84d7ea226e95f8d7 -SHA1 (patch-ac) = 571a0f412c31aac318bf1b6cfbe553637468ffbb -SHA1 (patch-ad) = 38905092e426d8a9ed89f8341ecfd309effa2547 diff --git a/net/tspc/patches/patch-aa b/net/tspc/patches/patch-aa deleted file mode 100644 index 38504be5168..00000000000 --- a/net/tspc/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2003/02/15 02:02:14 salo Exp $ - ---- src/tspc.conf.in.orig Sat May 12 04:11:49 2001 -+++ src/tspc.conf.in -@@ -6,7 +6,7 @@ - # tsp client version - # - tsp_version=1.0.1 --tsp_dir=@tsp_dir@ -+tsp_dir=@TSP_DIR@ - - # - # auth_method=any|supported mechanism diff --git a/net/tspc/patches/patch-ab b/net/tspc/patches/patch-ab deleted file mode 100644 index 3e69ef78ab7..00000000000 --- a/net/tspc/patches/patch-ab +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2003/10/02 05:38:14 jonb Exp $ - ---- src/tspc.c.orig 2003-10-01 20:38:24.000000000 -0700 -+++ src/tspc.c -@@ -54,8 +54,8 @@ Copyright (c) 2001-2003 Hexago Inc. All - - #define Identification "tspc - Tunnel Server Protocol Client\n" - --char *FileName = "tspc.conf"; --char *LogFile = "tspc.log"; -+char *FileName = "@PKG_SYSCONFDIR@/tspc.conf"; -+char *LogFile = "/var/log/tspc.log"; - char *ScriptDir = NULL; - char *LogFileName = NULL; - tConf Conf; -@@ -73,7 +73,7 @@ int Verbose = 0; - int RootUid = 0; - # define ScriptExtension "bat" - #else -- char *TspHomeDir = "/usr/local/etc/tsp"; -+ char *TspHomeDir = "@TSP_DIR@"; - char DirSeparator = '/'; - int RootUid = 0; - # define ScriptInterpretor "/bin/sh " diff --git a/net/tspc/patches/patch-ac b/net/tspc/patches/patch-ac deleted file mode 100644 index 0a40743e2c3..00000000000 --- a/net/tspc/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2003/02/15 02:02:15 salo Exp $ - ---- man/man8/tspc.8.orig Wed May 30 06:01:50 2001 -+++ man/man8/tspc.8 -@@ -85,7 +85,7 @@ for more information. - .Pp - .It Fl f Ar configuration_file - Specifies a different configuration file to be used in placed of --the default file /usr/local/tsp/etc/tspc.conf. The file format is -+the default file @PKG_SYSCONFDIR@/tspc.conf. The file format is - detailed in - .Xr tspc.conf 5 - and lists the options available to customize the client. diff --git a/net/tspc/patches/patch-ad b/net/tspc/patches/patch-ad deleted file mode 100644 index 1687960ada3..00000000000 --- a/net/tspc/patches/patch-ad +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2003/02/15 02:02:15 salo Exp $ - ---- man/man5/tspc.conf.5.orig Mon Jan 6 17:14:34 2003 -+++ man/man5/tspc.conf.5 Sat Feb 15 02:42:02 2003 -@@ -87,16 +87,16 @@ - .Bl -tag -width tsp_version - .It Sy tsp_version - The current version of tspc. The current installation is at version --1.0.0. This variable might look something like this: -+1.0.1. This variable might look something like this: - .Pp --tsp_version=1.0.0 -+tsp_version=1.0.1 - .Pp - This variable is MANDATORY. - .It Sy tsp_dir - The current directory where tspc programs and templates are located. This - variable might look something like this: - .Pp --tsp_dir=/usr/local/tsp -+tsp_dir=@TSP_DIR@ - .Pp - This variable is MANDATORY. - .It Sy client_v4 -@@ -205,12 +205,12 @@ - This variable is OPTIONAL. - .El - .Sh FILES --.Bl -tag -width /install/dir/bin/tspc.conf -compact --.It Pa /install/dir/bin/tspc.conf -+.Bl -tag -width @PKG_SYSCONFDIR@/tspc.conf -compact -+.It Pa @PKG_SYSCONFDIR@/tspc.conf - The file - .Nm tspc.conf - resides in --.Pa /install/dir/bin . -+.Pa @PKG_SYSCONFDIR@ . - .El - .Sh SEE ALSO - .Xr tcpc 8 , |