pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/hs-ansi-wl-pprint
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.
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@localhost
+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)
Home |
Main Index |
Thread Index |
Old Index