./net/p5-IO-Socket-INET6, Perl object interface for AF_INET|AF_INET6 domain sockets

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.57, Package name: p5-IO-Socket-INET6-2.57, Maintainer: pkgsrc-users

IO::Socket::INET6 provides an object interface to creating and
using sockets in both AF_INET|AF_INET6 domain. It is built upon
the IO::Socket interface and inherits all the methods defined by
IO::Socket.

WARNING: You should use this module mainly to program IPv6 domain.
Most pobably future releases will not support AF_INET | AF_UNSPEC
options, as the module seems to fail on some given corner cases.
If you require IPv4, you are encouraged to use IO::Socket::INET
from the application level. Be warned.


Required to run:
[lang/perl5] [net/p5-Socket6]

Master sites: (Expand)

SHA1: 6191a53532c575e1d03c5f7df655c2980a93c620
RMD160: c4e3ebe8333295ef0af0c7031839d4c5233ea81c
Filesize: 14.395 KB

Version history: (Expand)


CVS history: (Expand)


   2009-12-15 14:22:12 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 2.57, set LICENSE.

2009-11-23 Shlomi Fish <shlomif@iglu.org.il>
	* Applied a modified version of a patch by Matthew Horsfall
	<wolfsage@gmail.com> in order to add t/blocking.t and deal with the
	blocking sockets properly.
	* New Release IO-Scoket-INET6-2.57
   2009-07-17 20:00:26 by Adrian Portelli | Files touched by this commit (126)
Log message:
Give up MAINTAINER
   2009-05-02 18:21:46 by Jeremy C. Reed | Files touched by this commit (25)
Log message:
Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.

This was for some from 2008 and 2009 and one from 2001.

Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
   2008-11-05 16:20:39 by Thomas Klausner | Files touched by this commit (3) | Imported package
Log message:
Import p5-IO-Socket-INET6-2.56 as net/p5-IO-Socket-INET6.

IO::Socket::INET6 provides an object interface to creating and
using sockets in both AF_INET|AF_INET6 domain. It is built upon
the IO::Socket interface and inherits all the methods defined by
IO::Socket.

WARNING: You should use this module mainly to program IPv6 domain.
Most pobably future releases will not support AF_INET | AF_UNSPEC
options, as the module seems to fail on some given corner cases.
If you require IPv4, you are encouraged to use IO::Socket::INET
from the application level. Be warned.