1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

ngrep strives to provide most of GNU grep's common features, applying

them to the network layer.  ngrep somewhat replaces tcpdump.

{DESCR,COMMENT} Obtained from:	NetBSD
[after I started making this port, I realized NetBSD had a port if it]
This commit is contained in:
David E. O'Brien 2000-01-02 10:22:41 +00:00
parent cef04b17b2
commit c61b442096
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24349
5 changed files with 40 additions and 0 deletions

27
net/ngrep/Makefile Normal file
View File

@ -0,0 +1,27 @@
# ex:ts=8
# Ports collection makefile for: ngrep
# Version required: 1.35
# Date created: Sat Jan 01, 2000
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
DISTNAME= ngrep-1.35
CATEGORIES= net security
MASTER_SITES= http://www.packetfactory.net/ngrep/
MAINTAINER= obrien@FreeBSD.org
WRKSRC= ${WRKDIR}/ngrep
GNU_CONFIGURE= yes
ALL_TARGET= ngrep
MAN8= ngrep.8
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/ngrep
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ngrep
.endif
.include <bsd.port.mk>

1
net/ngrep/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ngrep-1.35.tar.gz) = 61a6312f475a3b7f2ea32b095bc7696c

1
net/ngrep/pkg-comment Normal file
View File

@ -0,0 +1 @@
network grep

8
net/ngrep/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
ngrep strives to provide most of GNU grep's common features, applying
them to the network layer.
ngrep a pcap-aware tool that will allow you to specify extended
regular expressions to match against data payloads of packets. It
currently recognizes TCP and UDP across Ethernet, PPP and SLIP
interfaces, and understands BPF filter logic in the same fashion
as more common packet sniffing tools, like tcpdump and snoop.

3
net/ngrep/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
@comment $FreeBSD$
bin/ngrep
share/doc/ngrep/README