Path to this page:
NOTICE: This package has been removed from pkgsrc./
net/p5-INET6,
Object interface for AF_INET and AF_INET6 domain sockets
Branch: CURRENT,
Version: 2.56nb1,
Package name: p5-INET6-2.56nb1,
Maintainer: adrianpIO::Socket::INET6 provides an object interface to creating and using sockets
in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket
interface and inherits all the methods defined by IO::Socket.
Required to run:[
lang/perl5] [
net/p5-Socket6]
Master sites: (Expand)
SHA1: 90e0f7d481278cbe837e14bac89deddcb90b5bab
RMD160: 8f5c3e09597f003475f4bbfa709b3980057e5df8
Filesize: 11.994 KB
Version history: (Expand)
- (2009-03-08) Package deleted from pkgsrc
- (2008-10-20) Updated to version: p5-INET6-2.56nb1
- (2008-10-13) Updated to version: p5-INET6-2.56
- (2005-10-05) Package added to pkgsrc.se, version p5-INET6-2.01nb1 (created)
CVS history: (Expand)
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-10-12 20:44:01 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update to version 2.56.
Approved by MAINTAINER.
Pkgsrc changes: switched to the IO-Socket-INET6 distribution
tarball without changing the package name, mark as not
requiring any compiler.
Changes since last packaged version (2.01):
2008-10-06 Shlomi Fish <shlomif@iglu.org.il>
* Applied a modified version of a patch by Anicka Bernathova
<anicka@suse.cz>:
{{{
Previously IO-Socket-INET6 tried to bind even when one side
is AF_INET and the other AF_INET6 and this cannot work.
The FAMILY_CHECK loop is meant to make sure both sides have
the same family.
}}}
* New Release IO-Socket-INET6-2.56
2008-09-24 Shlomi Fish <shlomif@iglu.org.il>
* Fixed: http://rt.cpan.org/Ticket/Display.html?id=39550 :
Problem with connect to IPv4 w/o given domain on FreeBSD6.1 (and
other BSD systems). (Thanks to Steffen Ullrich)
* New Release IO-Socket-INET6-2.55
2008-02-22 Shlomi Fish <shlomif@iglu.org.il>
* Added pack_sockaddr_in6_all to the imports from Socket6 to fix
the "configure" sub in several cases. Added t/configure6.t to test it.
* New Release IO-Socket-INET6-2.54
2008-02-21 Shlomi Fish <shlomif@iglu.org.il>
* Converted to Build.PL and placed INET6.pm under lib/.
* Added a "repository" URL to the POD.
* Added the pod.t and pod-coverage.t files and we now have full POD
coverage.
* Added more dependencies to the Build.PL.
* Added the credit of "Shlomi Fish".
* Changed the email address of Rafael to the new one in the ChangeLog
and README files.
* Someone reported that sockflow() and peerflow() were broken. The reason
for that was that unpack_sockaddr_in6_all was not imported from Socket6.
This release fixes it (with tests in t/host6.t).
* New Release IO-Socket-INET6-2.53
2008-02-05 Shlomi Fish <shlomif@iglu.org.il>
* New Release IO-Socket-INET6-2.52
* Added a test for peerhost() too.
* Fixed sockhost() with the fact that inet_ntop() was not imported.
- Added a test.
* Added "use warnings" to IO::Socket::INET6.
* Added a modified version of my patch (with more comments) to patch
the problems I found in IO-Socket-INET6. (generating
warnings upon using and failed tests.).
2004-18-10 Rafael Martinez Torres <rmartine@fdi.ucm.es>
* New Release INET6-2.51 .
* Patch from David Town <David.Town@marconi.com>
- peeraddr(), sockaddr() methods implemented.
- peerhost(), peerport(), sockhost(), sockport() improved efficiency.
- New optional parameters: Local(Peer)Flow,Local(Peer)Scopeid. (Only for IPv6)
- Local hack for MSWin32 platforms.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2007-04-18 00:52:04 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Don't use | in the comment. From Woodstock in #pkgsrc.
|
2006-11-05 18:31:10 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message:
DESTDIR support.
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578) |
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
2005-05-23 10:26:17 by Roland Illig | Files touched by this commit (270) |
Log message:
Removed trailing white-space.
|