Add vomit 0.1

The vomit utility converts a Cisco IP phone conversation into a wave file
that can be played with ordinary sound players. The phone conversation can
either be played directly from the network or from a tcpdump output file.
Vomit is also capable of inserting wavefiles into ongoing telephone
conversations. Vomit can be used as a network debugging tool, a speaker
phone, etc ...
---

I haven't tested whether this works.

Obtained from:  OpenBSD
This commit is contained in:
Kris Kennaway 2001-08-23 11:33:55 +00:00
parent 0fc0414b93
commit e0d45fb8e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46701
6 changed files with 38 additions and 0 deletions

View File

@ -404,6 +404,7 @@
SUBDIR += urlendec
SUBDIR += vchat
SUBDIR += vnc
SUBDIR += vomit
SUBDIR += vrrp
SUBDIR += vtun
SUBDIR += wais

24
net/vomit/Makefile Normal file
View File

@ -0,0 +1,24 @@
# Ports collection makefile for: vomit
# Date created: 23 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vomit
PORTVERSION= 0.1
CATEGORIES= net security
MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent \
${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/vomit
MAN1= vomit.1
.include <bsd.port.mk>

3
net/vomit/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (vomit-0.1.tar.gz) = 1d258e50794bba02005ade822a4391c4
RMD160 (vomit-0.1.tar.gz) = dfbb58a258e3e8e95ddbd43e47a9b2d85f9ccdc3
SHA1 (vomit-0.1.tar.gz) = ba7bd1e8e715135e97bef6a9feae53e7d48cbc59

1
net/vomit/pkg-comment Normal file
View File

@ -0,0 +1 @@
Voice over misconfigured internet telephones

8
net/vomit/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
The vomit utility converts a Cisco IP phone conversation into a wave file
that can be played with ordinary sound players. The phone conversation can
either be played directly from the network or from a tcpdump output file.
Vomit is also capable of inserting wavefiles into ongoing telephone
conversations. Vomit can be used as a network debugging tool, a speaker
phone, etc ...
WWW: http://www.monkey.org/~provos/vomit/

1
net/vomit/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/vomit