Date: Mon, 12 Jun 2006 23:58:46 +0300 (IDT) From: Rouslan Iskhakov <rouslan@rshell.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98874: New port devel/p5-Pipeline Pipeline - Generic pipeline interface Message-ID: <200606122058.k5CKwkoV053873@fin.rshell.net> Resent-Message-ID: <200606122100.k5CL0hOC047692@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98874 >Category: ports >Synopsis: New port devel/p5-Pipeline Pipeline - Generic pipeline interface >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 12 21:00:41 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606122058.k5CKwkoV053873>