From owner-cvs-ports@FreeBSD.ORG Thu Dec 4 18:17:27 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F24E106564A; Thu, 4 Dec 2008 18:17:27 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8EBA78FC08; Thu, 4 Dec 2008 18:17:27 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mB4IHR68007862; Thu, 4 Dec 2008 18:17:27 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB4IHRaB007861; Thu, 4 Dec 2008 18:17:27 GMT (envelope-from leeym) Message-Id: <200812041817.mB4IHRaB007861@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 4 Dec 2008 18:17:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Data-Stream-Bulk Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2008 18:17:27 -0000 leeym 2008-12-04 18:17:27 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Data-Stream-Bulk Makefile distinfo pkg-descr pkg-plist Log: - add Data::Stream::Bulk 0.03 This module tries to find middle ground between one at a time and all at once processing of data sets. The purpose of this module is to avoid the overhead of implementing an iterative api when this isn't necessary, without breaking forward compatibility in case that becomes necessary later on. The API optimizes for when a data set typically fits in memory and is returned as an array, but the consumer cannot assume that the data set is bounded. The API is destructive in order to minimize the chance that resultsets are leaked due to improper usage. WWW: http://search.cpan.org/dist/Data-Stream-Bulk/ Revision Changes Path 1.3282 +1 -0 ports/devel/Makefile 1.1 +47 -0 ports/devel/p5-Data-Stream-Bulk/Makefile (new) 1.1 +3 -0 ports/devel/p5-Data-Stream-Bulk/distinfo (new) 1.1 +15 -0 ports/devel/p5-Data-Stream-Bulk/pkg-descr (new) 1.1 +19 -0 ports/devel/p5-Data-Stream-Bulk/pkg-plist (new)