From markun@onohara.to  Tue Apr 15 14:30:11 2008
Return-Path: <markun@onohara.to>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B82251065674
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Apr 2008 14:30:11 +0000 (UTC)
	(envelope-from markun@onohara.to)
Received: from gate.onohara.to (gate.onohara.to [202.222.28.229])
	by mx1.freebsd.org (Postfix) with ESMTP id 4786E8FC1D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Apr 2008 14:30:06 +0000 (UTC)
	(envelope-from markun@onohara.to)
Received: by gate.onohara.to (Postfix, from userid 1000)
	id 85FDA2845D; Tue, 15 Apr 2008 23:30:06 +0900 (JST)
Message-Id: <20080415143006.85FDA2845D@gate.onohara.to>
Date: Tue, 15 Apr 2008 23:30:06 +0900 (JST)
From: Masahiro Teramoto <markun@onohara.to>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] irc/p5-POE-Component-Server-IRC: A fully event-driven networkable IRC server daemon module
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         122793
>Category:       ports
>Synopsis:       [NEW PORT] irc/p5-POE-Component-Server-IRC: A fully event-driven networkable IRC server daemon module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 15 14:40:00 UTC 2008
>Closed-Date:    Wed Apr 16 14:53:07 UTC 2008
>Last-Modified:  Wed Apr 16 15:00:01 UTC 2008
>Originator:     Masahiro Teramoto
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD gate.onohara.to 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: Wed Feb 13 02:40:56 UTC 2008
>Description:
A POE component that implements an IRC server ( ircd ).
It's based on hybrid-7.2.2 and has been tested against
hybrid-7.2.2 and hybrid-7.0. It supports the TS5 server-to-server 
protocol so should support networks based on this protocol.

Author:	Chris Williams <chris@bingosnet.co.uk>
WWW:	http://search.cpan.org/~bingos/POE-Component-Server-IRC/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-POE-Component-Server-IRC-1.30.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-POE-Component-Server-IRC
#	p5-POE-Component-Server-IRC/pkg-descr
#	p5-POE-Component-Server-IRC/Makefile
#	p5-POE-Component-Server-IRC/pkg-plist
#	p5-POE-Component-Server-IRC/distinfo
#
echo c - p5-POE-Component-Server-IRC
mkdir -p p5-POE-Component-Server-IRC > /dev/null 2>&1
echo x - p5-POE-Component-Server-IRC/pkg-descr
sed 's/^X//' >p5-POE-Component-Server-IRC/pkg-descr << 'END-of-p5-POE-Component-Server-IRC/pkg-descr'
XA POE component that implements an IRC server ( ircd ).
XIt's based on hybrid-7.2.2 and has been tested against
Xhybrid-7.2.2 and hybrid-7.0. It supports the TS5 server-to-server 
Xprotocol so should support networks based on this protocol.
X
XAuthor:	Chris Williams <chris@bingosnet.co.uk>
XWWW:	http://search.cpan.org/~bingos/POE-Component-Server-IRC/
END-of-p5-POE-Component-Server-IRC/pkg-descr
echo x - p5-POE-Component-Server-IRC/Makefile
sed 's/^X//' >p5-POE-Component-Server-IRC/Makefile << 'END-of-p5-POE-Component-Server-IRC/Makefile'
X# New ports collection makefile for:	p5-POE-Component-Server-IRC
X# Date created:		2008-04-15
X# Whom:			Masahiro Teramoto <markun@onohara.to>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	POE-Component-Server-IRC
XPORTVERSION=	1.30
XCATEGORIES=	irc perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	markun@onohara.to
XCOMMENT=	A fully event-driven networkable IRC server daemon module
X
XBUILD_DEPENDS=	p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff \
X		p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
X		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
X		p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
X		p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE \
X		p5-POE-Component-Client-DNS>=1:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
X		p5-POE-Component-Client-Ident>=1:${PORTSDIR}/net/p5-POE-Component-Client-Ident \
X		p5-POE-Component-IRC>=5.18:${PORTSDIR}/irc/p5-POE-Component-IRC \
X		p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN1=		pmkpasswd.1
XMAN3=		POE::Component::Server::IRC.3 \
X		POE::Component::Server::IRC::OperServ.3 \
X		POE::Component::Server::IRC::Common.3 \
X		POE::Component::Server::IRC::Pipeline.3 \
X		POE::Component::Server::IRC::Plugin.3 \
X		POE::Component::Server::IRC::Backend.3 \
X		POE::Component::Server::IRC::Test::Plugin.3
X
X.include <bsd.port.mk>
END-of-p5-POE-Component-Server-IRC/Makefile
echo x - p5-POE-Component-Server-IRC/pkg-plist
sed 's/^X//' >p5-POE-Component-Server-IRC/pkg-plist << 'END-of-p5-POE-Component-Server-IRC/pkg-plist'
X@comment $FreeBSD$
Xbin/pmkpasswd
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/IRC/.packlist
X%%SITE_PERL%%/POE/Component/Server/IRC.pm
X%%SITE_PERL%%/POE/Component/Server/IRC/Common.pm
X%%SITE_PERL%%/POE/Component/Server/IRC/OperServ.pm
X%%SITE_PERL%%/POE/Component/Server/IRC/Pipeline.pm
X%%SITE_PERL%%/POE/Component/Server/IRC/Plugin.pm
X%%SITE_PERL%%/POE/Component/Server/IRC/Backend.pm
X%%SITE_PERL%%/POE/Component/Server/IRC/Test/Plugin.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/IRC
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
X@dirrmtry %%SITE_PERL%%/POE/Component/Server/IRC/Test
X@dirrmtry %%SITE_PERL%%/POE/Component/Server/IRC
X@dirrmtry %%SITE_PERL%%/POE/Component/Server
X@dirrmtry %%SITE_PERL%%/POE/Component
X@dirrmtry %%SITE_PERL%%/POE
END-of-p5-POE-Component-Server-IRC/pkg-plist
echo x - p5-POE-Component-Server-IRC/distinfo
sed 's/^X//' >p5-POE-Component-Server-IRC/distinfo << 'END-of-p5-POE-Component-Server-IRC/distinfo'
XMD5 (POE-Component-Server-IRC-1.30.tar.gz) = 3137572ab9b61f72509a89b8a8f609c8
XSHA256 (POE-Component-Server-IRC-1.30.tar.gz) = d274ae7b05e89f3a40cc6cd53995ed921e053cdc722e1394a548e1ed5cde53ff
XSIZE (POE-Component-Server-IRC-1.30.tar.gz) = 90339
END-of-p5-POE-Component-Server-IRC/distinfo
exit
--- p5-POE-Component-Server-IRC-1.30.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Wed Apr 16 10:06:14 UTC 2008 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122793 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Apr 16 14:53:06 UTC 2008 
State-Changed-Why:  
New port added. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122793: commit references a PR
Date: Wed, 16 Apr 2008 14:52:45 +0000 (UTC)

 clsung      2008-04-16 14:52:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc                  Makefile 
   Added files:
     irc/p5-POE-Component-Server-IRC Makefile distinfo pkg-descr 
                                     pkg-descr~ pkg-plist 
   Log:
   A POE component that implements an IRC server ( ircd ).
   It's based on hybrid-7.2.2 and has been tested against
   hybrid-7.2.2 and hybrid-7.0. It supports the TS5 server-to-server
   protocol so should support networks based on this protocol.
   
   Author: Chris Williams <chris@bingosnet.co.uk>
   WWW:    http://search.cpan.org/dist/POE-Component-Server-IRC/
   
   PR:             ports/122793
   Submitted by:   Masahiro Teramoto <markun at onohara.to>
   
   Revision  Changes    Path
   1.162     +1 -0      ports/irc/Makefile
   1.1       +39 -0     ports/irc/p5-POE-Component-Server-IRC/Makefile (new)
   1.1       +3 -0      ports/irc/p5-POE-Component-Server-IRC/distinfo (new)
   1.1       +7 -0      ports/irc/p5-POE-Component-Server-IRC/pkg-descr (new)
   1.1       +7 -0      ports/irc/p5-POE-Component-Server-IRC/pkg-descr~ (new)
   1.1       +19 -0     ports/irc/p5-POE-Component-Server-IRC/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:
