From tjs@pluto.cdpa.nsysu.edu.tw  Sat Mar 10 14:48:39 2007
Return-Path: <tjs@pluto.cdpa.nsysu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C3DCE16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Mar 2007 14:48:39 +0000 (UTC)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: from pluto.cdpa.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30])
	by mx1.freebsd.org (Postfix) with ESMTP id 7C2D013C46B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Mar 2007 14:48:39 +0000 (UTC)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: from pluto.cdpa.nsysu.edu.tw (localhost [127.0.0.1])
	by pluto.cdpa.nsysu.edu.tw (8.13.8/8.13.8) with ESMTP id l2AEmMso015329
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Mar 2007 22:48:22 +0800 (CST)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: (from root@localhost)
	by pluto.cdpa.nsysu.edu.tw (8.13.8/8.13.8/Submit) id l2AEmMIw015328;
	Sat, 10 Mar 2007 22:48:22 +0800 (CST)
	(envelope-from tjs)
Message-Id: <200703101448.l2AEmMIw015328@pluto.cdpa.nsysu.edu.tw>
Date: Sat, 10 Mar 2007 22:48:22 +0800 (CST)
From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net/p5-IO-Socket-Multicast6: Send and receive IPv4 and IPv6 multicast messages
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         110158
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-IO-Socket-Multicast6: Send and receive IPv4 and IPv6 multicast messages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 10 14:50:05 GMT 2007
>Closed-Date:    Tue Mar 13 09:13:28 GMT 2007
>Last-Modified:  Tue Mar 13 09:20:11 GMT 2007
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Feb 24 20:40:22 CST 2007
>Description:
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
>How-To-Repeat:
>Fix:

--- p5-IO-Socket-Multicast6-0.02.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-IO-Socket-Multicast6
#	p5-IO-Socket-Multicast6/pkg-descr
#	p5-IO-Socket-Multicast6/Makefile
#	p5-IO-Socket-Multicast6/pkg-plist
#	p5-IO-Socket-Multicast6/distinfo
#
echo c - p5-IO-Socket-Multicast6
mkdir -p p5-IO-Socket-Multicast6 > /dev/null 2>&1
echo x - p5-IO-Socket-Multicast6/pkg-descr
sed 's/^X//' >p5-IO-Socket-Multicast6/pkg-descr << 'END-of-p5-IO-Socket-Multicast6/pkg-descr'
XThe IO::Socket::Multicast6 module subclasses IO::Socket::INET6 to enable you to
Xmanipulate multicast groups. With this module you will be able to receive
Xincoming multicast transmissions and generate your own outgoing multicast
Xpackets.
X
XThis module uses the same API as IO::Socket::Multicast, but with added support
Xfor IPv6 (IPv4 is still supported). Unlike IO::Socket::Multicast, this is a
Xpure-perl module.
X
XWWW:	http://search.cpan.org/dist/IO-Socket-Multicast6/
END-of-p5-IO-Socket-Multicast6/pkg-descr
echo x - p5-IO-Socket-Multicast6/Makefile
sed 's/^X//' >p5-IO-Socket-Multicast6/Makefile << 'END-of-p5-IO-Socket-Multicast6/Makefile'
X# New ports collection makefile for:	p5-IO-Socket-Multicast6
X# Date created:		2007-03-10
X# Whom:			Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	IO-Socket-Multicast6
XPORTVERSION=	0.02
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	IO
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tjs@cdpa.nsysu.edu.tw
XCOMMENT=	Send and receive IPv4 and IPv6 multicast messages
X
XRUN_DEPENDS=	p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 \
X		p5-IO-Interface>=1.01:${PORTSDIR}/net/p5-IO-Interface \
X		p5-Socket-Multicast6>=0.01:${PORTSDIR}/net/p5-Socket-Multicast6 \
X		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
X
XPERL_MODBUILD=	yes
X
XMAN3=		IO::Socket::Multicast6.3
X
X.include <bsd.port.mk>
END-of-p5-IO-Socket-Multicast6/Makefile
echo x - p5-IO-Socket-Multicast6/pkg-plist
sed 's/^X//' >p5-IO-Socket-Multicast6/pkg-plist << 'END-of-p5-IO-Socket-Multicast6/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/IO/Socket/Multicast6.pm
X@dirrmtry %%SITE_PERL%%/IO/Socket
X@dirrmtry %%SITE_PERL%%/IO
END-of-p5-IO-Socket-Multicast6/pkg-plist
echo x - p5-IO-Socket-Multicast6/distinfo
sed 's/^X//' >p5-IO-Socket-Multicast6/distinfo << 'END-of-p5-IO-Socket-Multicast6/distinfo'
XMD5 (IO-Socket-Multicast6-0.02.tar.gz) = ccc2f461f4936cd4336722872af654dd
XSHA256 (IO-Socket-Multicast6-0.02.tar.gz) = 9d2359516570f2133ab71bc709deba0528fabe0f75a7e4ea10a1377b098feaea
XSIZE (IO-Socket-Multicast6-0.02.tar.gz) = 12156
END-of-p5-IO-Socket-Multicast6/distinfo
exit
--- p5-IO-Socket-Multicast6-0.02.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Mar 10 14:58:26 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110158 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Mar 13 09:13:26 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110158 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110158: commit references a PR
Date: Tue, 13 Mar 2007 09:13:18 +0000 (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"
 
>Unformatted:
