Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0ADE172613 for ; Fri, 11 Oct 2013 11:04:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7075514A228; Fri, 11 Oct 2013 11:04:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 423B014A226 for ; Fri, 11 Oct 2013 11:04:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qB7JYIqRWQTH for ; Fri, 11 Oct 2013 11:04:10 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id AECDD14A224 for ; Fri, 11 Oct 2013 11:04:10 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 608BB96; Fri, 11 Oct 2013 11:04:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 11 Oct 2013 11:04:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Data-Record To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20131011110410.608BB96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Oct 11 11:04:10 UTC 2013 Added Files: pkgsrc/devel/p5-Data-Record: DESCR Makefile distinfo Log Message: Import p5-Data-Record-0.02 as devel/p5-Data-Record. Sometimes we need data split into records and a simple split on the input record separator ($/) or some other value fails because the values we're splitting on may allowed in other parts of the data. Perhaps they're quoted. Perhaps they're embedded in other data which should not be split up. This module allows you to specify what you wish to split the data on, but also speficy an "unless" regular expression. If the text in question matches the "unless" regex, it will not be split there. This allows us to do things like split on newlines unless newlines are embedded in quotes. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Data-Record/DESCR \ pkgsrc/devel/p5-Data-Record/Makefile pkgsrc/devel/p5-Data-Record/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.