ports/120728: New Port rtpbreak
Prudhvi Krishna Surapaneni
prudhvikrishna at gmail.com
Sat Feb 16 10:50:02 UTC 2008
>Number: 120728
>Category: ports
>Synopsis: New Port rtpbreak
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Feb 16 10:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Prudhvi Krishna Surapaneni
>Release: 7.0-RC2
>Organization:
Individual
>Environment:
FreeBSD naruto.fbsd.in 7.0-RC2 FreeBSD 7.0-RC2 #0: Fri Feb 8 00:09:57 UTC 2008 root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
NEW Port for net/rtpbreak
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
# 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:
#
# rtpbreak
# rtpbreak/Makefile
# rtpbreak/distinfo
# rtpbreak/pkg-descr
#
echo c - rtpbreak
mkdir -p rtpbreak > /dev/null 2>&1
echo x - rtpbreak/Makefile
sed 's/^X//' >rtpbreak/Makefile << 'END-of-rtpbreak/Makefile'
X# New ports collection makefile for: rtpbreak
X# Date created: 16 February 2008
X# Whom: Prudhvi Krishna <prudhvikrishna at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME= rtpbreak
XPORTVERSION= 1.2
XCATEGORIES= net
XMASTER_SITES= http://xenion.antifork.org/rtpbreak/
XEXTRACT_SUFX= .tgz
X
XMAINTAINER= prudhvikrishna at gmail.com
XCOMMENT= Detects, reconstructs and analyzes any RTP session
X
XBUILD_DEPENDS= libnet11-config:${PORTSDIR}/net/libnet
X
XMAKE_ARGS+= CFLAGS="-Wall -O3 -I${LOCALBASE}/include/libnet11" \
X LIBS="-L${LOCALBASE}/lib/libnet11 -lpcap -lnet" \
X DEFS="-DPATH_MAX=256"
X
XPLIST_FILES= bin/rtpbreak
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/rtpbreak ${LOCALBASE}/bin
X.include <bsd.port.mk>
END-of-rtpbreak/Makefile
echo x - rtpbreak/distinfo
sed 's/^X//' >rtpbreak/distinfo << 'END-of-rtpbreak/distinfo'
XMD5 (rtpbreak-1.2.tgz) = 06a0259452c34b406b2b26443f0cf2b9
XSHA256 (rtpbreak-1.2.tgz) = 5231bdbc123462e1b86b2a0c1fdfa608877c051e44e610d73f4c80bb263c2092
XSIZE (rtpbreak-1.2.tgz) = 50902
END-of-rtpbreak/distinfo
echo x - rtpbreak/pkg-descr
sed 's/^X//' >rtpbreak/pkg-descr << 'END-of-rtpbreak/pkg-descr'
Xrtpbreak detects, reconstructs and analyzes any RTP [rfc1889] session through heuristics over the UDP network traffic. It works well with SIP, H.323, SCCP and any other signaling protocol. In particular, it doesn't require the presence of RTCP packets (voipong needs them) that aren't always transmitted from the recent VoIP clients.
X
XWWW: http://xenion.antifork.org/rtpbreak/
END-of-rtpbreak/pkg-descr
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list