diff options
author | hubertf <hubertf> | 2001-03-05 14:39:08 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-03-05 14:39:08 +0000 |
commit | c5a27bd56a053a657c08c4f4e533facbe3563782 (patch) | |
tree | b1781060a327cb091057ca63bcb85fafd6a1642b /net/ngrep | |
parent | 623d22a7f268dbdca9b71d69dc189b87485ffc3c (diff) | |
download | pkgsrc-c5a27bd56a053a657c08c4f4e533facbe3563782.tar.gz |
Update ngrep to 1.39. Changes:
* Moved to sourceforge
* UNIX: Now ngrep compiles with the GPL'd GNU regex library, or the more
license-friendly PCRE library under the Artistic License
* UNIX: Recognition of window size changes
Annoyed when you maximize your term program and ngrep doesn't take
advantage of all the new space? Now ngrep catches the change
when in a non-hexadecimal display mode and adjusts the output accordingly.
* Minor bugfix in time printing with -t
When run with the '-t' option, ngrep would display the previous month as
the current date.
Diffstat (limited to 'net/ngrep')
-rw-r--r-- | net/ngrep/Makefile | 9 | ||||
-rw-r--r-- | net/ngrep/files/md5 | 4 | ||||
-rw-r--r-- | net/ngrep/files/patch-sum | 5 | ||||
-rw-r--r-- | net/ngrep/patches/patch-aa | 10 |
4 files changed, 14 insertions, 14 deletions
diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile index ac8f5a810a9..57cde59d7f9 100644 --- a/net/ngrep/Makefile +++ b/net/ngrep/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 18:19:16 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/05 14:39:08 hubertf Exp $ # -DISTNAME= ngrep-1.33 +DISTNAME= ngrep-1.39 CATEGORIES= net -MASTER_SITES= http://www.packetfactory.net/Projects/Ngrep/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ngrep/} MAINTAINER= hubertf@netbsd.org -HOMEPAGE= http://www.packetfactory.net/Projects/Ngrep/ +HOMEPAGE= http://ngrep.sourceforge.net/ COMMENT= network grep GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-pcre WRKSRC= ${WRKDIR}/ngrep ALL_TARGET= ngrep diff --git a/net/ngrep/files/md5 b/net/ngrep/files/md5 index 014f1bec69c..91d144d565d 100644 --- a/net/ngrep/files/md5 +++ b/net/ngrep/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/07/15 00:44:04 hubertf Exp $ +$NetBSD: md5,v 1.3 2001/03/05 14:39:09 hubertf Exp $ -MD5 (ngrep-1.33.tar.gz) = e2b7bfa038024b790d1bbd0d70a52805 +MD5 (ngrep-1.39.tar.gz) = e373cc5edf26e96f59245e79c2d12586 diff --git a/net/ngrep/files/patch-sum b/net/ngrep/files/patch-sum index 7e1ec42a962..8e7ce1eb2e1 100644 --- a/net/ngrep/files/patch-sum +++ b/net/ngrep/files/patch-sum @@ -1,4 +1,3 @@ -$NetBSD: patch-sum,v 1.2 1999/07/15 00:44:04 hubertf Exp $ +$NetBSD: patch-sum,v 1.3 2001/03/05 14:39:09 hubertf Exp $ -MD5 (patch-aa) = 1ec049c091629294324934c5cf08bc9f -MD5 (patch-ab) = 69a31dd33fc5f50782f28090bfaa96fa +MD5 (patch-aa) = ee1c82f8f7ebb3061e3ca01525902a12 diff --git a/net/ngrep/patches/patch-aa b/net/ngrep/patches/patch-aa index 2abdf2433d4..da748b4fde2 100644 --- a/net/ngrep/patches/patch-aa +++ b/net/ngrep/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 1999/07/15 00:44:04 hubertf Exp $ +$NetBSD: patch-aa,v 1.3 2001/03/05 14:39:09 hubertf Exp $ ---- configure.orig Wed Jul 7 20:06:12 1999 -+++ configure Thu Jul 15 01:31:09 1999 -@@ -1299,7 +1299,12 @@ +--- configure.orig Tue Feb 27 07:08:56 2001 ++++ configure +@@ -1835,7 +1835,12 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" @@ -14,5 +14,5 @@ $NetBSD: patch-aa,v 1.2 1999/07/15 00:44:04 hubertf Exp $ + LIBS="-lpcap $LIBS" ;; +esac cat > conftest.$ac_ext <<EOF - #line 1305 "configure" + #line 1841 "configure" #include "confdefs.h" |