pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-annotated-wl-pprint



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Jan 19 09:42:01 UTC 2020

Added Files:
        pkgsrc/textproc/hs-annotated-wl-pprint: DESCR Makefile buildlink3.mk
            distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hs-annotated-wl-pprint/DESCR \
    pkgsrc/textproc/hs-annotated-wl-pprint/Makefile \
    pkgsrc/textproc/hs-annotated-wl-pprint/buildlink3.mk \
    pkgsrc/textproc/hs-annotated-wl-pprint/distinfo

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-annotated-wl-pprint/DESCR
diff -u /dev/null pkgsrc/textproc/hs-annotated-wl-pprint/DESCR:1.1
--- /dev/null   Sun Jan 19 09:42:01 2020
+++ pkgsrc/textproc/hs-annotated-wl-pprint/DESCR        Sun Jan 19 09:42:01 2020
@@ -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.
Index: pkgsrc/textproc/hs-annotated-wl-pprint/Makefile
diff -u /dev/null pkgsrc/textproc/hs-annotated-wl-pprint/Makefile:1.1
--- /dev/null   Sun Jan 19 09:42:01 2020
+++ pkgsrc/textproc/hs-annotated-wl-pprint/Makefile     Sun Jan 19 09:42:01 2020
@@ -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"
Index: pkgsrc/textproc/hs-annotated-wl-pprint/buildlink3.mk
diff -u /dev/null pkgsrc/textproc/hs-annotated-wl-pprint/buildlink3.mk:1.1
--- /dev/null   Sun Jan 19 09:42:01 2020
+++ pkgsrc/textproc/hs-annotated-wl-pprint/buildlink3.mk        Sun Jan 19 09:42:01 2020
@@ -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
Index: pkgsrc/textproc/hs-annotated-wl-pprint/distinfo
diff -u /dev/null pkgsrc/textproc/hs-annotated-wl-pprint/distinfo:1.1
--- /dev/null   Sun Jan 19 09:42:01 2020
+++ pkgsrc/textproc/hs-annotated-wl-pprint/distinfo     Sun Jan 19 09:42:01 2020
@@ -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