summaryrefslogtreecommitdiff
path: root/net/ngrep
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-03-29 04:01:13 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-03-29 04:01:13 +0000
commit601690307acc80af36bd64192b647dbd8f55fcfc (patch)
tree9889f48af112ac3d05ad3a6bd5b6994a16360972 /net/ngrep
parentuse stdlib.h instead of malloc.h (diff)
Upgrade of net/ngrep to version 1.42
Changes for v1.42 o rewrote the entire configure.in/config.h.in to autoconf 2.57 to be more consistent with normal autoconf'd programs. corrects bugs around packaging impediments and typos. o improved privilege dropping code and added more options to configure to govern its behaviour o added flag to turn off privilege revocation logic o added multiline match as default and ability to enforce previous default single-line match (bugfix + feature) o added ability to read bpf filter expression from file o added ability to force the column width to a certain size o added two new output modes: ``byline'', whose output respects embedded carriage returns (useful for http dumps), and ``none'', which prints out each dump as a single line no matter what. o added ability to specify alternate nonprintable character (default is ``.''). o made ``-q'' effects more consistent and usable for scenarios where ``-I'' and/or ``-O'' are being employed o documentation updated
Notes
Notes: svn path=/head/; revision=105575
Diffstat (limited to 'net/ngrep')
-rw-r--r--net/ngrep/Makefile7
-rw-r--r--net/ngrep/distinfo4
2 files changed, 5 insertions, 6 deletions
diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile
index 570c5fefc128..99b762e665dc 100644
--- a/net/ngrep/Makefile
+++ b/net/ngrep/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= ngrep
-PORTVERSION= 1.40.1
-PORTREVISION= 3
+PORTVERSION= 1.42
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,10 +15,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= edwin@mavetju.org
COMMENT= Network grep
-WRKSRC= ${WRKDIR}/ngrep
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-pcre --without-restart
+CONFIGURE_ARGS= --with-pcre --disable-pcap-restart
ALL_TARGET= ngrep
+USE_BZIP2= yes
MAN8= ngrep.8
PLIST_FILES= bin/ngrep
diff --git a/net/ngrep/distinfo b/net/ngrep/distinfo
index 2a2114403946..2cf894b501eb 100644
--- a/net/ngrep/distinfo
+++ b/net/ngrep/distinfo
@@ -1,2 +1,2 @@
-MD5 (ngrep-1.40.1.tar.gz) = 6bda40605febf490623a625202f2a605
-SIZE (ngrep-1.40.1.tar.gz) = 664663
+MD5 (ngrep-1.42.tar.bz2) = 35e821cfd888e9523a90fb7e5074a072
+SIZE (ngrep-1.42.tar.bz2) = 527699