aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-IO-Socket-Multicast6
Commit message (Collapse)AuthorAgeFilesLines
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.nemoliu2010-08-091-1/+1
| | | | | PR: ports/148309 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* - Update to 0.03pgollucci2010-06-072-4/+4
| | | | | | | PR: ports/147392 Approved by: tjs@cdpa.nsysu.edu.tw (maintainer) Submitted by: myself (pgollucci@) Changes: http://search.cpan.org/dist/IO-Socket-Multicast6/Changes
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* The IO::Socket::Multicast6 module subclasses IO::Socket::INET6 to enable you tomiwi2007-03-134-0/+44
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>