diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-13 09:16:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-13 09:16:32 +0000 |
commit | 6fe85f7d0fb2ca85c214a682de662d89f4cfb8af (patch) | |
tree | 61f3ea90dafa910524b2f6b45d584ac04e4bfd42 /net/p5-Net-RTP | |
parent | 219561fb300e87df34f5c6706a61f61dd3611796 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-RTP')
-rw-r--r-- | net/p5-Net-RTP/Makefile | 33 | ||||
-rw-r--r-- | net/p5-Net-RTP/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-RTP/pkg-descr | 5 | ||||
-rw-r--r-- | net/p5-Net-RTP/pkg-plist | 9 |
4 files changed, 50 insertions, 0 deletions
diff --git a/net/p5-Net-RTP/Makefile b/net/p5-Net-RTP/Makefile new file mode 100644 index 000000000000..45bfd2db6b6d --- /dev/null +++ b/net/p5-Net-RTP/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Net-RTP +# Date created: 2007-03-10 +# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Net-RTP +PORTVERSION= 0.08 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= tjs@cdpa.nsysu.edu.tw +COMMENT= Send and receive RTP packets (RFC3550) + +RUN_DEPENDS= p5-IO-Socket-Multicast6>=0.02:${PORTSDIR}/net/p5-IO-Socket-Multicast6 \ + p5-IO-Socket-Multicast>=1.00:${PORTSDIR}/net/p5-IO-Socket-Multicast \ + p5-IO-Socket-INET6>=1.20:${PORTSDIR}/net/p5-IO-INET6 \ + p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 + +PERL_MODBUILD= yes + +MAN1= rtpdump.pl.1 \ + rtplosslog.pl.1 \ + rtpsend-pcmu.pl.1 \ + rtpstats.pl.1 + +MAN3= Net::RTP.3 \ + Net::RTP::Packet.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-RTP/distinfo b/net/p5-Net-RTP/distinfo new file mode 100644 index 000000000000..251aa2ad8c92 --- /dev/null +++ b/net/p5-Net-RTP/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-RTP-0.08.tar.gz) = 1b95290fb3320c6d59f0ceda84ec09d8 +SHA256 (Net-RTP-0.08.tar.gz) = 57f05ae9a51fec0684e40a9674246bf7643d84a2c6a4d57e685c5b8217e81a0f +SIZE (Net-RTP-0.08.tar.gz) = 12167 diff --git a/net/p5-Net-RTP/pkg-descr b/net/p5-Net-RTP/pkg-descr new file mode 100644 index 000000000000..eca2703e5b15 --- /dev/null +++ b/net/p5-Net-RTP/pkg-descr @@ -0,0 +1,5 @@ +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/ diff --git a/net/p5-Net-RTP/pkg-plist b/net/p5-Net-RTP/pkg-plist new file mode 100644 index 000000000000..d9a20225bf32 --- /dev/null +++ b/net/p5-Net-RTP/pkg-plist @@ -0,0 +1,9 @@ +@comment $FreeBSD$ +bin/rtpdump.pl +bin/rtplosslog.pl +bin/rtpsend-pcmu.pl +bin/rtpstats.pl +%%SITE_PERL%%/Net/RTP.pm +%%SITE_PERL%%/Net/RTP/Packet.pm +@dirrm %%SITE_PERL%%/Net/RTP +@dirrmtry %%SITE_PERL%%/Net |