summaryrefslogtreecommitdiff
path: root/net/trafshow3
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /net/trafshow3
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'net/trafshow3')
-rw-r--r--net/trafshow3/Makefile36
-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/pkg-comment1
-rw-r--r--net/trafshow3/pkg-descr17
-rw-r--r--net/trafshow3/pkg-plist2
7 files changed, 0 insertions, 81 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile
deleted file mode 100644
index e6fc8b78ad04..000000000000
--- a/net/trafshow3/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: trafshow
-# Date created: 25 September 1996
-# Whom: igor@zynaps.ru
-#
-# $FreeBSD$
-#
-
-PORTNAME= trafshow
-PORTVERSION= 3.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.4:${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
-
-.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/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 19aa4ae45565..000000000000
--- a/net/trafshow3/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/trafshow
-etc/trafshow