From owner-cvs-all@FreeBSD.ORG Sat Jun 21 06:49:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D73351065670; Sat, 21 Jun 2008 06:49:30 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B71B88FC15; Sat, 21 Jun 2008 06:49:30 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5L6nUuV078178; Sat, 21 Jun 2008 06:49:30 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5L6nUgf078177; Sat, 21 Jun 2008 06:49:30 GMT (envelope-from chinsan) Message-Id: <200806210649.m5L6nUgf078177@repoman.freebsd.org> From: Chin-San Huang Date: Sat, 21 Jun 2008 06:49:30 +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/sysutils Makefile ports/sysutils/p5-Iterator-File Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 06:49:31 -0000 chinsan 2008-06-21 06:49:30 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/p5-Iterator-File Makefile distinfo pkg-descr pkg-plist Log: Iterator_File is an attempt to take some repetition & tedium out of processing a flat file. Whenever doing so, I found myself adapting prior scripts so that processes could be resumed, emit status, etc. Hence an itch (and this module) was born. WWW: http://search.cpan.org/dist/Iterator-File/ Revision Changes Path 1.1021 +1 -0 ports/sysutils/Makefile 1.1 +27 -0 ports/sysutils/p5-Iterator-File/Makefile (new) 1.1 +3 -0 ports/sysutils/p5-Iterator-File/distinfo (new) 1.1 +6 -0 ports/sysutils/p5-Iterator-File/pkg-descr (new) 1.1 +15 -0 ports/sysutils/p5-Iterator-File/pkg-plist (new)