diff options
Diffstat (limited to 'net/trafshow4')
-rw-r--r-- | net/trafshow4/Makefile | 32 | ||||
-rw-r--r-- | net/trafshow4/distinfo | 1 | ||||
-rw-r--r-- | net/trafshow4/files/patch-ac | 11 | ||||
-rw-r--r-- | net/trafshow4/files/patch-af | 16 | ||||
-rw-r--r-- | net/trafshow4/pkg-comment | 1 | ||||
-rw-r--r-- | net/trafshow4/pkg-descr | 15 | ||||
-rw-r--r-- | net/trafshow4/pkg-plist | 2 |
7 files changed, 0 insertions, 78 deletions
diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile deleted file mode 100644 index 6a7c59b2d218..000000000000 --- a/net/trafshow4/Makefile +++ /dev/null @@ -1,32 +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= LDFLAGS=-L/usr/local/lib -ALL_TARGET= trafshow - -MAN1= trafshow.1 - -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/trafshow4/distinfo b/net/trafshow4/distinfo deleted file mode 100644 index f404b24464cf..000000000000 --- a/net/trafshow4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (trafshow-3.1.tgz) = 085b99f160002a269b358aab1c5004f0 diff --git a/net/trafshow4/files/patch-ac b/net/trafshow4/files/patch-ac deleted file mode 100644 index 63308d0f003f..000000000000 --- a/net/trafshow4/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, "/usr/local/etc/"); - (void) strcat(buf, program_name); - if ((fp = fopen(buf, "r")) == NULL) return 0; - } diff --git a/net/trafshow4/files/patch-af b/net/trafshow4/files/patch-af deleted file mode 100644 index 01fbad9e17b8..000000000000 --- a/net/trafshow4/files/patch-af +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Sun Aug 23 21:54:16 1998 -+++ Makefile.in Sun Feb 6 22:12:03 2000 -@@ -29,10 +29,11 @@ - PROG = trafshow - CC = @CC@ - CCOPT = @V_CCOPT@ --INCLS = -I. @V_INCLS@ -+INCLS = -I. -I/usr/local/include @V_INCLS@ - DEFS = @DEFS@ - --CFLAGS = $(CCOPT) $(DEFS) $(INCLS) -+CFLAGS ?= -O2 -+CFLAGS += $(DEFS) $(INCLS) - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - diff --git a/net/trafshow4/pkg-comment b/net/trafshow4/pkg-comment deleted file mode 100644 index bef4f1007643..000000000000 --- a/net/trafshow4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Full screen visualization of the network traffic diff --git a/net/trafshow4/pkg-descr b/net/trafshow4/pkg-descr deleted file mode 100644 index 7491ccc5678a..000000000000 --- a/net/trafshow4/pkg-descr +++ /dev/null @@ -1,15 +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. - -- Igor -igor@zynaps.ru diff --git a/net/trafshow4/pkg-plist b/net/trafshow4/pkg-plist deleted file mode 100644 index 19aa4ae45565..000000000000 --- a/net/trafshow4/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/trafshow -etc/trafshow |