ports/109705: [NEW PORT] net/p5-Net-SIP: Framework SIP (Voice Over IP, RFC3261)

Jin-Shan Tseng tjs at cdpa.nsysu.edu.tw
Thu Mar 1 03:40:04 UTC 2007


>Number:         109705
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-Net-SIP: Framework SIP (Voice Over IP, RFC3261)
>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:   Thu Mar 01 03:40:04 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:
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/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Net-SIP-0.23.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-SIP
#	p5-Net-SIP/pkg-descr
#	p5-Net-SIP/Makefile
#	p5-Net-SIP/pkg-plist
#	p5-Net-SIP/distinfo
#
echo c - p5-Net-SIP
mkdir -p p5-Net-SIP > /dev/null 2>&1
echo x - p5-Net-SIP/pkg-descr
sed 's/^X//' >p5-Net-SIP/pkg-descr << 'END-of-p5-Net-SIP/pkg-descr'
XNet::SIP consists of packages for handling the SIP packets, for transport of
Xthe packets, for processing the packets and on top of all that a simplified
Xlayer for common tasks.
X
XWWW:	http://search.cpan.org/dist/Net-SIP/
END-of-p5-Net-SIP/pkg-descr
echo x - p5-Net-SIP/Makefile
sed 's/^X//' >p5-Net-SIP/Makefile << 'END-of-p5-Net-SIP/Makefile'
X# New ports collection makefile for:	p5-Net-SIP
X# Date created:		2007-03-01
X# Whom:			Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-SIP
XPORTVERSION=	0.23
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tjs at cdpa.nsysu.edu.tw
XCOMMENT=	Framework SIP (Voice Over IP, RFC3261)
X
XRUN_DEPENDS=	p5-Net-DNS>=0.56:${PORTSDIR}/dns/p5-Net-DNS
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::SIP.3 Net::SIP::Debug.3 \
X		Net::SIP::Dispatcher.3 Net::SIP::Dispatcher::Eventloop.3 \
X		Net::SIP::Endpoint.3 Net::SIP::Endpoint::Context.3 \
X		Net::SIP::Leg.3 Net::SIP::NATHelper::Base.3 \
X		Net::SIP::NATHelper::Client.3 Net::SIP::NATHelper::Local.3 \
X		Net::SIP::NATHelper::Server.3 Net::SIP::Packet.3 \
X		Net::SIP::Registrar.3 Net::SIP::Request.3 \
X		Net::SIP::Response.3 Net::SIP::SDP.3 \
X		Net::SIP::Simple.3 Net::SIP::Simple::Call.3 \
X		Net::SIP::Simple::RTP.3 Net::SIP::StatelessProxy.3 \
X		Net::SIP::Util.3
X
X.include <bsd.port.mk>
END-of-p5-Net-SIP/Makefile
echo x - p5-Net-SIP/pkg-plist
sed 's/^X//' >p5-Net-SIP/pkg-plist << 'END-of-p5-Net-SIP/pkg-plist'
X at comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SIP/.packlist
X%%SITE_PERL%%/Net/SIP.pm
X%%SITE_PERL%%/Net/SIP.pod
X%%SITE_PERL%%/Net/SIP/Debug.pm
X%%SITE_PERL%%/Net/SIP/Debug.pod
X%%SITE_PERL%%/Net/SIP/Dispatcher.pm
X%%SITE_PERL%%/Net/SIP/Dispatcher.pod
X%%SITE_PERL%%/Net/SIP/Dispatcher/Eventloop.pm
X%%SITE_PERL%%/Net/SIP/Dispatcher/Eventloop.pod
X%%SITE_PERL%%/Net/SIP/Endpoint.pm
X%%SITE_PERL%%/Net/SIP/Endpoint.pod
X%%SITE_PERL%%/Net/SIP/Endpoint/Context.pm
X%%SITE_PERL%%/Net/SIP/Endpoint/Context.pod
X%%SITE_PERL%%/Net/SIP/Leg.pm
X%%SITE_PERL%%/Net/SIP/Leg.pod
X%%SITE_PERL%%/Net/SIP/NATHelper/Base.pm
X%%SITE_PERL%%/Net/SIP/NATHelper/Base.pod
X%%SITE_PERL%%/Net/SIP/NATHelper/Client.pm
X%%SITE_PERL%%/Net/SIP/NATHelper/Client.pod
X%%SITE_PERL%%/Net/SIP/NATHelper/Local.pm
X%%SITE_PERL%%/Net/SIP/NATHelper/Local.pod
X%%SITE_PERL%%/Net/SIP/NATHelper/Server.pm
X%%SITE_PERL%%/Net/SIP/NATHelper/Server.pod
X%%SITE_PERL%%/Net/SIP/Packet.pm
X%%SITE_PERL%%/Net/SIP/Packet.pod
X%%SITE_PERL%%/Net/SIP/Registrar.pm
X%%SITE_PERL%%/Net/SIP/Registrar.pod
X%%SITE_PERL%%/Net/SIP/Request.pm
X%%SITE_PERL%%/Net/SIP/Request.pod
X%%SITE_PERL%%/Net/SIP/Response.pm
X%%SITE_PERL%%/Net/SIP/Response.pod
X%%SITE_PERL%%/Net/SIP/SDP.pm
X%%SITE_PERL%%/Net/SIP/SDP.pod
X%%SITE_PERL%%/Net/SIP/Simple.pm
X%%SITE_PERL%%/Net/SIP/Simple.pod
X%%SITE_PERL%%/Net/SIP/Simple/Call.pm
X%%SITE_PERL%%/Net/SIP/Simple/Call.pod
X%%SITE_PERL%%/Net/SIP/Simple/RTP.pm
X%%SITE_PERL%%/Net/SIP/Simple/RTP.pod
X%%SITE_PERL%%/Net/SIP/StatelessProxy.pm
X%%SITE_PERL%%/Net/SIP/StatelessProxy.pod
X%%SITE_PERL%%/Net/SIP/Util.pm
X%%SITE_PERL%%/Net/SIP/Util.pod
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SIP
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
X at dirrm %%SITE_PERL%%/Net/SIP/Dispatcher
X at dirrm %%SITE_PERL%%/Net/SIP/Endpoint
X at dirrm %%SITE_PERL%%/Net/SIP/NATHelper
X at dirrm %%SITE_PERL%%/Net/SIP/Simple
X at dirrmtry %%SITE_PERL%%/Net/SIP
X at dirrmtry %%SITE_PERL%%/Net
END-of-p5-Net-SIP/pkg-plist
echo x - p5-Net-SIP/distinfo
sed 's/^X//' >p5-Net-SIP/distinfo << 'END-of-p5-Net-SIP/distinfo'
XMD5 (Net-SIP-0.23.tar.gz) = b850f954ec9b561377ed7405d2dc9a67
XSHA256 (Net-SIP-0.23.tar.gz) = ef86ac53f381983713b62418830b6a3027d551817383aa39499e6bb66261114e
XSIZE (Net-SIP-0.23.tar.gz) = 116460
END-of-p5-Net-SIP/distinfo
exit
--- p5-Net-SIP-0.23.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list