Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0F249A891A for ; Fri, 1 Aug 2014 12:07:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B550D14A22E; Fri, 1 Aug 2014 12:07:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29DBA14A22F for ; Fri, 1 Aug 2014 12:07:45 +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 adIQhCVRyYvP for ; Fri, 1 Aug 2014 12:07:44 +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 73A5914A226 for ; Fri, 1 Aug 2014 12:07:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6AB2696; Fri, 1 Aug 2014 12:07:44 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 1 Aug 2014 12:07:44 +0000 From: "Ryosuke Moro" Subject: CVS commit: pkgsrc/devel/hs-ansi-terminal To: pkgsrc-changes@NetBSD.org Reply-To: szptvlfn@netbsd.org X-Mailer: log_accum Message-Id: <20140801120744.6AB2696@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: szptvlfn Date: Fri Aug 1 12:07:44 UTC 2014 Added Files: pkgsrc/devel/hs-ansi-terminal: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Import ansi-terminal-0.6.1.1 as devel/hs-ansi-terminal, packaged for wip by pho. ANSI terminal support for Haskell: allows cursor movement, screen clearing, color output showing or hiding the cursor, and changing the title. Compatible with Windows and those Unixes with ANSI terminals, but only GHC is supported as a compiler. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-ansi-terminal/DESCR \ pkgsrc/devel/hs-ansi-terminal/Makefile \ pkgsrc/devel/hs-ansi-terminal/PLIST \ pkgsrc/devel/hs-ansi-terminal/buildlink3.mk \ pkgsrc/devel/hs-ansi-terminal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.