From ed05eef8e8d23b5a00b8ff7f5f2fd43b6ea4ea37 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Tue, 24 May 2005 00:53:18 +0000 Subject: Add voipong. VoIPong is an utility which detects all Voice Over IP calls on a pipeline, and dumps those which are G711-encoded to separate wave files. It supports SIP, H323, Cisco's Skinny Client Protocol, RTP and RTCP. For performance reasons, it is written in the C programming language. WWW: http://www.enderunix.org/voipong/ PR: ports/81326 Submitted by: Necati Ersen SISECI --- audio/Makefile | 1 + audio/voipong/Makefile | 31 +++++++++++++++++++++++++++++++ audio/voipong/distinfo | 2 ++ audio/voipong/files/pkg-message.in | 7 +++++++ audio/voipong/pkg-descr | 6 ++++++ audio/voipong/pkg-plist | 7 +++++++ 6 files changed, 54 insertions(+) create mode 100644 audio/voipong/Makefile create mode 100644 audio/voipong/distinfo create mode 100644 audio/voipong/files/pkg-message.in create mode 100644 audio/voipong/pkg-descr create mode 100644 audio/voipong/pkg-plist (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index af98dd6603cf..435acd210fa9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -468,6 +468,7 @@ SUBDIR += twolame SUBDIR += ufmcontrol-i18n SUBDIR += umix + SUBDIR += voipong SUBDIR += vorbis-tools SUBDIR += vorbisgain SUBDIR += vsound diff --git a/audio/voipong/Makefile b/audio/voipong/Makefile new file mode 100644 index 000000000000..ab3492bb7c7d --- /dev/null +++ b/audio/voipong/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: voipong +# Date created: 20 May 2005 +# Whom: Necati Ersen SISECI +# +# $FreeBSD$ +# + +PORTNAME= voipong +PORTVERSION= 1.1 +CATEGORIES= audio +MASTER_SITES= http://www.enderunix.org/voipong/ + +MAINTAINER= siseci@enderunix.org +COMMENT= Detect Voice Over IP calls and dump them to separate wave files + +USE_REINPLACE= yes +GNU_CONFIGURE= yes + +SUB_FILES= pkg-message + +post-patch: + @${REINPLACE_CMD} -e 's|^CFLAGS=""||' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|$${prefix}/share/voipong|${DOCSDIR}|; \ + s|COPYING||; s|LICENSE||' \ + ${WRKSRC}/Makefile.in + +post-install: + @${CAT} ${PKGMESSAGE} + +.include diff --git a/audio/voipong/distinfo b/audio/voipong/distinfo new file mode 100644 index 000000000000..14809a40f40a --- /dev/null +++ b/audio/voipong/distinfo @@ -0,0 +1,2 @@ +MD5 (voipong-1.1.tar.gz) = f068c0554ef7bb89ae82f9c5ab66c2e5 +SIZE (voipong-1.1.tar.gz) = 156577 diff --git a/audio/voipong/files/pkg-message.in b/audio/voipong/files/pkg-message.in new file mode 100644 index 000000000000..562bd5c99e98 --- /dev/null +++ b/audio/voipong/files/pkg-message.in @@ -0,0 +1,7 @@ +--------------------------------------------------------------------- +You should now copy + %%PREFIX%%/etc/voipong.conf-dist +to + %%PREFIX%%/etc/voipong.conf +and edit it as appropriate. +--------------------------------------------------------------------- diff --git a/audio/voipong/pkg-descr b/audio/voipong/pkg-descr new file mode 100644 index 000000000000..08126eeb2d13 --- /dev/null +++ b/audio/voipong/pkg-descr @@ -0,0 +1,6 @@ +VoIPong is an utility which detects all Voice Over IP calls on a pipeline, and +dumps those which are G711-encoded to separate wave files. It supports SIP, +H323, Cisco's Skinny Client Protocol, RTP and RTCP. For performance reasons, +it is written in the C programming language. + +WWW: http://www.enderunix.org/voipong/ diff --git a/audio/voipong/pkg-plist b/audio/voipong/pkg-plist new file mode 100644 index 000000000000..c2ee134b05d6 --- /dev/null +++ b/audio/voipong/pkg-plist @@ -0,0 +1,7 @@ +bin/voipong +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/INSTALL +%%DOCSDIR%%/README +%%DOCSDIR%%/THANKS +etc/voipong.conf-dist +@dirrm %%DOCSDIR%% -- cgit v1.2.3