e0d45fb8e3
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
25 lines
479 B
Makefile
25 lines
479 B
Makefile
# 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>
|