From root@3wgraphics.com  Wed Dec 12 16:02:17 2001
Return-Path: <root@3wgraphics.com>
Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98])
	by hub.freebsd.org (Postfix) with ESMTP id 6D17937B417
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Dec 2001 16:02:16 -0800 (PST)
Received: from 3wgraphics.com (ppp-9-067.comintern.ru [213.148.9.67])
          by darkone.comintern.net (8.11.6/8.11.6) with ESMTP id fBBIBFs361084
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Dec 2001 21:11:15 +0300 (MSD)
Received: from root by 3wgraphics.com with local (Exim 3.33 #1)
	id 16DrJE-000OXl-00
	for FreeBSD-gnats-submit@freebsd.org; Tue, 11 Dec 2001 21:07:16 +0300
Message-Id: <E16DrJE-000OXl-00@3wgraphics.com>
Date: Tue, 11 Dec 2001 21:07:16 +0300
From: skv@protey.ru
Reply-To: skv@protey.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: p5-POE-Component-IKC-ReallySimple-0.01 
X-Send-Pr-Version: 3.2

>Number:         32786
>Category:       ports
>Synopsis:       New port: p5-POE-Component-IKC-ReallySimple-0.01
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 12 16:10:05 PST 2001
>Closed-Date:    Thu Dec 13 04:36:24 PST 2001
>Last-Modified:  Thu Dec 13 04:36:34 PST 2001
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

New port: p5-POE-Component-IKC-ReallySimple-0.01

POE Component for simple inter-kernel communication

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

# 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-IKC-ReallySimple
#	p5-POE-Component-IKC-ReallySimple/distinfo
#	p5-POE-Component-IKC-ReallySimple/Makefile
#	p5-POE-Component-IKC-ReallySimple/pkg-comment
#	p5-POE-Component-IKC-ReallySimple/pkg-descr
#	p5-POE-Component-IKC-ReallySimple/pkg-plist
#
echo c - p5-POE-Component-IKC-ReallySimple
mkdir -p p5-POE-Component-IKC-ReallySimple > /dev/null 2>&1
echo x - p5-POE-Component-IKC-ReallySimple/distinfo
sed 's/^X//' >p5-POE-Component-IKC-ReallySimple/distinfo << 'END-of-p5-POE-Component-IKC-ReallySimple/distinfo'
XMD5 (POE-Component-IKC-ReallySimple-0.01.tar.gz) = f61c1685a8b29109e25d2fbbcc09d2b9
END-of-p5-POE-Component-IKC-ReallySimple/distinfo
echo x - p5-POE-Component-IKC-ReallySimple/Makefile
sed 's/^X//' >p5-POE-Component-IKC-ReallySimple/Makefile << 'END-of-p5-POE-Component-IKC-ReallySimple/Makefile'
X# New ports collection makefile for:	POE-Component-IKC-ReallySimple
X# Date created:		7 Dec 2001
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	POE-Component-IKC-ReallySimple
XPORTVERSION=	0.01
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	POE
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE/Component/IKC/Responder.pm:${PORTSDIR}/devel/p5-POE-Component-IKC
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		POE::Component::IKC::ReallySimple.3
X
X.include <bsd.port.mk>
END-of-p5-POE-Component-IKC-ReallySimple/Makefile
echo x - p5-POE-Component-IKC-ReallySimple/pkg-comment
sed 's/^X//' >p5-POE-Component-IKC-ReallySimple/pkg-comment << 'END-of-p5-POE-Component-IKC-ReallySimple/pkg-comment'
XPOE Component for simple inter-kernel communication
END-of-p5-POE-Component-IKC-ReallySimple/pkg-comment
echo x - p5-POE-Component-IKC-ReallySimple/pkg-descr
sed 's/^X//' >p5-POE-Component-IKC-ReallySimple/pkg-descr << 'END-of-p5-POE-Component-IKC-ReallySimple/pkg-descr'
XPOE::Component::IKC::ReallySimple tries to make inter-kernel communication very
Xsimple. POE::Component::IKC is great but it can be a lot of setup for simple
Xprojects. This module hides the ick and complication of inter-kernel messaging.
X
XWWW: http://search.cpan.org/search?dist=POE-Component-IKC-ReallySimple
X
X-- Sergey Skvortsov
Xskv@protey.ru
END-of-p5-POE-Component-IKC-ReallySimple/pkg-descr
echo x - p5-POE-Component-IKC-ReallySimple/pkg-plist
sed 's/^X//' >p5-POE-Component-IKC-ReallySimple/pkg-plist << 'END-of-p5-POE-Component-IKC-ReallySimple/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IKC/ReallySimple/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC/ReallySimple.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IKC/ReallySimple
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IKC 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
END-of-p5-POE-Component-IKC-ReallySimple/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Thu Dec 13 04:36:24 PST 2001 
State-Changed-Why:  
committed, thanks 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32786 
>Unformatted:
