diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-14 15:14:00 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-14 15:14:00 +0000 |
commit | 29100c0abde50d833ce4e5a75a283d55ff441c6c (patch) | |
tree | 9904c49b49754656db19adc7ebbe721e84f3bbb1 /net/ipex | |
parent | 1fa3224f7e4faf9a63295e90885d1c0f79135ab9 (diff) | |
download | ports-29100c0abde50d833ce4e5a75a283d55ff441c6c.tar.gz ports-29100c0abde50d833ce4e5a75a283d55ff441c6c.zip |
Notes
Diffstat (limited to 'net/ipex')
-rw-r--r-- | net/ipex/Makefile | 10 | ||||
-rw-r--r-- | net/ipex/distinfo | 2 | ||||
-rw-r--r-- | net/ipex/pkg-comment | 2 | ||||
-rw-r--r-- | net/ipex/pkg-descr | 22 | ||||
-rw-r--r-- | net/ipex/pkg-plist | 8 |
5 files changed, 18 insertions, 26 deletions
diff --git a/net/ipex/Makefile b/net/ipex/Makefile index e4ad71b67667..9913f3f8557c 100644 --- a/net/ipex/Makefile +++ b/net/ipex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipex -PORTVERSION= 2.3.4 +PORTVERSION= 2.3.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ipex @@ -20,12 +20,8 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for file in ipex-HOWTO.pdf ipex-HOWTO.txt pcap_exprs.txt regexps.txt rfc0768.txt rfc0792.txt rfc0793.txt - @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} -.endfor +.if ${OSVERSION} >= 500000 +BROKEN= "currently does not support -CURRENT" .endif .include <bsd.port.post.mk> diff --git a/net/ipex/distinfo b/net/ipex/distinfo index a21bf9f19d82..099bf02700d3 100644 --- a/net/ipex/distinfo +++ b/net/ipex/distinfo @@ -1 +1 @@ -MD5 (ipex-2.3.4.tar.gz) = 97fdb0993c03594f733d78120b2f99b9 +MD5 (ipex-2.3.5.tar.gz) = 57a2e7340c6ba09b1e0ab89e37a31ae3 diff --git a/net/ipex/pkg-comment b/net/ipex/pkg-comment index 3b8b6b957009..8558e6dbcdaf 100644 --- a/net/ipex/pkg-comment +++ b/net/ipex/pkg-comment @@ -1 +1 @@ -Packet examination / dumper utility +Packet examination / sniffer utility diff --git a/net/ipex/pkg-descr b/net/ipex/pkg-descr index 3ff197c7d501..53c2d94865c6 100644 --- a/net/ipex/pkg-descr +++ b/net/ipex/pkg-descr @@ -1,13 +1,17 @@ -The ipex program is similar to ngrep or tcpdump. It -allows you to dump packet contents in hexidecimal or -plaintext. A very handy tool for debugging network proto- -cols. ipex also gives you the option of running in daemon -mode while dumping contents to a specified file. It also -allows you to supply a regex RC pattern for printing pack- -ets wich contain specific patterns. This man page comes -with some fairly descriptive examples. +Ipex is a packet sniffer similar to tcpdump or ngrep. It allows you +to dump the contents of a packet in hexadecimal or plain old text. +Using ipex, you have the ability to dump packets using the +following methods: + + 1) regular expression (standard or extended) + 2) pid, uid or ruid + 3) binary signature + 4) pcap expression + +The manual comes with allot of very descriptive examples on +using ipex and its recommended that you read it. WWW: http://ipex.sourceforge.net - C.S. Peron -maneo@bsdpro.com + maneo@bsdpro.com diff --git a/net/ipex/pkg-plist b/net/ipex/pkg-plist index f7bf0c501746..d74fa6882df0 100644 --- a/net/ipex/pkg-plist +++ b/net/ipex/pkg-plist @@ -1,9 +1 @@ bin/ipex -%%PORTDOCS%%share/doc/ipex/ipex-HOWTO.pdf -%%PORTDOCS%%share/doc/ipex/ipex-HOWTO.txt -%%PORTDOCS%%share/doc/ipex/pcap_exprs.txt -%%PORTDOCS%%share/doc/ipex/regexps.txt -%%PORTDOCS%%share/doc/ipex/rfc0768.txt -%%PORTDOCS%%share/doc/ipex/rfc0792.txt -%%PORTDOCS%%share/doc/ipex/rfc0793.txt -%%PORTDOCS%%@dirrm share/doc/ipex |