aboutsummaryrefslogtreecommitdiffstats
path: root/net/ngrep
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-03-29 12:01:13 +0800
committeredwin <edwin@FreeBSD.org>2004-03-29 12:01:13 +0800
commit31edd9bcbf59d38837d7450bcfdb479e06928d17 (patch)
tree6ff5c16b2ef46ad1fa21eb1f17b1a35aaec44093 /net/ngrep
parent193d29008e58b1430d943a700f3e2f1268f66424 (diff)
downloadfreebsd-ports-gnome-31edd9bcbf59d38837d7450bcfdb479e06928d17.tar.gz
freebsd-ports-gnome-31edd9bcbf59d38837d7450bcfdb479e06928d17.tar.zst
freebsd-ports-gnome-31edd9bcbf59d38837d7450bcfdb479e06928d17.zip
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
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