Date: Fri, 25 Nov 2011 01:58:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-IO-Socket-IP Makefile distinfo pkg-descr pkg-plist Message-ID: <201111250158.pAP1wdY8085603@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sunpoet 2011-11-25 01:58:39 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/p5-IO-Socket-IP Makefile distinfo pkg-descr pkg-plist
Log:
- Add p5-IO-Socket-IP 0.07
IO::Socket::IP provides a protocol-independent way to use IPv4 and IPv6 sockets,
as a drop-in replacement for IO::Socket::INET. Most constructor arguments and
methods are provided in a backward-compatible way. For a list of known
differences, see the IO::Socket::INET INCOMPATIBILITES section below.
It uses the getaddrinfo(3) function to convert hostnames and service names or
port numbers into sets of possible addresses to connect to or listen on. This
allows it to work for IPv6 where the system supports it, while still falling
back to IPv4-only on systems which don't.
WWW: http://search.cpan.org/dist/IO-Socket-IP/
Feature safe: yes
Revision Changes Path
1.2411 +1 -0 ports/net/Makefile
1.1 +24 -0 ports/net/p5-IO-Socket-IP/Makefile (new)
1.1 +2 -0 ports/net/p5-IO-Socket-IP/distinfo (new)
1.1 +11 -0 ports/net/p5-IO-Socket-IP/pkg-descr (new)
1.1 +7 -0 ports/net/p5-IO-Socket-IP/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111250158.pAP1wdY8085603>
