pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-th-abstraction



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Dec 31 15:34:56 UTC 2019

Added Files:
        pkgsrc/devel/hs-th-abstraction: DESCR Makefile buildlink3.mk distinfo

Log Message:
Import th-abstraction-0.3.1.0

This package normalizes variations in the interface for inspecting
datatype information via Template Haskell so that packages and support
a single, easier to use informational datatype while supporting many
versions of Template Haskell.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-th-abstraction/DESCR \
    pkgsrc/devel/hs-th-abstraction/Makefile \
    pkgsrc/devel/hs-th-abstraction/buildlink3.mk \
    pkgsrc/devel/hs-th-abstraction/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-th-abstraction/DESCR
diff -u /dev/null pkgsrc/devel/hs-th-abstraction/DESCR:1.1
--- /dev/null   Tue Dec 31 15:34:56 2019
+++ pkgsrc/devel/hs-th-abstraction/DESCR        Tue Dec 31 15:34:56 2019
@@ -0,0 +1,4 @@
+This package normalizes variations in the interface for inspecting
+datatype information via Template Haskell so that packages and support
+a single, easier to use informational datatype while supporting many
+versions of Template Haskell.
Index: pkgsrc/devel/hs-th-abstraction/Makefile
diff -u /dev/null pkgsrc/devel/hs-th-abstraction/Makefile:1.1
--- /dev/null   Tue Dec 31 15:34:56 2019
+++ pkgsrc/devel/hs-th-abstraction/Makefile     Tue Dec 31 15:34:56 2019
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2019/12/31 15:34:56 pho Exp $
+
+DISTNAME=      th-abstraction-0.3.1.0
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Nicer interface for reified information about data types
+LICENSE=       isc
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-th-abstraction/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-th-abstraction/buildlink3.mk:1.1
--- /dev/null   Tue Dec 31 15:34:56 2019
+++ pkgsrc/devel/hs-th-abstraction/buildlink3.mk        Tue Dec 31 15:34:56 2019
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/12/31 15:34:56 pho Exp $
+
+BUILDLINK_TREE+=       hs-th-abstraction
+
+.if !defined(HS_TH_ABSTRACTION_BUILDLINK3_MK)
+HS_TH_ABSTRACTION_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-th-abstraction+=      hs-th-abstraction>=0.3.1
+BUILDLINK_ABI_DEPENDS.hs-th-abstraction+=      hs-th-abstraction>=0.3.1.0
+BUILDLINK_PKGSRCDIR.hs-th-abstraction?=        ../../devel/hs-th-abstraction
+.endif # HS_TH_ABSTRACTION_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-th-abstraction
Index: pkgsrc/devel/hs-th-abstraction/distinfo
diff -u /dev/null pkgsrc/devel/hs-th-abstraction/distinfo:1.1
--- /dev/null   Tue Dec 31 15:34:56 2019
+++ pkgsrc/devel/hs-th-abstraction/distinfo     Tue Dec 31 15:34:56 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/31 15:34:56 pho Exp $
+
+SHA1 (th-abstraction-0.3.1.0.tar.gz) = 5d029b3424985ba3d40a5ca3098d653e1a2657bd
+RMD160 (th-abstraction-0.3.1.0.tar.gz) = 93e265849febb38175121d22c2443e4225bceb6d
+SHA512 (th-abstraction-0.3.1.0.tar.gz) = 2836dabc080ca2ef7c532ef3c49f3e995241c26dc16f326f8463972f7772a18d2c1057eb6c3e7fe0d8c2ad254258576666de76b5b377a17bed5e47fc7f341564
+Size (th-abstraction-0.3.1.0.tar.gz) = 34248 bytes



Home | Main Index | Thread Index | Old Index