pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hs-annotated-wl-pprint Import annotated-wl-pp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b90e1694148c
branches:  trunk
changeset: 421922:b90e1694148c
user:      pho <pho%pkgsrc.org@localhost>
date:      Sun Jan 19 09:42:01 2020 +0000

description:
Import annotated-wl-pprint-0.7.0

This is a modified version of wl-pprint, which was based on Wadler's
paper "A Prettier Printer". See the haddocks for full info. This
version allows the library user to annotate the text with semantic
information, which can later be rendered in a variety of ways.

diffstat:

 textproc/hs-annotated-wl-pprint/DESCR         |   4 ++++
 textproc/hs-annotated-wl-pprint/Makefile      |  11 +++++++++++
 textproc/hs-annotated-wl-pprint/buildlink3.mk |  13 +++++++++++++
 textproc/hs-annotated-wl-pprint/distinfo      |   6 ++++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 3a9a245e2595 -r b90e1694148c textproc/hs-annotated-wl-pprint/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-annotated-wl-pprint/DESCR     Sun Jan 19 09:42:01 2020 +0000
@@ -0,0 +1,4 @@
+This is a modified version of wl-pprint, which was based on Wadler's
+paper "A Prettier Printer". See the haddocks for full info. This
+version allows the library user to annotate the text with semantic
+information, which can later be rendered in a variety of ways.
diff -r 3a9a245e2595 -r b90e1694148c textproc/hs-annotated-wl-pprint/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-annotated-wl-pprint/Makefile  Sun Jan 19 09:42:01 2020 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 09:42:01 pho Exp $
+
+DISTNAME=      annotated-wl-pprint-0.7.0
+CATEGORIES=    textproc
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Wadler/Leijen Pretty Printer, with annotation support
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3a9a245e2595 -r b90e1694148c textproc/hs-annotated-wl-pprint/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-annotated-wl-pprint/buildlink3.mk     Sun Jan 19 09:42:01 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 09:42:01 pho Exp $
+
+BUILDLINK_TREE+=       hs-annotated-wl-pprint
+
+.if !defined(HS_ANNOTATED_WL_PPRINT_BUILDLINK3_MK)
+HS_ANNOTATED_WL_PPRINT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-annotated-wl-pprint+= hs-annotated-wl-pprint>=0.7.0
+BUILDLINK_ABI_DEPENDS.hs-annotated-wl-pprint+= hs-annotated-wl-pprint>=0.7.0
+BUILDLINK_PKGSRCDIR.hs-annotated-wl-pprint?=   ../../textproc/hs-annotated-wl-pprint
+.endif # HS_ANNOTATED_WL_PPRINT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-annotated-wl-pprint
diff -r 3a9a245e2595 -r b90e1694148c textproc/hs-annotated-wl-pprint/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-annotated-wl-pprint/distinfo  Sun Jan 19 09:42:01 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 09:42:01 pho Exp $
+
+SHA1 (annotated-wl-pprint-0.7.0.tar.gz) = 94099620a42be265d1545a1f0caa5c074290ab64
+RMD160 (annotated-wl-pprint-0.7.0.tar.gz) = 823c8e675a3ed269dfc448dd1c0571c622f11eea
+SHA512 (annotated-wl-pprint-0.7.0.tar.gz) = 1e7ea93a63c500ebb23458202c62ed37eee7f462bbc4c390822de37fd0f411983eed49fed4c69ffb32705519f9aa956131d14ad930f21b48b28c5de5d4095f0a
+Size (annotated-wl-pprint-0.7.0.tar.gz) = 10338 bytes



Home | Main Index | Thread Index | Old Index