pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-vector-binary-instances
Module Name: pkgsrc
Committed By: pho
Date: Mon Jan 20 01:04:21 UTC 2020
Added Files:
pkgsrc/devel/hs-vector-binary-instances: DESCR Makefile buildlink3.mk
distinfo
pkgsrc/devel/hs-vector-binary-instances/patches:
patch-vector-binary-instances.cabal
Log Message:
Import vector-binary-instances-0.2.5.1
Instances for Binary for the types defined in the vector package,
making it easy to serialize vectors to and from disk. We use the
generic interface to vectors, so all vector types are
supported. Specific instances are provided for unboxed, boxed and
storable vectors.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-vector-binary-instances/DESCR \
pkgsrc/devel/hs-vector-binary-instances/Makefile \
pkgsrc/devel/hs-vector-binary-instances/buildlink3.mk \
pkgsrc/devel/hs-vector-binary-instances/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/hs-vector-binary-instances/patches/patch-vector-binary-instances.cabal
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-vector-binary-instances/DESCR
diff -u /dev/null pkgsrc/devel/hs-vector-binary-instances/DESCR:1.1
--- /dev/null Mon Jan 20 01:04:21 2020
+++ pkgsrc/devel/hs-vector-binary-instances/DESCR Mon Jan 20 01:04:20 2020
@@ -0,0 +1,5 @@
+Instances for Binary for the types defined in the vector package,
+making it easy to serialize vectors to and from disk. We use the
+generic interface to vectors, so all vector types are
+supported. Specific instances are provided for unboxed, boxed and
+storable vectors.
Index: pkgsrc/devel/hs-vector-binary-instances/Makefile
diff -u /dev/null pkgsrc/devel/hs-vector-binary-instances/Makefile:1.1
--- /dev/null Mon Jan 20 01:04:21 2020
+++ pkgsrc/devel/hs-vector-binary-instances/Makefile Mon Jan 20 01:04:20 2020
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/20 01:04:20 pho Exp $
+
+DISTNAME= vector-binary-instances-0.2.5.1
+CATEGORIES= devel
+
+MAINTAINER= pho%cielonegro.org@localhost
+COMMENT= Instances of Data.Binary for vector
+LICENSE= modified-bsd
+
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-vector-binary-instances/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-vector-binary-instances/buildlink3.mk:1.1
--- /dev/null Mon Jan 20 01:04:21 2020
+++ pkgsrc/devel/hs-vector-binary-instances/buildlink3.mk Mon Jan 20 01:04:20 2020
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/20 01:04:20 pho Exp $
+
+BUILDLINK_TREE+= hs-vector-binary-instances
+
+.if !defined(HS_VECTOR_BINARY_INSTANCES_BUILDLINK3_MK)
+HS_VECTOR_BINARY_INSTANCES_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-vector-binary-instances+= hs-vector-binary-instances>=0.2.5
+BUILDLINK_ABI_DEPENDS.hs-vector-binary-instances+= hs-vector-binary-instances>=0.2.5.1
+BUILDLINK_PKGSRCDIR.hs-vector-binary-instances?= ../../devel/hs-vector-binary-instances
+
+.include "../../devel/hs-vector/buildlink3.mk"
+.endif # HS_VECTOR_BINARY_INSTANCES_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-vector-binary-instances
Index: pkgsrc/devel/hs-vector-binary-instances/distinfo
diff -u /dev/null pkgsrc/devel/hs-vector-binary-instances/distinfo:1.1
--- /dev/null Mon Jan 20 01:04:21 2020
+++ pkgsrc/devel/hs-vector-binary-instances/distinfo Mon Jan 20 01:04:20 2020
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/01/20 01:04:20 pho Exp $
+
+SHA1 (vector-binary-instances-0.2.5.1.tar.gz) = 7efc9dc0ac4bbfd051d2900e61e9369a25a9bb11
+RMD160 (vector-binary-instances-0.2.5.1.tar.gz) = e7c80919e910f878eb5ef555dbb20fc248f6949c
+SHA512 (vector-binary-instances-0.2.5.1.tar.gz) = a16202b8ca3f88df82c27b37511087008579296363c73fe09ab19b00dee0fbaf98699b79b08d7e7410fcd062c03f2c5d1560f6b1c9ebf1ab8290596a35758be0
+Size (vector-binary-instances-0.2.5.1.tar.gz) = 4067 bytes
+SHA1 (patch-vector-binary-instances.cabal) = 00deae174b78dbfc8684843d90205ff8ab80260a
Index: pkgsrc/devel/hs-vector-binary-instances/patches/patch-vector-binary-instances.cabal
diff -u /dev/null pkgsrc/devel/hs-vector-binary-instances/patches/patch-vector-binary-instances.cabal:1.1
--- /dev/null Mon Jan 20 01:04:21 2020
+++ pkgsrc/devel/hs-vector-binary-instances/patches/patch-vector-binary-instances.cabal Mon Jan 20 01:04:21 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-vector-binary-instances.cabal,v 1.1 2020/01/20 01:04:21 pho Exp $
+
+Fix build with GHC 8.8
+
+--- vector-binary-instances.cabal.orig 2018-11-02 16:48:37.000000000 +0000
++++ vector-binary-instances.cabal
+@@ -53,7 +53,7 @@ Library
+
+ -- Packages needed in order to build this package.
+ Build-depends:
+- base > 3 && < 4.13,
++ base > 3 && < 4.14,
+ vector >= 0.6 && < 0.13,
+ binary >= 0.5 && < 0.11
+
Home |
Main Index |
Thread Index |
Old Index