mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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 <siseci@enderunix.org>
This commit is contained in:
parent
9549788da8
commit
ed05eef8e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136002
6 changed files with 54 additions and 0 deletions
|
@ -468,6 +468,7 @@
|
|||
SUBDIR += twolame
|
||||
SUBDIR += ufmcontrol-i18n
|
||||
SUBDIR += umix
|
||||
SUBDIR += voipong
|
||||
SUBDIR += vorbis-tools
|
||||
SUBDIR += vorbisgain
|
||||
SUBDIR += vsound
|
||||
|
|
31
audio/voipong/Makefile
Normal file
31
audio/voipong/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: voipong
|
||||
# Date created: 20 May 2005
|
||||
# Whom: Necati Ersen SISECI <siseci@enderunix.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
2
audio/voipong/distinfo
Normal file
2
audio/voipong/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (voipong-1.1.tar.gz) = f068c0554ef7bb89ae82f9c5ab66c2e5
|
||||
SIZE (voipong-1.1.tar.gz) = 156577
|
7
audio/voipong/files/pkg-message.in
Normal file
7
audio/voipong/files/pkg-message.in
Normal file
|
@ -0,0 +1,7 @@
|
|||
---------------------------------------------------------------------
|
||||
You should now copy
|
||||
%%PREFIX%%/etc/voipong.conf-dist
|
||||
to
|
||||
%%PREFIX%%/etc/voipong.conf
|
||||
and edit it as appropriate.
|
||||
---------------------------------------------------------------------
|
6
audio/voipong/pkg-descr
Normal file
6
audio/voipong/pkg-descr
Normal file
|
@ -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/
|
7
audio/voipong/pkg-plist
Normal file
7
audio/voipong/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
bin/voipong
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/INSTALL
|
||||
%%DOCSDIR%%/README
|
||||
%%DOCSDIR%%/THANKS
|
||||
etc/voipong.conf-dist
|
||||
@dirrm %%DOCSDIR%%
|
Loading…
Add table
Reference in a new issue