Bug 110158 - [NEW PORT] net/p5-IO-Socket-Multicast6: Send and receive IPv4 and IPv6 multicast messages
Summary: [NEW PORT] net/p5-IO-Socket-Multicast6: Send and receive IPv4 and IPv6 multic...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-10 14:50 UTC by tjs
Modified: 2007-03-13 09:20 UTC (History)
0 users

See Also:


Attachments
p5-IO-Socket-Multicast6-0.02.shar (2.75 KB, text/plain)
2007-03-10 14:50 UTC, tjs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description tjs 2007-03-10 14:50:05 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-03-10 14:58:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-13 09:13:18 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-03-13 09:13:26 UTC
State Changed
From-To: open->closed

New port added. Thanks!