Update to 2.3.5

Submitted by:	maintainer
This commit is contained in:
David W. Chapman Jr. 2002-06-14 15:14:00 +00:00
parent 1fa3224f7e
commit 29100c0abd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61267
5 changed files with 18 additions and 26 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= ipex PORTNAME= ipex
PORTVERSION= 2.3.4 PORTVERSION= 2.3.5
CATEGORIES= net CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ipex MASTER_SITE_SUBDIR= ipex
@ -20,12 +20,8 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if !defined(NOPORTDOCS) .if ${OSVERSION} >= 500000
post-install: BROKEN= "currently does not support -CURRENT"
@${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
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -1 +1 @@
MD5 (ipex-2.3.4.tar.gz) = 97fdb0993c03594f733d78120b2f99b9 MD5 (ipex-2.3.5.tar.gz) = 57a2e7340c6ba09b1e0ab89e37a31ae3

View file

@ -1 +1 @@
Packet examination / dumper utility Packet examination / sniffer utility

View file

@ -1,13 +1,17 @@
The ipex program is similar to ngrep or tcpdump. It Ipex is a packet sniffer similar to tcpdump or ngrep. It allows you
allows you to dump packet contents in hexidecimal or to dump the contents of a packet in hexadecimal or plain old text.
plaintext. A very handy tool for debugging network proto- Using ipex, you have the ability to dump packets using the
cols. ipex also gives you the option of running in daemon following methods:
mode while dumping contents to a specified file. It also
allows you to supply a regex RC pattern for printing pack- 1) regular expression (standard or extended)
ets wich contain specific patterns. This man page comes 2) pid, uid or ruid
with some fairly descriptive examples. 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 WWW: http://ipex.sourceforge.net
- C.S. Peron - C.S. Peron
maneo@bsdpro.com maneo@bsdpro.com

View file

@ -1,9 +1 @@
bin/ipex 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