pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-pretty-show



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan 17 17:24:36 UTC 2020

Added Files:
        pkgsrc/devel/hs-pretty-show: DESCR Makefile buildlink3.mk distinfo

Log Message:
Import pretty-show-1.9.5

A library and an executable for working with derived Show
instances. By using the library, we can parse derived Show instances
into a generic data structure. The ppsh tool uses the library to
produce human-readable versions of Show instances, which can be quite
handy for debugging Haskell programs. We can also render complex
generic values into an interactive Html page, for easier examination.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-pretty-show/DESCR \
    pkgsrc/devel/hs-pretty-show/Makefile \
    pkgsrc/devel/hs-pretty-show/buildlink3.mk \
    pkgsrc/devel/hs-pretty-show/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/hs-pretty-show/DESCR
diff -u /dev/null pkgsrc/devel/hs-pretty-show/DESCR:1.1
--- /dev/null   Fri Jan 17 17:24:36 2020
+++ pkgsrc/devel/hs-pretty-show/DESCR   Fri Jan 17 17:24:36 2020
@@ -0,0 +1,6 @@
+A library and an executable for working with derived Show
+instances. By using the library, we can parse derived Show instances
+into a generic data structure. The ppsh tool uses the library to
+produce human-readable versions of Show instances, which can be quite
+handy for debugging Haskell programs. We can also render complex
+generic values into an interactive Html page, for easier examination.
Index: pkgsrc/devel/hs-pretty-show/Makefile
diff -u /dev/null pkgsrc/devel/hs-pretty-show/Makefile:1.1
--- /dev/null   Fri Jan 17 17:24:36 2020
+++ pkgsrc/devel/hs-pretty-show/Makefile        Fri Jan 17 17:24:36 2020
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/17 17:24:36 pho Exp $
+
+DISTNAME=      pretty-show-1.9.5
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Tools for working with derived Show instances
+LICENSE=       mit
+
+.include "../../devel/hs-haskell-lexer/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-pretty-show/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-pretty-show/buildlink3.mk:1.1
--- /dev/null   Fri Jan 17 17:24:36 2020
+++ pkgsrc/devel/hs-pretty-show/buildlink3.mk   Fri Jan 17 17:24:36 2020
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 17:24:36 pho Exp $
+
+BUILDLINK_TREE+=       hs-pretty-show
+
+.if !defined(HS_PRETTY_SHOW_BUILDLINK3_MK)
+HS_PRETTY_SHOW_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-pretty-show+= hs-pretty-show>=1.9.5
+BUILDLINK_ABI_DEPENDS.hs-pretty-show+= hs-pretty-show>=1.9.5
+BUILDLINK_PKGSRCDIR.hs-pretty-show?=   ../../devel/hs-pretty-show
+
+.include "../../devel/hs-haskell-lexer/buildlink3.mk"
+.endif # HS_PRETTY_SHOW_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-pretty-show
Index: pkgsrc/devel/hs-pretty-show/distinfo
diff -u /dev/null pkgsrc/devel/hs-pretty-show/distinfo:1.1
--- /dev/null   Fri Jan 17 17:24:36 2020
+++ pkgsrc/devel/hs-pretty-show/distinfo        Fri Jan 17 17:24:36 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/17 17:24:36 pho Exp $
+
+SHA1 (pretty-show-1.9.5.tar.gz) = cfdc634b60401d718025362dc52336403e0f6a0a
+RMD160 (pretty-show-1.9.5.tar.gz) = 0a3eb23f6ddedab0c382073d12ed1de141aa0707
+SHA512 (pretty-show-1.9.5.tar.gz) = 7bf382ad3531227588a82d7bcff3a795df0c425b27d7f4448a94fd617fbc8a4fb6087eb859480fe4702771bf560a353a3a3d5079cd6576c620d5258686c41193
+Size (pretty-show-1.9.5.tar.gz) = 42378 bytes



Home | Main Index | Thread Index | Old Index