aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-11-05 22:31:33 +0800
committerjylefort <jylefort@FreeBSD.org>2005-11-05 22:31:33 +0800
commit5b26c3d3824d8552c88e08f7a264e2401f39ad70 (patch)
tree8f214da63626250ae8331a58f7811a0fd2ff1325 /net
parent08f1fb9c67f312e90dd0f6f11d6828e8ddd55992 (diff)
downloadfreebsd-ports-gnome-5b26c3d3824d8552c88e08f7a264e2401f39ad70.tar.gz
freebsd-ports-gnome-5b26c3d3824d8552c88e08f7a264e2401f39ad70.tar.zst
freebsd-ports-gnome-5b26c3d3824d8552c88e08f7a264e2401f39ad70.zip
Remove net/trafshow4, since the problems which justified maintaining a
separate port instead of updating net/trafshow seem to be gone. PR: ports/88123 Submitted by: Serge Maslov <serge@maslov.biz> Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/trafshow4/Makefile49
-rw-r--r--net/trafshow4/distinfo2
-rw-r--r--net/trafshow4/files/patch-ac11
-rw-r--r--net/trafshow4/files/patch-af13
-rw-r--r--net/trafshow4/files/patch-ag20
-rw-r--r--net/trafshow4/files/patch-configure11
-rw-r--r--net/trafshow4/pkg-descr8
-rw-r--r--net/trafshow4/pkg-plist4
8 files changed, 0 insertions, 118 deletions
diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile
deleted file mode 100644
index 1a5ab255a6e7..000000000000
--- a/net/trafshow4/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: trafshow
-# Date created: 25 September 1996
-# Whom: igor@zynaps.ru
-#
-# $FreeBSD$
-#
-
-PORTNAME= trafshow
-PORTVERSION= 4.0
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.sasknow.com/pub/trafshow/ \
- ftp://ftp.nsk.su/pub/RinetSoftware/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ryan@sasknow.com
-COMMENT= Full screen visualization of network traffic
-
-CONFLICTS= trafshow-3.*
-NO_LATEST_LINK= yes
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_TRAFSHOW_SLANG) || \
- (exists(${LOCALBASE}/lib/libslang.a) && !defined(WITHOUT_TRAFSHOW_SLANG))
-LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
-.else
-.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
-.endif
-.endif
-
-USE_REINPLACE= yes
-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:
- @${REINPLACE_CMD} -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/trafshow4/distinfo b/net/trafshow4/distinfo
deleted file mode 100644
index d6e5626fda8f..000000000000
--- a/net/trafshow4/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (trafshow-4.0.tgz) = 994355d6ba98d96ce06db9c92ae41669
-SIZE (trafshow-4.0.tgz) = 76376
diff --git a/net/trafshow4/files/patch-ac b/net/trafshow4/files/patch-ac
deleted file mode 100644
index c15ab541f4d8..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, "%%PREFIX%%/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 dba73df91ae9..000000000000
--- a/net/trafshow4/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/trafshow4/files/patch-ag b/net/trafshow4/files/patch-ag
deleted file mode 100644
index 959cd5221318..000000000000
--- a/net/trafshow4/files/patch-ag
+++ /dev/null
@@ -1,20 +0,0 @@
---- util.c.orig Thu Sep 25 06:37:57 1997
-+++ util.c Fri Jul 30 18:20:20 2004
-@@ -123,11 +123,17 @@
- { "egp", IPPROTO_EGP },
- { "ospf", IPPROTO_OSPF },
- { "igmp", IPPROTO_IGMP },
-+ { "gre", IPPROTO_GRE },
-+ { "gif", IPPROTO_IPIP },
-+ { "esp", IPPROTO_ESP },
- #ifdef IPPROTO_GGP
- { "ggp", IPPROTO_GGP },
- #endif
- #ifdef IPPROTO_ENCAP
- { "encap",IPPROTO_ENCAP},
-+#endif
-+#ifdef IPPROTO_IPV6
-+ { "ipv6", IPPROTO_IPV6},
- #endif
- { "ip", IPPROTO_IP },
- { "raw", IPPROTO_RAW },
diff --git a/net/trafshow4/files/patch-configure b/net/trafshow4/files/patch-configure
deleted file mode 100644
index 8510310f4a13..000000000000
--- a/net/trafshow4/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Sat Jan 5 17:07:53 2002
-+++ configure Sat Jan 5 17:07:53 2002
-@@ -874,7 +874,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_cv_lbl_gcc_vers=`$CC -v 2>&1 | \
-- sed -n -e '$s/.* //' -e '$s/\..*//p'`
-+ sed -n -e '$s/^.*version //' -e '$s/\..*//p'`
- fi
-
- echo "$ac_t""$ac_cv_lbl_gcc_vers" 1>&6
diff --git a/net/trafshow4/pkg-descr b/net/trafshow4/pkg-descr
deleted file mode 100644
index c3121121390e..000000000000
--- a/net/trafshow4/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-TrafShow continuously displays the information regarding packet
-traffic on the configured network interface that matches the boolean
-expression. It periodically sorts and updates this information. It
-may be useful for locating suspicious network traffic on the net.
-
-WWW: http://soft.risp.ru/trafshow/index_en.shtml
-
-- Ryan Thompson <ryan@sasknow.com>
diff --git a/net/trafshow4/pkg-plist b/net/trafshow4/pkg-plist
deleted file mode 100644
index 00f2059110f7..000000000000
--- a/net/trafshow4/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