# $Id: Portfile,v 1.5 2003/03/03 07:09:35 mij Exp $ PortSystem 1.0 name ngrep version 1.40.1 categories net maintainers grace@flipt.com description Network grep long_description 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, UDP, and ICMP across Ethernet, PPP, SLIP, \ FDDI, Token Ring and null interfaces, and understands BPF filter \ logic in the same fashion as more common packet sniffing tools, \ like tcpdump and snoop. platforms darwin master_sites ftp://ftp3.sourceforge.net/pub/sourceforge/ngrep/ checksums md5 6bda40605febf490623a625202f2a605 worksrcdir ${name} pre-install { system "install -d ${destroot}${prefix}/man/man8" system "install -d ${destroot}${prefix}/bin" reinplace "s|${prefix}|${destroot}${prefix}|g" ${worksrcpath}/Makefile }