From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 20 22:10:04 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1462516A4CF for ; Fri, 20 May 2005 22:10:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94CB543D49 for ; Fri, 20 May 2005 22:10:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4KMA1bg018172 for ; Fri, 20 May 2005 22:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4KMA14i018171; Fri, 20 May 2005 22:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 20 May 2005 22:10:01 GMT Resent-Message-Id: <200505202210.j4KMA14i018171@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Necati Ersen SISECI Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B5CC16A4CE for ; Fri, 20 May 2005 22:09:54 +0000 (GMT) Received: from fuzuli.enderunix.org (64.90.164.206.nyinternet.net [64.90.164.206]) by mx1.FreeBSD.org (Postfix) with SMTP id EA16743D62 for ; Fri, 20 May 2005 22:09:53 +0000 (GMT) (envelope-from siseci@fuzuli.enderunix.org) Received: (qmail 62436 invoked from network); 21 May 2005 05:09:16 -0000 Received: from localhost (HELO fuzuli.enderunix.org) (127.0.0.1) by localhost with SMTP; 21 May 2005 05:09:16 -0000 Received: (from siseci@localhost) by fuzuli.enderunix.org (8.13.1/8.13.1/Submit) id j4L59G1d062430; Sat, 21 May 2005 01:09:16 -0400 (EDT) (envelope-from siseci) Message-Id: <200505210509.j4L59G1d062430@fuzuli.enderunix.org> Date: Sat, 21 May 2005 01:09:16 -0400 (EDT) From: Necati Ersen SISECI To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: EnderUNIX Staff Subject: ports/81326: New Port: audio/voipong X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Necati Ersen SISECI List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 22:10:04 -0000 >Number: 81326 >Category: ports >Synopsis: New Port: audio/voipong >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 20 22:10:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Necati Ersen SISECI >Release: FreeBSD 5.3-RELEASE-p15 i386 >Organization: EnderUNIX SDT @ Turkey >Environment: System: FreeBSD fuzuli.enderunix.org 5.3-RELEASE-p15 FreeBSD 5.3-RELEASE-p15 #0: Fri May 13 17:55:02 EDT 2005 root@fuzuli.enderunix.org:/usr/src/sys/i386/compile/FUZULINEW i386 >Description: New Port: audio/voipong >How-To-Repeat: Adding new port >Fix: --- voipong.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # voipong # voipong/Makefile # voipong/distinfo # voipong/pkg-descr # voipong/pkg-message # voipong/pkg-plist # echo c - voipong mkdir -p voipong > /dev/null 2>&1 echo x - voipong/Makefile sed 's/^X//' >voipong/Makefile << 'END-of-voipong/Makefile' X# New ports collection makefile for: zabit X# Date created: 20 May 2005 X# Whom: Necati Ersen SISECI X# X# $FreeBSD$ X# X XPORTNAME= voipong XPORTVERSION= 1.1 XPORTREVISION= 0 XCATEGORIES= mail XMASTER_SITES= http://www.enderunix.org/voipong/ X XGNU_CONFIGURE= yes X XMAINTAINER= siseci@enderunix.org XCOMMENT= VoIPong is a utility which detects all Voice Over IP calls on a pipeline, and for those which are G711 encoded, dumps actual conversation to seperate wave files. X X.if defined(NOPORTDOCS) X#make portlint happy :) X.endif X XSED_SCRIPT+= -e '{ s,%%PREFIX%%,${PREFIX},g; }' X Xpost-install: X @${CAT} ${PKGMESSAGE} | ${SED} ${SED_SCRIPT} X X X.include X X END-of-voipong/Makefile echo x - voipong/distinfo sed 's/^X//' >voipong/distinfo << 'END-of-voipong/distinfo' XMD5 (voipong-1.1.tar.gz) = f068c0554ef7bb89ae82f9c5ab66c2e5 XSIZE (voipong-1.1.tar.gz) = 156577 END-of-voipong/distinfo echo x - voipong/pkg-descr sed 's/^X//' >voipong/pkg-descr << 'END-of-voipong/pkg-descr' XVoIPong is a utility which detects all Voice Over IP calls Xon a pipeline, and for those which are G711 encoded, dumps Xactual conversation to seperate wave files. It supports XSIP, H323, Cisco's Skinny Client Protocol, RTP and RTCP. X XIt's been written in C language for performance reasons, Xproved to be running on Solaris, Linux and FreeBSD; Xthough it's thought to compile and run on other platforms as well. X XOn a 45 Mbit/sec actual network traffic, it's been verified Xthat VoIPong successfully detected all VoIP gateways and the XVoIP calls. CPU utilization during the run has been found Xranging between 66% - 80% on a 256MB RAM, Celeron 1700 Mhz XToshiba notebook. X X XProject Page: XWWW: http://www.enderunix.org/voipong X XAuthor: X Murat Balaban X murat@enderunix.org X EnderUNIX SDT @ Turkey Xhttp://www.enderunix.org/ END-of-voipong/pkg-descr echo x - voipong/pkg-message sed 's/^X//' >voipong/pkg-message << 'END-of-voipong/pkg-message' X--------------------------------------------------------------------- X XCopy %%PREFIX%%/etc/voipong.conf-dist to %%PREFIX%%/etc/voipong.conf. Xcp %%PREFIX%%/etc/voipong.conf-dist %%PREFIX%%/etc/voipong.conf X XAnd edit %%PREFIX%%/etc/voipong.conf X XVisit http://www.enderunix.org/ X X--------------------------------------------------------------------- END-of-voipong/pkg-message echo x - voipong/pkg-plist sed 's/^X//' >voipong/pkg-plist << 'END-of-voipong/pkg-plist' Xbin/voipong X%%DATADIR%%/AUTHORS X%%DATADIR%%/COPYING X%%DATADIR%%/INSTALL X%%DATADIR%%/LICENSE X%%DATADIR%%/README X%%DATADIR%%/THANKS Xetc/voipong.conf-dist X@dirrm %%DATADIR%% END-of-voipong/pkg-plist exit --- voipong.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: