The IO::Socket::Multicast6 module subclasses IO::Socket::INET6 to enable you to manipulate multicast groups. With this module you will be able to receive incoming multicast transmissions and generate your own outgoing multicast packets. This module uses the same API as IO::Socket::Multicast, but with added support for IPv6 (IPv4 is still supported). Unlike IO::Socket::Multicast, this is a pure-perl module. WWW: http://search.cpan.org/dist/IO-Socket-Multicast6/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-03-13 09:13:15 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-IO-Socket-Multicast6 Makefile distinfo pkg-descr pkg-plist Log: The IO::Socket::Multicast6 module subclasses IO::Socket::INET6 to enable you to manipulate multicast groups. With this module you will be able to receive incoming multicast transmissions and generate your own outgoing multicast packets. This module uses the same API as IO::Socket::Multicast, but with added support for IPv6 (IPv4 is still supported). Unlike IO::Socket::Multicast, this is a pure-perl module. WWW: http://search.cpan.org/dist/IO-Socket-Multicast6/ PR: ports/110158 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Revision Changes Path 1.1831 +1 -0 ports/net/Makefile 1.1 +27 -0 ports/net/p5-IO-Socket-Multicast6/Makefile (new) 1.1 +3 -0 ports/net/p5-IO-Socket-Multicast6/distinfo (new) 1.1 +10 -0 ports/net/p5-IO-Socket-Multicast6/pkg-descr (new) 1.1 +4 -0 ports/net/p5-IO-Socket-Multicast6/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!