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 ...

vomit is written by Niels Provos and the port created by Jason Peel.
This commit is contained in:
jakob 2001-06-22 07:12:55 +00:00
parent 48c87069cb
commit 29f8bd4a3f
4 changed files with 41 additions and 0 deletions

27
security/vomit/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/22 07:12:55 jakob Exp $
COMMENT= "voice over misconfigured internet telephones"
DISTNAME= vomit-0.1
CATEGORIES= security
NEED_VERSION= 1.414
HOMEPAGE= http://www.monkey.org/~provos/vomit/
MAINTAINER= Jason Peel <jsyn@nthought.com>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.monkey.org/~provos/
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a::devel/libevent
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= autoconf
WRKDIST= ${WRKDIR}/vomit
.include <bsd.port.mk>

3
security/vomit/files/md5 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

8
security/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: ${HOMEPAGE}

3
security/vomit/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/22 07:12:55 jakob Exp $
bin/vomit
man/man1/vomit.1