From d9736eac20b75ea71931c039812a3619abd722dc Mon Sep 17 00:00:00 2001 From: brad Date: Thu, 13 Jul 2000 07:28:07 +0000 Subject: [PATCH] upgrade to ngrep 1.38; from --- net/ngrep/Makefile | 21 +++++++-------------- net/ngrep/files/md5 | 6 +++--- net/ngrep/patches/patch-Makefile.in | 9 +++++++++ net/ngrep/patches/patch-aa | 11 ----------- net/ngrep/pkg/DESCR | 16 ++++++++-------- net/ngrep/pkg/PLIST | 1 + 6 files changed, 28 insertions(+), 36 deletions(-) create mode 100644 net/ngrep/patches/patch-Makefile.in delete mode 100644 net/ngrep/patches/patch-aa diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile index 18abd9c8d36..4901b7f153a 100644 --- a/net/ngrep/Makefile +++ b/net/ngrep/Makefile @@ -1,17 +1,12 @@ -# OpenBSD makefile for: ngrep -# Version required: 1.26 -# Date created: 1999-Jun-23 -# Whom: dugsong@monkey.org -# -# $OpenBSD: Makefile,v 1.9 2000/04/14 14:51:49 dugsong Exp $ - -DISTNAME= ngrep-1.37 +# $OpenBSD: Makefile,v 1.10 2000/07/13 07:28:07 brad Exp $ +DISTNAME= ngrep-1.38 CATEGORIES= net -NEED_VERSION= 1.191 - +NEED_VERSION= 1.310 MASTER_SITES= http://www.packetfactory.net/Projects/ngrep/ +HOMEPAGE= http://www.packetfactory.net/Projects/ngrep/ + MAINTAINER= dugsong@monkey.org PERMIT_PACKAGE_CDROM= "no obvious license" @@ -19,10 +14,8 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= "no obvious license" PERMIT_DISTFILES_FTP= Yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix='$$(DESTDIR)$(PREFIX)' - -FAKE= yes +USE_GMAKE= yes +CONFIGURE_STYLE= gnu dest WRKDIST= ${WRKDIR}/ngrep diff --git a/net/ngrep/files/md5 b/net/ngrep/files/md5 index d274559e712..0e2bda83771 100644 --- a/net/ngrep/files/md5 +++ b/net/ngrep/files/md5 @@ -1,3 +1,3 @@ -MD5 (ngrep-1.37.tar.gz) = 66e11f62dc68251078fd113dbe27ef77 -RMD160 (ngrep-1.37.tar.gz) = 4e76f2d19645238b6fe7f5de5dba4b3138ec5b6a -SHA1 (ngrep-1.37.tar.gz) = 7b4fb2000779b76f7082306341ed92f10f46c9f7 +MD5 (ngrep-1.38.tar.gz) = adff63845df54eb40ef48f16664e4344 +RMD160 (ngrep-1.38.tar.gz) = 6ceccca141313795ef2709a2af46038cfb50e514 +SHA1 (ngrep-1.38.tar.gz) = dcaa31e17cdb94ae52a851863c5ef377c53667d6 diff --git a/net/ngrep/patches/patch-Makefile.in b/net/ngrep/patches/patch-Makefile.in new file mode 100644 index 00000000000..b5cc6cbcd4a --- /dev/null +++ b/net/ngrep/patches/patch-Makefile.in @@ -0,0 +1,9 @@ +--- Makefile.in.orig Wed Jul 12 00:32:18 2000 ++++ Makefile.in Wed Jul 12 00:32:35 2000 +@@ -18,7 +18,7 @@ TARGET=ngrep + MANPAGE=ngrep.8 + + INSTALL=./install-sh +-BINDEST=@prefix@/bin ++BINDEST=@prefix@/sbin + MANDEST=@prefix@/man/man8 diff --git a/net/ngrep/patches/patch-aa b/net/ngrep/patches/patch-aa deleted file mode 100644 index 7d630c35ad7..00000000000 --- a/net/ngrep/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Jan 9 00:31:32 2000 -+++ Makefile.in Sun Jan 9 00:31:53 2000 -@@ -14,7 +14,7 @@ - MANPAGE=ngrep.8 - - INSTALL=./install-sh --BINDEST=@prefix@/bin -+BINDEST=@prefix@/sbin - MANDEST=@prefix@/man/man8 - - $(TARGET): $(OBJS) diff --git a/net/ngrep/pkg/DESCR b/net/ngrep/pkg/DESCR index ffe824eb842..c5731a175a7 100644 --- a/net/ngrep/pkg/DESCR +++ b/net/ngrep/pkg/DESCR @@ -1,9 +1,9 @@ +ngrep strives to provide most of GNU grep's common features, +applying them to the network layer. ngrep is 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. - ngrep strives to provide most of GNU grep's common features, - applying them to the network layer. ngrep is 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. - +WWW: ${HOMEPAGE} diff --git a/net/ngrep/pkg/PLIST b/net/ngrep/pkg/PLIST index fa564ddb5e1..07e9bf4b291 100644 --- a/net/ngrep/pkg/PLIST +++ b/net/ngrep/pkg/PLIST @@ -1,2 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.4 2000/07/13 07:28:08 brad Exp $ sbin/ngrep man/man8/ngrep.8