From rouslan@rshell.net  Mon Jun 12 20:59:03 2006
Return-Path: <rouslan@rshell.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9C9A216A41A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Jun 2006 20:59:03 +0000 (UTC)
	(envelope-from rouslan@rshell.net)
Received: from smtp1.actcom.co.il (mx1.actcom.co.il [192.114.47.64])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 61DAC43D70
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Jun 2006 20:59:01 +0000 (GMT)
	(envelope-from rouslan@rshell.net)
Received: from fin.rshell.net (fin.rshell.net [192.115.133.35])
	by smtp1.actcom.co.il (8.13.3/8.13.3) with ESMTP id k5CKwsFs012832
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Jun 2006 23:58:59 +0300
Received: from fin.rshell.net (localhost.rshell.net [127.0.0.1])
	by fin.rshell.net (8.13.6/8.13.6) with ESMTP id k5CKwk7j053874
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Jun 2006 23:58:46 +0300 (IDT)
	(envelope-from rouslan@fin.rshell.net)
Received: (from root@localhost)
	by fin.rshell.net (8.13.6/8.13.6/Submit) id k5CKwkoV053873;
	Mon, 12 Jun 2006 23:58:46 +0300 (IDT)
	(envelope-from rouslan)
Message-Id: <200606122058.k5CKwkoV053873@fin.rshell.net>
Date: Mon, 12 Jun 2006 23:58:46 +0300 (IDT)
From: Rouslan Iskhakov <rouslan@rshell.net>
Reply-To: Rouslan Iskhakov <rouslan@rshell.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port devel/p5-Pipeline Pipeline - Generic pipeline interface
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         98874
>Category:       ports
>Synopsis:       New port devel/p5-Pipeline Pipeline - Generic pipeline interface
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    aaron
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 12 21:00:41 GMT 2006
>Closed-Date:    Tue Jun 13 01:34:45 GMT 2006
>Last-Modified:  Tue Jun 13 01:34:45 GMT 2006
>Originator:     Rouslan Iskhakov
>Release:        FreeBSD 5.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fin.rshell.net 5.5-RELEASE FreeBSD 5.5-RELEASE #9: Mon May 29 20:19:43 IDT 2006 rouslan@fin.rshell.net:/usr/obj/usr/src/sys/FIN_PF i386


	
>Description:
	"Pipelines" are a mechanism to process data. They are designed to be
    plugged together to make fairly complex operations act in a fairly
    straightforward manner, cleanly, and simply.
>How-To-Repeat:
	
>Fix:

	

--- p5-Pipeline.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-Pipeline
#	p5-Pipeline/pkg-plist
#	p5-Pipeline/pkg-descr
#	p5-Pipeline/distinfo
#	p5-Pipeline/Makefile
#
echo c - p5-Pipeline
mkdir -p p5-Pipeline > /dev/null 2>&1
echo x - p5-Pipeline/pkg-plist
sed 's/^X//' >p5-Pipeline/pkg-plist << 'END-of-p5-Pipeline/pkg-plist'
X%%SITE_PERL%%/Pipeline.pm
X%%SITE_PERL%%/Pipeline/Analyser.pm
X%%SITE_PERL%%/Pipeline/Base.pm
X%%SITE_PERL%%/Pipeline/Dispatch.pm
X%%SITE_PERL%%/Pipeline/Dumper.pm
X%%SITE_PERL%%/Pipeline/Error/Abstract.pm
X%%SITE_PERL%%/Pipeline/Error/AsyncResults.pm
X%%SITE_PERL%%/Pipeline/Error/Construction.pm
X%%SITE_PERL%%/Pipeline/Production.pm
X%%SITE_PERL%%/Pipeline/Segment.pm
X%%SITE_PERL%%/Pipeline/Segment/Async.pm
X%%SITE_PERL%%/Pipeline/Segment/Async/Fork.pm
X%%SITE_PERL%%/Pipeline/Segment/Async/Handler.pm
X%%SITE_PERL%%/Pipeline/Segment/Async/IThreads.pm
X%%SITE_PERL%%/Pipeline/Segment/Tester.pm
X%%SITE_PERL%%/Pipeline/Store.pm
X%%SITE_PERL%%/Pipeline/Store/ISA.pm
X%%SITE_PERL%%/Pipeline/Store/Simple.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pipeline/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pipeline
X@dirrm %%SITE_PERL%%/Pipeline/Store
X@dirrm %%SITE_PERL%%/Pipeline/Segment/Async
X@dirrm %%SITE_PERL%%/Pipeline/Segment
X@dirrm %%SITE_PERL%%/Pipeline/Error
X@dirrm %%SITE_PERL%%/Pipeline
END-of-p5-Pipeline/pkg-plist
echo x - p5-Pipeline/pkg-descr
sed 's/^X//' >p5-Pipeline/pkg-descr << 'END-of-p5-Pipeline/pkg-descr'
X"Pipelines" are a mechanism to process data. They are designed to be
Xplugged together to make fairly complex operations act in a fairly
Xstraightforward manner, cleanly, and simply.
X
XWWW: http://search.cpan.org/dist/Pipeline/
END-of-p5-Pipeline/pkg-descr
echo x - p5-Pipeline/distinfo
sed 's/^X//' >p5-Pipeline/distinfo << 'END-of-p5-Pipeline/distinfo'
XMD5 (Pipeline-3.12.tar.gz) = 52cbc818aa18f7307dc00624741e5a73
XSHA256 (Pipeline-3.12.tar.gz) = c3e242f675b61dc0a3dec670fbcbe3ff5b0bbe952333377cb3acb86796b3de01
XSIZE (Pipeline-3.12.tar.gz) = 19821
END-of-p5-Pipeline/distinfo
echo x - p5-Pipeline/Makefile
sed 's/^X//' >p5-Pipeline/Makefile << 'END-of-p5-Pipeline/Makefile'
X# New ports collection makefile for:	p5-Pipeline
X# Date Created:				11 June 2006
X# Whom:					Rouslan Iskhakov <rouslan@rshell.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Pipeline
XPORTVERSION=	3.12
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../../authors/id/R/RC/RCLAMP
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	rouslan@rshell.net
XCOMMENT=	Pipeline - Generic pipeline interface
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
X		${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
X		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
X		${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
X		${SITE_PERL}/IO/Null.pm:${PORTSDIR}/devel/p5-IO-Null \
X		${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
X		${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \
X		${SITE_PERL}/${PERL_ARCH}/Data/Structure/Util.pm:${PORTSDIR}/devel/p5-Data-Structure-Util
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Pipeline::Segment.3 Pipeline::Store::ISA.3 Pipeline.3 \
X		Pipeline::Segment::Async::Handler.3 Pipeline::Analyser.3 \
X		Pipeline::Production.3 Pipeline::Store::Simple.3 \
X		Pipeline::Segment::Async.3 Pipeline::Store.3 \
X		Pipeline::Error::Construction.3 Pipeline::Dispatch.3 \
X		Pipeline::Base.3 Pipeline::Segment::Async::Fork.3 \
X		Pipeline::Error::Abstract.3 Pipeline::Dumper.3 \
X		Pipeline::Error::AsyncResults.3 Pipeline::Segment::Tester.3 \
X		Pipeline::Segment::Async::IThreads.3
X
X.include <bsd.port.mk>
END-of-p5-Pipeline/Makefile
exit
--- p5-Pipeline.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->aaron 
Responsible-Changed-By: aaron 
Responsible-Changed-When: Tue Jun 13 00:33:24 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98874 
State-Changed-From-To: open->closed 
State-Changed-By: aaron 
State-Changed-When: Tue Jun 13 01:34:43 UTC 2006 
State-Changed-Why:  
New port added, with changes.  In the future, please make sure you run 
'portlint -A' before submitting.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98874 
>Unformatted:
