2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message: since perl is now built with threads on most platforms, the perl archlib 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-08 09:37:41 by Soren Jacobsen | Files touched by this commit (14) |
Log message: Convert to buildlink3. |
2004-01-28 03:21:04 by grant beattie | Files touched by this commit (1) |
Log message: CATEGORIES: net first, then perl5. remove wip. |
2003-12-17 15:22:30 by Martti Kuparinen | Files touched by this commit (1) |
Log message: Use buildlink |
2003-12-17 15:21:45 by Martti Kuparinen | Files touched by this commit (1) |
Log message: Initial version |
2003-12-16 20:41:04 by Martti Kuparinen | Files touched by this commit (4) | ![]() |
Log message: IO::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. |