aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2006-08-17 17:24:26 +0800
committerroam <roam@FreeBSD.org>2006-08-17 17:24:26 +0800
commitc8cb03356510dfed56a57240c5207cac63be56da (patch)
treee62cf25ad16c3e0da2f59b556d21e3ff13dfe849 /net
parentdb3e551f6499964bd95ed90781f17d0ac791e6a8 (diff)
downloadfreebsd-ports-gnome-c8cb03356510dfed56a57240c5207cac63be56da.tar.gz
freebsd-ports-gnome-c8cb03356510dfed56a57240c5207cac63be56da.tar.zst
freebsd-ports-gnome-c8cb03356510dfed56a57240c5207cac63be56da.zip
Remove the unfetchable, abandoned, and overall dead net/magictun port.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/magictun/Makefile23
-rw-r--r--net/magictun/distinfo3
-rw-r--r--net/magictun/files/patch-Makefile20
-rw-r--r--net/magictun/pkg-descr9
5 files changed, 0 insertions, 56 deletions
diff --git a/net/Makefile b/net/Makefile
index c469921604b1..a18d0dd3ea98 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -286,7 +286,6 @@
SUBDIR += lyntin
SUBDIR += mDNSResponder
SUBDIR += mad_fcl
- SUBDIR += magictun
SUBDIR += mars_nwe
SUBDIR += mcast-tools
SUBDIR += merlinmon
diff --git a/net/magictun/Makefile b/net/magictun/Makefile
deleted file mode 100644
index a6049933e4ec..000000000000
--- a/net/magictun/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: magictun
-# Date created: 20 January 2003
-# Whom: roam@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= magictun
-PORTVERSION= 0.1
-CATEGORIES= net
-MASTER_SITES= http://anight.org/magictun/dist/
-
-MAINTAINER= roam@FreeBSD.org
-COMMENT= An LD_PRELOAD module for transparent HTTPS proxy redirection
-
-DEPRECATED= Mastersite disappeared
-
-PLIST_FILES= lib/magictun.so
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/magictun.so ${PREFIX}/lib/magictun.so
-
-.include <bsd.port.mk>
diff --git a/net/magictun/distinfo b/net/magictun/distinfo
deleted file mode 100644
index 8ffd3402007b..000000000000
--- a/net/magictun/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (magictun-0.1.tar.gz) = cf23ca5d679cbfeeb145eb3d9bfef4c3
-SHA256 (magictun-0.1.tar.gz) = 71dba8f0785aa0aee6f27f1f805912972c332302304623ec5b5df10e79373c3a
-SIZE (magictun-0.1.tar.gz) = 10055
diff --git a/net/magictun/files/patch-Makefile b/net/magictun/files/patch-Makefile
deleted file mode 100644
index 4750cabbf4b8..000000000000
--- a/net/magictun/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile Mon Jan 20 19:35:28 2003
-+++ Makefile Mon Jan 20 19:35:41 2003
-@@ -1,14 +1,14 @@
-
- # $Id: Makefile,v 1.4 2003/01/18 10:41:02 anight Exp $
-
--CC=gcc
--CFLAGS=-g3 -O0 -Wall
-+CC?=gcc
-+CFLAGS?=-g3 -O0 -Wall
- TARGETS=magictun.so
-
- all: $(TARGETS)
-
- magictun.so: magictun.c
-- $(CC) $(CFLAGS) -fpic -shared magictun.c -o magictun.so -ldl
-+ $(CC) $(CFLAGS) -fpic -shared magictun.c -o magictun.so
-
- clean:
- rm -f *.o $(TARGETS)
diff --git a/net/magictun/pkg-descr b/net/magictun/pkg-descr
deleted file mode 100644
index 4e3efb485c38..000000000000
--- a/net/magictun/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-From the magictun README file:
-
- This is simple LD_PRELOAD module let you transparently redirect
- ANY tcp connections from ANY programs through https proxy (RFC2817) without
- modifications to source code. This is done by substituting libc connect(2)
- function with a special wrapper.
-
-Author: Andrei Nigmatulin <root@anight.org>
-WWW: http://anight.org/magictun/