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 CBC0DA5864 for ; Mon, 19 May 2014 21:15:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3C8AA14A359; Mon, 19 May 2014 21:15:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A32E914A312 for ; Mon, 19 May 2014 21:15:55 +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 x-bt0uuQ6yJK for ; Mon, 19 May 2014 21:15:55 +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 3528B14A295 for ; Mon, 19 May 2014 21:15:55 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 32F7E96; Mon, 19 May 2014 21:15:55 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 19 May 2014 21:15:55 +0000 From: "Ryosuke Moro" Subject: CVS commit: pkgsrc/textproc/hs-parsec To: pkgsrc-changes@NetBSD.org Reply-To: szptvlfn@netbsd.org X-Mailer: log_accum Message-Id: <20140519211555.32F7E96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: szptvlfn Date: Mon May 19 21:15:55 UTC 2014 Added Files: pkgsrc/textproc/hs-parsec: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Import parsec-3.1.5 as textproc/hs-parsec, packaged for wip by pho. Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented (on the package homepage), has extensive libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hs-parsec/DESCR \ pkgsrc/textproc/hs-parsec/Makefile pkgsrc/textproc/hs-parsec/PLIST \ pkgsrc/textproc/hs-parsec/buildlink3.mk \ pkgsrc/textproc/hs-parsec/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.