From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 10 00:00:14 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDF4916A46E for ; Sun, 10 Jun 2007 00:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C18DA13C458 for ; Sun, 10 Jun 2007 00:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5A00EwF046626 for ; Sun, 10 Jun 2007 00:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5A00Eg9046625; Sun, 10 Jun 2007 00:00:14 GMT (envelope-from gnats) Resent-Date: Sun, 10 Jun 2007 00:00:14 GMT Resent-Message-Id: <200706100000.l5A00Eg9046625@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4549916A400 for ; Sat, 9 Jun 2007 23:56:16 +0000 (UTC) (envelope-from gslin@ccreader.NCTU.edu.tw) Received: from ccreader.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.freebsd.org (Postfix) with ESMTP id DE28813C469 for ; Sat, 9 Jun 2007 23:56:15 +0000 (UTC) (envelope-from gslin@ccreader.NCTU.edu.tw) Received: by ccreader.NCTU.edu.tw (Postfix, from userid 1000) id 0DB8D5C1F; Sun, 10 Jun 2007 07:56:15 +0800 (CST) Message-Id: <20070609235615.0DB8D5C1F@ccreader.NCTU.edu.tw> Date: Sun, 10 Jun 2007 07:56:15 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/113505: [NEW PORT] devel/p5-IO-Async: Perl modules that implement asynchronous filehandle IO X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2007 00:00:15 -0000 >Number: 113505 >Category: ports >Synopsis: [NEW PORT] devel/p5-IO-Async: Perl modules that implement asynchronous filehandle IO >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 10 00:00:13 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD ccreader.NCTU.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #1: Tue Jun 5 03:26:27 CST >Description: This collection of modules allows programs to be written that perform asynchronous filehandle IO operations. A typical program using them would consist of a single subclass of IO::Async::Set to act as a container for a number of IO::Async::Notifier objects (or subclasses thereof). The set itself is responsible for checking read- or write-readiness, and informing the notifiers of these conditions. The notifiers then perform whatever work is required on these conditions, by using subclass methods or callback functions. WWW: http://search.cpan.org/dist/IO-Async/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-IO-Async-0.07.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-IO-Async # p5-IO-Async/pkg-descr # p5-IO-Async/Makefile # p5-IO-Async/pkg-plist # p5-IO-Async/distinfo # echo c - p5-IO-Async mkdir -p p5-IO-Async > /dev/null 2>&1 echo x - p5-IO-Async/pkg-descr sed 's/^X//' >p5-IO-Async/pkg-descr << 'END-of-p5-IO-Async/pkg-descr' XThis collection of modules allows programs to be written that perform Xasynchronous filehandle IO operations. A typical program using them Xwould consist of a single subclass of IO::Async::Set to act as a Xcontainer for a number of IO::Async::Notifier objects (or subclasses Xthereof). The set itself is responsible for checking read- or Xwrite-readiness, and informing the notifiers of these conditions. The Xnotifiers then perform whatever work is required on these conditions, Xby using subclass methods or callback functions. X XWWW: http://search.cpan.org/dist/IO-Async/ END-of-p5-IO-Async/pkg-descr echo x - p5-IO-Async/Makefile sed 's/^X//' >p5-IO-Async/Makefile << 'END-of-p5-IO-Async/Makefile' X# New ports collection makefile for: p5-IO-Async X# Date created: 2007-06-10 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= IO-Async XPORTVERSION= 0.07 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= IO XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Perl modules that implement asynchronous filehandle IO X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Poll.pm:${PORTSDIR}/devel/p5-IO X XPERL_CONFIGURE= yes X XMAN3= IO::Async.3 IO::Async::Buffer.3 IO::Async::ChildManager.3 \ X IO::Async::Notifier.3 IO::Async::Set.3 \ X IO::Async::Set::GMainLoop.3 IO::Async::Set::IO_Poll.3 \ X IO::Async::Set::Select.3 IO::Async::SignalProxy.3 X X.include END-of-p5-IO-Async/Makefile echo x - p5-IO-Async/pkg-plist sed 's/^X//' >p5-IO-Async/pkg-plist << 'END-of-p5-IO-Async/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async/.packlist X%%SITE_PERL%%/IO/Async.pod X%%SITE_PERL%%/IO/Async/Buffer.pm X%%SITE_PERL%%/IO/Async/ChildManager.pm X%%SITE_PERL%%/IO/Async/Notifier.pm X%%SITE_PERL%%/IO/Async/Set.pm X%%SITE_PERL%%/IO/Async/Set/GMainLoop.pm X%%SITE_PERL%%/IO/Async/Set/IO_Poll.pm X%%SITE_PERL%%/IO/Async/Set/Select.pm X%%SITE_PERL%%/IO/Async/SignalProxy.pm X@dirrmtry %%SITE_PERL%%/mach/auto/IO/Async X@dirrmtry %%SITE_PERL%%/mach/auto/IO X@dirrmtry %%SITE_PERL%%/IO/Async/Set X@dirrmtry %%SITE_PERL%%/IO/Async X@dirrmtry %%SITE_PERL%%/IO END-of-p5-IO-Async/pkg-plist echo x - p5-IO-Async/distinfo sed 's/^X//' >p5-IO-Async/distinfo << 'END-of-p5-IO-Async/distinfo' XMD5 (IO-Async-0.07.tar.gz) = d0addd5a98b59de0c15f6542937ec7f9 XSHA256 (IO-Async-0.07.tar.gz) = 133efb840a7d8d558de7c875aadc176b6dea4d786a6aa53b7eedfb2b223968d2 XSIZE (IO-Async-0.07.tar.gz) = 30647 END-of-p5-IO-Async/distinfo exit --- p5-IO-Async-0.07.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: