pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/trafshow Update to trafshow-4.0, use bl3, include ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e871b8509318
branches:  trunk
changeset: 468774:e871b8509318
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Feb 16 21:20:04 2004 +0000

description:
Update to trafshow-4.0, use bl3, include curses.buildlink3.mk, clean
up DESCR.

No changelog is available, but changes since 3.1 include integration of
the KAME ipv6 patch and the addition of a mode that allows trafshow to
act like a Cisco NetFlow collector.

Okayed by jmmv.

diffstat:

 net/trafshow/DESCR    |  17 +++++------------
 net/trafshow/Makefile |  13 +++++--------
 net/trafshow/distinfo |   8 +++-----
 3 files changed, 13 insertions(+), 25 deletions(-)

diffs (72 lines):

diff -r d59bffc38329 -r e871b8509318 net/trafshow/DESCR
--- a/net/trafshow/DESCR        Mon Feb 16 21:09:56 2004 +0000
+++ b/net/trafshow/DESCR        Mon Feb 16 21:20:04 2004 +0000
@@ -1,12 +1,5 @@
-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.
+TrafShow continuously displays information regarding packet traffic on
+the configured network interface that matches the boolean expression
+passed on the command line.  It periodically sorts and updates this
+information. TrafShow may be useful for locating suspicious network
+traffic on the network.
diff -r d59bffc38329 -r e871b8509318 net/trafshow/Makefile
--- a/net/trafshow/Makefile     Mon Feb 16 21:09:56 2004 +0000
+++ b/net/trafshow/Makefile     Mon Feb 16 21:20:04 2004 +0000
@@ -1,21 +1,17 @@
-# $NetBSD: Makefile,v 1.15 2003/07/17 22:51:57 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/02/16 21:20:04 snj Exp $
 
-DISTNAME=      trafshow-3.1
-PKGREVISION=   1
+DISTNAME=      trafshow-4.0
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.nsk.su/pub/RinetSoftware/
 EXTRACT_SUFX=  .tgz
 
-PATCHFILES=    trafshow-31-v6-20010322a.diff.gz
-PATCH_SITES=   ftp://ftp.kame.net/pub/kame/misc/
-PATCH_DIST_STRIP+=     -p1
-
 MAINTAINER=     tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://soft.risp.ru/trafshow/index.shtml
 COMMENT=       Full screen visualization of the network traffic
 
+ALL_TARGET=    trafshow
 GNU_CONFIGURE= yes
-ALL_TARGET=    trafshow
+USE_BUILDLINK3=        yes
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -32,4 +28,5 @@
        ${INSTALL_DATA} ${WRKSRC}/.trafshow \
                ${PREFIX}/share/examples/trafshow/trafshow
 
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d59bffc38329 -r e871b8509318 net/trafshow/distinfo
--- a/net/trafshow/distinfo     Mon Feb 16 21:09:56 2004 +0000
+++ b/net/trafshow/distinfo     Mon Feb 16 21:20:04 2004 +0000
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.4 2002/10/02 19:20:40 dillo Exp $
+$NetBSD: distinfo,v 1.5 2004/02/16 21:20:04 snj Exp $
 
-SHA1 (trafshow-3.1.tgz) = 6d8b65d265c76cb85ecc26104cf9ec56db853cbc
-Size (trafshow-3.1.tgz) = 72342 bytes
-SHA1 (trafshow-31-v6-20010322a.diff.gz) = e396867457f8e758a30ac9aa533acbd61f3aa445
-Size (trafshow-31-v6-20010322a.diff.gz) = 5490 bytes
+SHA1 (trafshow-4.0.tgz) = 131cd2f9bafa43ad2a344129c190d18530e371c3
+Size (trafshow-4.0.tgz) = 76376 bytes
 SHA1 (patch-aa) = b148e50d762a0b914658788ce484eacf929e0e10
 SHA1 (patch-af) = 82a3a7906d28465ec83724946b360508e59b655c
 SHA1 (patch-ag) = 981a63f03cce85b2f295901b7ea1e7930b859cf1



Home | Main Index | Thread Index | Old Index