aboutsummaryrefslogtreecommitdiff
path: root/net/p5-IO-Socket-Multicast6
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-032-2/+5
| | | | | | | | | | | - Use single space after WWW: - Pass maintainership to submitter PR: ports/189260 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352892
* - Stage supportMartin Wilke2014-01-312-3/+1
| | | | Notes: svn path=/head/; revision=341948
* - Reset maintainer due to fatal email bouncesRyan Steinmetz2014-01-161-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=339909
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - convert to the new perl5 frameworkAndrej Zverev2013-09-061-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326526
* - Add missing BUILD_DEPENDS and RUN_DEPENDSSteve Wills2012-03-171-3/+5
| | | | | | | | | | | | | - Bump PORTREVISION - Avoid use of SITE_PERL in DEPENDS - Sort DEPENDS PR: ports/165784 Approved by: maintainer timeout (tjs@cdpa.nsysu.edu.tw, >2 weeks) Feature safe: yes Notes: svn path=/head/; revision=293476
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.Tong LIU2010-08-091-1/+1
| | | | | | | | PR: ports/148309 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=258995
* - Update to 0.03Philip M. Gollucci2010-06-062-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 Notes: svn path=/head/; revision=255942
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo 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) Notes: svn path=/head/; revision=211450
* The IO::Socket::Multicast6 module subclasses IO::Socket::INET6 to enable you toMartin Wilke2007-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> Notes: svn path=/head/; revision=187268