From owner-freebsd-ports Wed Dec 12 16:13:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34CF737B437 for ; Wed, 12 Dec 2001 16:10:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD0A4F10365; Wed, 12 Dec 2001 16:10:04 -0800 (PST) (envelope-from gnats) Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98]) by hub.freebsd.org (Postfix) with ESMTP id 7CEBC37B417 for ; Wed, 12 Dec 2001 16:02:11 -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 fBBIDTs362765 for ; Tue, 11 Dec 2001 21:13:29 +0300 (MSD) Received: from root by 3wgraphics.com with local (Exim 3.33 #1) id 16DrLM-000OiM-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 11 Dec 2001 21:09:28 +0300 Message-Id: Date: Tue, 11 Dec 2001 21:09:28 +0300 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/32783: New port: p5-POE-Component-DBIAgent-0.11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32783 >Category: ports >Synopsis: New port: p5-POE-Component-DBIAgent-0.11 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 12 16:10:04 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: >Description: New port: p5-POE-Component-DBIAgent-0.11 POE Component for running asynchronous DBI calls >How-To-Repeat: >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-DBIAgent # p5-POE-Component-DBIAgent/distinfo # p5-POE-Component-DBIAgent/Makefile # p5-POE-Component-DBIAgent/pkg-comment # p5-POE-Component-DBIAgent/pkg-descr # p5-POE-Component-DBIAgent/pkg-plist # echo c - p5-POE-Component-DBIAgent mkdir -p p5-POE-Component-DBIAgent > /dev/null 2>&1 echo x - p5-POE-Component-DBIAgent/distinfo sed 's/^X//' >p5-POE-Component-DBIAgent/distinfo << 'END-of-p5-POE-Component-DBIAgent/distinfo' XMD5 (POE-Component-DBIAgent-0.11.tar.gz) = 59ca46f8c906f72945a59b0c9b103a2f END-of-p5-POE-Component-DBIAgent/distinfo echo x - p5-POE-Component-DBIAgent/Makefile sed 's/^X//' >p5-POE-Component-DBIAgent/Makefile << 'END-of-p5-POE-Component-DBIAgent/Makefile' X# New ports collection makefile for: POE-Component-DBIAgent X# Date created: 10 Dec 2001 X# Whom: Sergey Skvortsov X# X# $FreeBSD$ X# X XPORTNAME= POE-Component-DBIAgent XPORTVERSION= 0.11 XCATEGORIES= devel perl5 databases 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}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= POE::Component::DBIAgent.3 POE::Component::DBIAgent::Helper.3 \ X POE::Component::DBIAgent::Queue.3 X X.include END-of-p5-POE-Component-DBIAgent/Makefile echo x - p5-POE-Component-DBIAgent/pkg-comment sed 's/^X//' >p5-POE-Component-DBIAgent/pkg-comment << 'END-of-p5-POE-Component-DBIAgent/pkg-comment' XPOE Component for running asynchronous DBI calls END-of-p5-POE-Component-DBIAgent/pkg-comment echo x - p5-POE-Component-DBIAgent/pkg-descr sed 's/^X//' >p5-POE-Component-DBIAgent/pkg-descr << 'END-of-p5-POE-Component-DBIAgent/pkg-descr' XThe DBIAgent is your answer to non-blocking DBI in POE. X XIt fires off child processes (configurable, defaults to 3) and feeds Xdatabase queries to it via two-way pipe (or however Wheel::Run is able Xto manage it). X XWWW: http://search.cpan.org/search?dist=POE-Component-DBIAgent X X-- Sergey Skvortsov Xskv@protey.ru END-of-p5-POE-Component-DBIAgent/pkg-descr echo x - p5-POE-Component-DBIAgent/pkg-plist sed 's/^X//' >p5-POE-Component-DBIAgent/pkg-plist << 'END-of-p5-POE-Component-DBIAgent/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/DBIAgent/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/POE/Component/DBIAgent.pm Xlib/perl5/site_perl/%%PERL_VER%%/POE/Component/DBIAgent/Helper.pm Xlib/perl5/site_perl/%%PERL_VER%%/POE/Component/DBIAgent/Queue.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Component/DBIAgent X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/DBIAgent 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 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-DBIAgent/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message