summaryrefslogtreecommitdiff
path: root/net/p5-INET6
AgeCommit message (Collapse)AuthorFilesLines
2009-03-07Remove the net/p5-INET6 package, no packages in pkgsrc use it anymore.seb3-30/+0
Please note that the package net/p5-IO-Socket-INET6 provides exactly the same Perl 5 module, namely IO::Socket::INET6. Make the MAINTAINER of the now defunct package net/p5-INET6 the MAINTAINER of net/p5-IO-Socket-INET6. Approved by net/p5-INET6's MAINTAINER.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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-12Update to version 2.56.seb2-9/+9
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-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-04-17Don't use | in the comment. From Woodstock in #pkgsrc.joerg1-2/+2
2006-11-05DESTDIR support.joerg1-1/+3
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam2-20/+4
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-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
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-23Removed trailing white-space.rillig1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-29- Bump to 2.01adrianp2-7/+6
* New Release INET6-2.01 . * Patch from Wouter de Jong <wouter (at) widexs.nl> - fixing the parser on regexp at sock_info() * Patch from Olaf M.Kolkman <olafr (at) ipe.net> - Toggle the -w flag to avoid some warning messages around tests * fixing peerhost method.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-05-08Convert to buildlink3.snj3-25/+21
2004-01-28CATEGORIES: net first, then perl5. remove wip.grant1-2/+2
2003-12-17Use buildlinkmartti1-1/+2
2003-12-17Initial versionmartti1-0/+22
2003-12-16IO::Socket::INET6 provides an object interface to creating and using socketsmartti4-0/+25
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.