Received: by mail.netbsd.org (Postfix, from userid 605) id 0944A84E1C; Sun, 19 Jan 2020 09:47:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8578C84E05 for ; Sun, 19 Jan 2020 09:47:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fJjO9Bfl9lTc for ; Sun, 19 Jan 2020 09:47:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E952684D20 for ; Sun, 19 Jan 2020 09:47:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3443FBF4; Sun, 19 Jan 2020 09:47:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579427230145850" MIME-Version: 1.0 Date: Sun, 19 Jan 2020 09:47:10 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/textproc/hs-ansi-wl-pprint To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200119094710.E3443FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1579427230145850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun Jan 19 09:47:10 UTC 2020 Added Files: pkgsrc/textproc/hs-ansi-wl-pprint: DESCR Makefile buildlink3.mk distinfo pkgsrc/textproc/hs-ansi-wl-pprint/patches: patch-ansi-wl-pprint.cabal Log Message: Import ansi-wl-pprint-0.6.9 from wip This is a pretty printing library based on Wadler's paper A Prettier Printer. It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hs-ansi-wl-pprint/DESCR \ pkgsrc/textproc/hs-ansi-wl-pprint/Makefile \ pkgsrc/textproc/hs-ansi-wl-pprint/buildlink3.mk \ pkgsrc/textproc/hs-ansi-wl-pprint/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/textproc/hs-ansi-wl-pprint/patches/patch-ansi-wl-pprint.cabal Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579427230145850 Content-Disposition: inline Content-Length: 3424 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/textproc/hs-ansi-wl-pprint/DESCR diff -u /dev/null pkgsrc/textproc/hs-ansi-wl-pprint/DESCR:1.1 --- /dev/null Sun Jan 19 09:47:10 2020 +++ pkgsrc/textproc/hs-ansi-wl-pprint/DESCR Sun Jan 19 09:47:10 2020 @@ -0,0 +1,3 @@ +This is a pretty printing library based on Wadler's paper A Prettier +Printer. It has been enhanced with support for ANSI terminal colored +output using the ansi-terminal package. Index: pkgsrc/textproc/hs-ansi-wl-pprint/Makefile diff -u /dev/null pkgsrc/textproc/hs-ansi-wl-pprint/Makefile:1.1 --- /dev/null Sun Jan 19 09:47:10 2020 +++ pkgsrc/textproc/hs-ansi-wl-pprint/Makefile Sun Jan 19 09:47:10 2020 @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2020/01/19 09:47:10 pho Exp $ + +DISTNAME= ansi-wl-pprint-0.6.9 +CATEGORIES= textproc + +MAINTAINER= pho@cielonegro.org +COMMENT= Wadler/Leijen Pretty Printer for colored ANSI terminal output +LICENSE= modified-bsd + +.include "../../devel/hs-ansi-terminal/buildlink3.mk" +.include "../../mk/haskell.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/hs-ansi-wl-pprint/buildlink3.mk diff -u /dev/null pkgsrc/textproc/hs-ansi-wl-pprint/buildlink3.mk:1.1 --- /dev/null Sun Jan 19 09:47:10 2020 +++ pkgsrc/textproc/hs-ansi-wl-pprint/buildlink3.mk Sun Jan 19 09:47:10 2020 @@ -0,0 +1,15 @@ +# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 09:47:10 pho Exp $ + +BUILDLINK_TREE+= hs-ansi-wl-pprint + +.if !defined(HS_ANSI_WL_PPRINT_BUILDLINK3_MK) +HS_ANSI_WL_PPRINT_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.hs-ansi-wl-pprint+= hs-ansi-wl-pprint>=0.6.9 +BUILDLINK_ABI_DEPENDS.hs-ansi-wl-pprint+= hs-ansi-wl-pprint>=0.6.9 +BUILDLINK_PKGSRCDIR.hs-ansi-wl-pprint?= ../../textproc/hs-ansi-wl-pprint + +.include "../../devel/hs-ansi-terminal/buildlink3.mk" +.endif # HS_ANSI_WL_PPRINT_BUILDLINK3_MK + +BUILDLINK_TREE+= -hs-ansi-wl-pprint Index: pkgsrc/textproc/hs-ansi-wl-pprint/distinfo diff -u /dev/null pkgsrc/textproc/hs-ansi-wl-pprint/distinfo:1.1 --- /dev/null Sun Jan 19 09:47:10 2020 +++ pkgsrc/textproc/hs-ansi-wl-pprint/distinfo Sun Jan 19 09:47:10 2020 @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2020/01/19 09:47:10 pho Exp $ + +SHA1 (ansi-wl-pprint-0.6.9.tar.gz) = c38e749e4b428c60bc535bea1febc17c8f7dd90e +RMD160 (ansi-wl-pprint-0.6.9.tar.gz) = 5cb137a2e3646f612c5dd7a0346f539d59aebf6d +SHA512 (ansi-wl-pprint-0.6.9.tar.gz) = 2a66236f740f0b45b6133555e8b1315dc85ece1c16dd51e4aa7f31d2fee03d66869af5f81e6383aa840f503c2cad46f3655f53b784ebca7b3480efb53eea2a04 +Size (ansi-wl-pprint-0.6.9.tar.gz) = 16723 bytes +SHA1 (patch-ansi-wl-pprint.cabal) = 6575aae14e49183614559780b187e2d6d305584e Index: pkgsrc/textproc/hs-ansi-wl-pprint/patches/patch-ansi-wl-pprint.cabal diff -u /dev/null pkgsrc/textproc/hs-ansi-wl-pprint/patches/patch-ansi-wl-pprint.cabal:1.1 --- /dev/null Sun Jan 19 09:47:10 2020 +++ pkgsrc/textproc/hs-ansi-wl-pprint/patches/patch-ansi-wl-pprint.cabal Sun Jan 19 09:47:10 2020 @@ -0,0 +1,15 @@ +$NetBSD: patch-ansi-wl-pprint.cabal,v 1.1 2020/01/19 09:47:10 pho Exp $ + +Relax the upper bound on ansi-terminal. + +--- ansi-wl-pprint.cabal.orig 2001-09-09 01:46:40.000000000 +0000 ++++ ansi-wl-pprint.cabal +@@ -44,7 +44,7 @@ library + -- see also notes in Text.PrettyPrint.ANSI.Leijen + build-depends: semigroups >= 0.18.5 && < 0.20 + +- build-depends: ansi-terminal >= 0.9.1 && < 0.10 ++ build-depends: ansi-terminal >= 0.9.1 && < 0.11 + build-depends: base >= 4.3 && < 5 + + if impl(ghc >= 7.4) --_----------=_1579427230145850--