From e0d45fb8e37ae13ef5d88b69f99b39dd603b77b5 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 23 Aug 2001 11:33:55 +0000 Subject: [PATCH] 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 --- net/Makefile | 1 + net/vomit/Makefile | 24 ++++++++++++++++++++++++ net/vomit/distinfo | 3 +++ net/vomit/pkg-comment | 1 + net/vomit/pkg-descr | 8 ++++++++ net/vomit/pkg-plist | 1 + 6 files changed, 38 insertions(+) create mode 100644 net/vomit/Makefile create mode 100644 net/vomit/distinfo create mode 100644 net/vomit/pkg-comment create mode 100644 net/vomit/pkg-descr create mode 100644 net/vomit/pkg-plist diff --git a/net/Makefile b/net/Makefile index 85585b66eaf6..7762b6cbedbb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -404,6 +404,7 @@ SUBDIR += urlendec SUBDIR += vchat SUBDIR += vnc + SUBDIR += vomit SUBDIR += vrrp SUBDIR += vtun SUBDIR += wais diff --git a/net/vomit/Makefile b/net/vomit/Makefile new file mode 100644 index 000000000000..ef1e23228df7 --- /dev/null +++ b/net/vomit/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: vomit +# Date created: 23 Aug 2001 +# Whom: Kris Kennaway +# +# $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 diff --git a/net/vomit/distinfo b/net/vomit/distinfo new file mode 100644 index 000000000000..3a7be9344271 --- /dev/null +++ b/net/vomit/distinfo @@ -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/net/vomit/pkg-comment b/net/vomit/pkg-comment new file mode 100644 index 000000000000..30a18bb3098d --- /dev/null +++ b/net/vomit/pkg-comment @@ -0,0 +1 @@ +Voice over misconfigured internet telephones diff --git a/net/vomit/pkg-descr b/net/vomit/pkg-descr new file mode 100644 index 000000000000..b482add15248 --- /dev/null +++ b/net/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: http://www.monkey.org/~provos/vomit/ diff --git a/net/vomit/pkg-plist b/net/vomit/pkg-plist new file mode 100644 index 000000000000..77b66525445b --- /dev/null +++ b/net/vomit/pkg-plist @@ -0,0 +1 @@ +bin/vomit