Date: Sat, 10 Mar 2007 23:13:25 +0800 (CST) From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/110159: [NEW PORT] net/p5-Net-RTP: Send and receive RTP packets (RFC3550) Message-ID: <200703101513.l2AFDPgg025752@pluto.cdpa.nsysu.edu.tw> Resent-Message-ID: <200703101520.l2AFK2p0038612@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110159 >Category: ports >Synopsis: [NEW PORT] net/p5-Net-RTP: Send and receive RTP packets (RFC3550) >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 Mar 10 15:20:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.2-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Feb 24 20:40:22 CST 2007 >Description: The Net::RTP module subclasses IO::Socket::Multicast6 to enable you to manipulate multicast groups. The multicast additions are optional, so you may also send and recieve unicast packets. WWW: http://search.cpan.org/dist/Net-RTP/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-RTP-0.08.shar 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: # # p5-Net-RTP # p5-Net-RTP/pkg-descr # p5-Net-RTP/Makefile # p5-Net-RTP/pkg-plist # p5-Net-RTP/distinfo # echo c - p5-Net-RTP mkdir -p p5-Net-RTP > /dev/null 2>&1 echo x - p5-Net-RTP/pkg-descr sed 's/^X//' >p5-Net-RTP/pkg-descr << 'END-of-p5-Net-RTP/pkg-descr' XThe Net::RTP module subclasses IO::Socket::Multicast6 to enable you to Xmanipulate multicast groups. The multicast additions are optional, so you Xmay also send and recieve unicast packets. X XWWW: http://search.cpan.org/dist/Net-RTP/ END-of-p5-Net-RTP/pkg-descr echo x - p5-Net-RTP/Makefile sed 's/^X//' >p5-Net-RTP/Makefile << 'END-of-p5-Net-RTP/Makefile' X# New ports collection makefile for: p5-Net-RTP X# Date created: 2007-03-10 X# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> X# X# $FreeBSD$ X# X XPORTNAME= Net-RTP XPORTVERSION= 0.08 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= tjs@cdpa.nsysu.edu.tw XCOMMENT= Send and receive RTP packets (RFC3550) X XRUN_DEPENDS= p5-IO-Socket-Multicast6>=0.02:${PORTSDIR}/net/p5-IO-Socket-Multicast6 \ X p5-IO-Socket-Multicast>=1.00:${PORTSDIR}/net/p5-IO-Socket-Multicast \ X p5-IO-Socket-INET6>=1.20:${PORTSDIR}/net/p5-IO-INET6 \ X p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 X XPERL_MODBUILD= yes X XMAN1= rtpdump.pl.1 \ X rtplosslog.pl.1 \ X rtpsend-pcmu.pl.1 \ X rtpstats.pl.1 X XMAN3= Net::RTP.3 \ X Net::RTP::Packet.3 X X.include <bsd.port.mk> END-of-p5-Net-RTP/Makefile echo x - p5-Net-RTP/pkg-plist sed 's/^X//' >p5-Net-RTP/pkg-plist << 'END-of-p5-Net-RTP/pkg-plist' X@comment $FreeBSD$ Xbin/rtpdump.pl Xbin/rtplosslog.pl Xbin/rtpsend-pcmu.pl Xbin/rtpstats.pl X%%SITE_PERL%%/Net/RTP.pm X%%SITE_PERL%%/Net/RTP/Packet.pm X@dirrm %%SITE_PERL%%/Net/RTP X@dirrmtry %%SITE_PERL%%/Net END-of-p5-Net-RTP/pkg-plist echo x - p5-Net-RTP/distinfo sed 's/^X//' >p5-Net-RTP/distinfo << 'END-of-p5-Net-RTP/distinfo' XMD5 (Net-RTP-0.08.tar.gz) = 1b95290fb3320c6d59f0ceda84ec09d8 XSHA256 (Net-RTP-0.08.tar.gz) = 57f05ae9a51fec0684e40a9674246bf7643d84a2c6a4d57e685c5b8217e81a0f XSIZE (Net-RTP-0.08.tar.gz) = 12167 END-of-p5-Net-RTP/distinfo exit --- p5-Net-RTP-0.08.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703101513.l2AFDPgg025752>