summaryrefslogtreecommitdiff
path: root/net/ngrep/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-06-28 01:34:22 +0000
committerhubertf <hubertf>1999-06-28 01:34:22 +0000
commita94f2cb4d482b59214cbe6001179881b162ba8c7 (patch)
tree173d60b8df3fc244afbd604faffab8d38b6f6a55 /net/ngrep/Makefile
parent5a226c0d6dfd41a24663d540111ce4a7c5e6ef33 (diff)
downloadpkgsrc-a94f2cb4d482b59214cbe6001179881b162ba8c7.tar.gz
Import ngrep V1.31: network grep
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.
Diffstat (limited to 'net/ngrep/Makefile')
-rw-r--r--net/ngrep/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile
new file mode 100644
index 00000000000..904545c4add
--- /dev/null
+++ b/net/ngrep/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/28 01:34:22 hubertf Exp $
+#
+
+DISTNAME= ngrep-1.31
+CATEGORIES= net
+MASTER_SITES= http://www.packetfactory.net/ngrep/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.packetfactory.net/ngrep/
+
+GNU_CONFIGURE= YES
+WRKSRC= ${WRKDIR}/ngrep
+ALL_TARGET= ngrep
+
+.include "../../mk/bsd.pkg.mk"