summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-08-23 11:33:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-08-23 11:33:55 +0000
commite0d45fb8e37ae13ef5d88b69f99b39dd603b77b5 (patch)
tree42a0148e2ecaf8c452e8087a6a6f8633498eb233 /net
parentInitial import of klone-2.1.359 (diff)
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
Notes
Notes: svn path=/head/; revision=46701
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/vomit/Makefile24
-rw-r--r--net/vomit/distinfo3
-rw-r--r--net/vomit/pkg-comment1
-rw-r--r--net/vomit/pkg-descr8
-rw-r--r--net/vomit/pkg-plist1
6 files changed, 38 insertions, 0 deletions
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 <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>
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