From 29f8bd4a3ff2f73dcb730971317f58a45426f483 Mon Sep 17 00:00:00 2001 From: jakob Date: Fri, 22 Jun 2001 07:12:55 +0000 Subject: [PATCH] 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. --- security/vomit/Makefile | 27 +++++++++++++++++++++++++++ security/vomit/files/md5 | 3 +++ security/vomit/pkg/DESCR | 8 ++++++++ security/vomit/pkg/PLIST | 3 +++ 4 files changed, 41 insertions(+) create mode 100644 security/vomit/Makefile create mode 100644 security/vomit/files/md5 create mode 100644 security/vomit/pkg/DESCR create mode 100644 security/vomit/pkg/PLIST diff --git a/security/vomit/Makefile b/security/vomit/Makefile new file mode 100644 index 00000000000..d23ba9d4a0d --- /dev/null +++ b/security/vomit/Makefile @@ -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 + +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 diff --git a/security/vomit/files/md5 b/security/vomit/files/md5 new file mode 100644 index 00000000000..3a7be934427 --- /dev/null +++ b/security/vomit/files/md5 @@ -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 diff --git a/security/vomit/pkg/DESCR b/security/vomit/pkg/DESCR new file mode 100644 index 00000000000..882f742b9f3 --- /dev/null +++ b/security/vomit/pkg/DESCR @@ -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} diff --git a/security/vomit/pkg/PLIST b/security/vomit/pkg/PLIST new file mode 100644 index 00000000000..e49d4471902 --- /dev/null +++ b/security/vomit/pkg/PLIST @@ -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