1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Add p5-Net-SIP 0.23, framework SIP (Voice Over IP, RFC3261).

PR:		ports/109705
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
This commit is contained in:
Cheng-Lung Sung 2007-03-02 07:09:36 +00:00
parent bddb31c930
commit f7fb3ccbf9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186329
5 changed files with 95 additions and 0 deletions

View File

@ -482,6 +482,7 @@
SUBDIR += p5-Net-SDP
SUBDIR += p5-Net-SFTP
SUBDIR += p5-Net-SFTP-Foreign
SUBDIR += p5-Net-SIP
SUBDIR += p5-Net-SMPP
SUBDIR += p5-Net-SNPP
SUBDIR += p5-Net-SSH

34
net/p5-Net-SIP/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: p5-Net-SIP
# Date created: 2007-03-01
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Net-SIP
PORTVERSION= 0.23
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Framework SIP (Voice Over IP, RFC3261)
RUN_DEPENDS= p5-Net-DNS>=0.56:${PORTSDIR}/dns/p5-Net-DNS
PERL_CONFIGURE= yes
MAN3= Net::SIP.3 Net::SIP::Debug.3 \
Net::SIP::Dispatcher.3 Net::SIP::Dispatcher::Eventloop.3 \
Net::SIP::Endpoint.3 Net::SIP::Endpoint::Context.3 \
Net::SIP::Leg.3 Net::SIP::NATHelper::Base.3 \
Net::SIP::NATHelper::Client.3 Net::SIP::NATHelper::Local.3 \
Net::SIP::NATHelper::Server.3 Net::SIP::Packet.3 \
Net::SIP::Registrar.3 Net::SIP::Request.3 \
Net::SIP::Response.3 Net::SIP::SDP.3 \
Net::SIP::Simple.3 Net::SIP::Simple::Call.3 \
Net::SIP::Simple::RTP.3 Net::SIP::StatelessProxy.3 \
Net::SIP::Util.3
.include <bsd.port.mk>

3
net/p5-Net-SIP/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (Net-SIP-0.23.tar.gz) = b850f954ec9b561377ed7405d2dc9a67
SHA256 (Net-SIP-0.23.tar.gz) = ef86ac53f381983713b62418830b6a3027d551817383aa39499e6bb66261114e
SIZE (Net-SIP-0.23.tar.gz) = 116460

5
net/p5-Net-SIP/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Net::SIP consists of packages for handling the SIP packets, for transport of
the packets, for processing the packets and on top of all that a simplified
layer for common tasks.
WWW: http://search.cpan.org/dist/Net-SIP/

52
net/p5-Net-SIP/pkg-plist Normal file
View File

@ -0,0 +1,52 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SIP/.packlist
%%SITE_PERL%%/Net/SIP.pm
%%SITE_PERL%%/Net/SIP.pod
%%SITE_PERL%%/Net/SIP/Debug.pm
%%SITE_PERL%%/Net/SIP/Debug.pod
%%SITE_PERL%%/Net/SIP/Dispatcher.pm
%%SITE_PERL%%/Net/SIP/Dispatcher.pod
%%SITE_PERL%%/Net/SIP/Dispatcher/Eventloop.pm
%%SITE_PERL%%/Net/SIP/Dispatcher/Eventloop.pod
%%SITE_PERL%%/Net/SIP/Endpoint.pm
%%SITE_PERL%%/Net/SIP/Endpoint.pod
%%SITE_PERL%%/Net/SIP/Endpoint/Context.pm
%%SITE_PERL%%/Net/SIP/Endpoint/Context.pod
%%SITE_PERL%%/Net/SIP/Leg.pm
%%SITE_PERL%%/Net/SIP/Leg.pod
%%SITE_PERL%%/Net/SIP/NATHelper/Base.pm
%%SITE_PERL%%/Net/SIP/NATHelper/Base.pod
%%SITE_PERL%%/Net/SIP/NATHelper/Client.pm
%%SITE_PERL%%/Net/SIP/NATHelper/Client.pod
%%SITE_PERL%%/Net/SIP/NATHelper/Local.pm
%%SITE_PERL%%/Net/SIP/NATHelper/Local.pod
%%SITE_PERL%%/Net/SIP/NATHelper/Server.pm
%%SITE_PERL%%/Net/SIP/NATHelper/Server.pod
%%SITE_PERL%%/Net/SIP/Packet.pm
%%SITE_PERL%%/Net/SIP/Packet.pod
%%SITE_PERL%%/Net/SIP/Registrar.pm
%%SITE_PERL%%/Net/SIP/Registrar.pod
%%SITE_PERL%%/Net/SIP/Request.pm
%%SITE_PERL%%/Net/SIP/Request.pod
%%SITE_PERL%%/Net/SIP/Response.pm
%%SITE_PERL%%/Net/SIP/Response.pod
%%SITE_PERL%%/Net/SIP/SDP.pm
%%SITE_PERL%%/Net/SIP/SDP.pod
%%SITE_PERL%%/Net/SIP/Simple.pm
%%SITE_PERL%%/Net/SIP/Simple.pod
%%SITE_PERL%%/Net/SIP/Simple/Call.pm
%%SITE_PERL%%/Net/SIP/Simple/Call.pod
%%SITE_PERL%%/Net/SIP/Simple/RTP.pm
%%SITE_PERL%%/Net/SIP/Simple/RTP.pod
%%SITE_PERL%%/Net/SIP/StatelessProxy.pm
%%SITE_PERL%%/Net/SIP/StatelessProxy.pod
%%SITE_PERL%%/Net/SIP/Util.pm
%%SITE_PERL%%/Net/SIP/Util.pod
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SIP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrm %%SITE_PERL%%/Net/SIP/Dispatcher
@dirrm %%SITE_PERL%%/Net/SIP/Endpoint
@dirrm %%SITE_PERL%%/Net/SIP/NATHelper
@dirrm %%SITE_PERL%%/Net/SIP/Simple
@dirrmtry %%SITE_PERL%%/Net/SIP
@dirrmtry %%SITE_PERL%%/Net