summaryrefslogtreecommitdiff
path: root/net/trafshow3
diff options
context:
space:
mode:
Diffstat (limited to 'net/trafshow3')
-rw-r--r--net/trafshow3/Makefile38
-rw-r--r--net/trafshow3/distinfo1
-rw-r--r--net/trafshow3/files/patch-ac11
-rw-r--r--net/trafshow3/files/patch-af13
-rw-r--r--net/trafshow3/files/patch-ag12
-rw-r--r--net/trafshow3/pkg-comment1
-rw-r--r--net/trafshow3/pkg-descr17
-rw-r--r--net/trafshow3/pkg-plist4
8 files changed, 0 insertions, 97 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile
deleted file mode 100644
index 90a82ab3f172..000000000000
--- a/net/trafshow3/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: trafshow
-# Date created: 25 September 1996
-# Whom: igor@zynaps.ru
-#
-# $FreeBSD$
-#
-
-PORTNAME= trafshow
-PORTVERSION= 3.1
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.nsk.su/pub/RinetSoftware/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= jseger@FreeBSD.org
-
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
-.endif
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-ALL_TARGET= trafshow
-
-MAN1= trafshow.1
-
-post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/*.c
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${PREFIX}/man/man1
- ${INSTALL_DATA} ${WRKSRC}/.trafshow ${PREFIX}/etc/trafshow.dist
- ${CP} ${PREFIX}/etc/trafshow.dist ${PREFIX}/etc/trafshow
-
-.include <bsd.port.post.mk>
diff --git a/net/trafshow3/distinfo b/net/trafshow3/distinfo
deleted file mode 100644
index f404b24464cf..000000000000
--- a/net/trafshow3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (trafshow-3.1.tgz) = 085b99f160002a269b358aab1c5004f0
diff --git a/net/trafshow3/files/patch-ac b/net/trafshow3/files/patch-ac
deleted file mode 100644
index c15ab541f4d8..000000000000
--- a/net/trafshow3/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- color.c.orig Mon Jan 24 10:59:01 2000
-+++ color.c Mon Jan 24 10:57:36 2000
-@@ -336,7 +336,7 @@
- error(1, "init_color_mask: getpwuid");
- (void) sprintf(buf, "%s/.%s", pw->pw_dir, program_name);
- if ((fp = fopen(buf, "r")) == NULL) {
-- (void) strcpy(buf, "/etc/");
-+ (void) strcpy(buf, "%%PREFIX%%/etc/");
- (void) strcat(buf, program_name);
- if ((fp = fopen(buf, "r")) == NULL) return 0;
- }
diff --git a/net/trafshow3/files/patch-af b/net/trafshow3/files/patch-af
deleted file mode 100644
index dba73df91ae9..000000000000
--- a/net/trafshow3/files/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig Mon Aug 24 13:54:16 1998
-+++ Makefile.in Tue May 2 00:51:47 2000
-@@ -28,8 +28,8 @@
-
- PROG = trafshow
- CC = @CC@
--CCOPT = @V_CCOPT@
--INCLS = -I. @V_INCLS@
-+CCOPT = @CFLAGS@
-+INCLS = -I. @CPPFLAGS@
- DEFS = @DEFS@
-
- CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
diff --git a/net/trafshow3/files/patch-ag b/net/trafshow3/files/patch-ag
deleted file mode 100644
index b4003dcf9649..000000000000
--- a/net/trafshow3/files/patch-ag
+++ /dev/null
@@ -1,12 +0,0 @@
---- util.c.orig Fri Sep 15 06:51:11 2000
-+++ util.c Thu Sep 21 14:35:33 2000
-@@ -129,6 +129,9 @@
- #ifdef IPPROTO_ENCAP
- { "encap",IPPROTO_ENCAP},
- #endif
-+#ifdef IPPROTO_IPV6
-+ { "ipv6", IPPROTO_IPV6},
-+#endif
- { "ip", IPPROTO_IP },
- { "raw", IPPROTO_RAW },
- { NULL, -1 },
diff --git a/net/trafshow3/pkg-comment b/net/trafshow3/pkg-comment
deleted file mode 100644
index bef4f1007643..000000000000
--- a/net/trafshow3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Full screen visualization of the network traffic
diff --git a/net/trafshow3/pkg-descr b/net/trafshow3/pkg-descr
deleted file mode 100644
index cd1260b6aaa3..000000000000
--- a/net/trafshow3/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-TrafShow continuously display the information regarding packet
-traffic on the configured network interface that match the boolean
-expression. It periodically sort and updates this information. It
-may be useful for locating suspicious network traffic on the net.
-
-To use TrafShow, your kernel must be rebuilt with the following line
-added to your kernel config file (/sys/i386/conf/<YourMachine>):
-
-pseudo-device bpfilter 4 # Berkeley packet filter
-
-The number after bpfilter is the number of interfaces that can be
-examined simultaneously. See section 5.8.3 of Handbook for details.
-
-WWW: http://www.rinetsoft.nsk.su/trafshow/index_en.html
-
-- Igor
-igor@zynaps.ru
diff --git a/net/trafshow3/pkg-plist b/net/trafshow3/pkg-plist
deleted file mode 100644
index 00f2059110f7..000000000000
--- a/net/trafshow3/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/trafshow
-@unexec if cmp -s %D/etc/trafshow %D/etc/trafshow.dist; then rm -f %D/etc/trafshow; fi
-etc/trafshow.dist
-@exec if [ ! -f %D/etc/trafshow.dist ]; then cp -p %D/%F %B/trafshow.dist; fi