pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-vector-th-unbox Import vector-th-unbox-0.2.1.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e090567b62cd
branches:  trunk
changeset: 346641:e090567b62cd
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Jan 02 11:00:30 2020 +0000

description:
Import vector-th-unbox-0.2.1.7

A Template Haskell deriver for unboxed vectors, given a pair of
coercion functions to and from some existing type with an Unbox
instance.

diffstat:

 devel/hs-vector-th-unbox/DESCR         |   3 +++
 devel/hs-vector-th-unbox/Makefile      |  12 ++++++++++++
 devel/hs-vector-th-unbox/buildlink3.mk |  15 +++++++++++++++
 devel/hs-vector-th-unbox/distinfo      |   6 ++++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r b5958d47571d -r e090567b62cd devel/hs-vector-th-unbox/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-vector-th-unbox/DESCR    Thu Jan 02 11:00:30 2020 +0000
@@ -0,0 +1,3 @@
+A Template Haskell deriver for unboxed vectors, given a pair of
+coercion functions to and from some existing type with an Unbox
+instance.
diff -r b5958d47571d -r e090567b62cd devel/hs-vector-th-unbox/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-vector-th-unbox/Makefile Thu Jan 02 11:00:30 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/02 11:00:30 pho Exp $
+
+DISTNAME=      vector-th-unbox-0.2.1.7
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Deriver for Data.Vector.Unboxed using Template Haskell
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b5958d47571d -r e090567b62cd devel/hs-vector-th-unbox/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-vector-th-unbox/buildlink3.mk    Thu Jan 02 11:00:30 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/02 11:00:30 pho Exp $
+
+BUILDLINK_TREE+=       hs-vector-th-unbox
+
+.if !defined(HS_VECTOR_TH_UNBOX_BUILDLINK3_MK)
+HS_VECTOR_TH_UNBOX_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-vector-th-unbox+=     hs-vector-th-unbox>=0.2.1
+BUILDLINK_ABI_DEPENDS.hs-vector-th-unbox+=     hs-vector-th-unbox>=0.2.1.7
+BUILDLINK_PKGSRCDIR.hs-vector-th-unbox?=       ../../devel/hs-vector-th-unbox
+
+.include "../../devel/hs-vector/buildlink3.mk"
+.endif # HS_VECTOR_TH_UNBOX_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-vector-th-unbox
diff -r b5958d47571d -r e090567b62cd devel/hs-vector-th-unbox/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-vector-th-unbox/distinfo Thu Jan 02 11:00:30 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/02 11:00:30 pho Exp $
+
+SHA1 (vector-th-unbox-0.2.1.7.tar.gz) = 6425f4f775c7699982f5d8d4995b1788b2eeaeb3
+RMD160 (vector-th-unbox-0.2.1.7.tar.gz) = dab5cade0ae1d799126d19127c65f7ac2da1304d
+SHA512 (vector-th-unbox-0.2.1.7.tar.gz) = fa65c32eace3ad93f0df69830eca0334519bbdbb2bbdc511db6e6abffe48c78870fef131dc34451873775a037634a87f0cd0d06dc1c4bc9404af2a86d7593ae1
+Size (vector-th-unbox-0.2.1.7.tar.gz) = 4771 bytes



Home | Main Index | Thread Index | Old Index