Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-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 AF2D8A651F for ; Thu, 29 May 2014 22:08:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 25A9F14A2F8; Thu, 29 May 2014 22:08:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0B1C014A2A9 for ; Thu, 29 May 2014 22:08:38 +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 WvZhMTI_W_jX for ; Thu, 29 May 2014 22:08:37 +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 93A0A14A26D for ; Thu, 29 May 2014 22:08:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 91AD496; Thu, 29 May 2014 22:08:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 29 May 2014 22:08:37 +0000 From: "Ryosuke Moro" Subject: CVS commit: pkgsrc/textproc/hs-polyparse To: pkgsrc-changes@NetBSD.org Reply-To: szptvlfn@netbsd.org X-Mailer: log_accum Message-Id: <20140529220837.91AD496@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: szptvlfn Date: Thu May 29 22:08:37 UTC 2014 Added Files: pkgsrc/textproc/hs-polyparse: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Import polyparse-1.9 as textproc/hs-polyparse, packaged for wip. A variety of alternative parser combinator libraries, including the original HuttonMeijer set. The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hs-polyparse/DESCR \ pkgsrc/textproc/hs-polyparse/Makefile pkgsrc/textproc/hs-polyparse/PLIST \ pkgsrc/textproc/hs-polyparse/buildlink3.mk \ pkgsrc/textproc/hs-polyparse/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.