pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel hs-hashtables: Import version 1.2.3.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e92bd78e6f8
branches:  trunk
changeset: 426341:1e92bd78e6f8
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Mon Mar 30 16:40:25 2020 +0000

description:
hs-hashtables: Import version 1.2.3.4

diffstat:

 devel/Makefile                    |   3 ++-
 devel/hs-hashtables/DESCR         |   4 ++++
 devel/hs-hashtables/Makefile      |  13 +++++++++++++
 devel/hs-hashtables/buildlink3.mk |  13 +++++++++++++
 devel/hs-hashtables/distinfo      |   6 ++++++
 5 files changed, 38 insertions(+), 1 deletions(-)

diffs (69 lines):

diff -r 62f89049d029 -r 1e92bd78e6f8 devel/Makefile
--- a/devel/Makefile    Mon Mar 30 16:39:47 2020 +0000
+++ b/devel/Makefile    Mon Mar 30 16:40:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3075 2020/03/30 16:39:47 riastradh Exp $
+# $NetBSD: Makefile,v 1.3076 2020/03/30 16:40:25 riastradh Exp $
 #
 
 COMMENT=       Development utilities
@@ -540,6 +540,7 @@
 SUBDIR+=       hs-ghc-mtl
 SUBDIR+=       hs-ghc-paths
 SUBDIR+=       hs-hashable
+SUBDIR+=       hs-hashtables
 SUBDIR+=       hs-haskell-lexer
 SUBDIR+=       hs-haskell-src-exts
 SUBDIR+=       hs-hint
diff -r 62f89049d029 -r 1e92bd78e6f8 devel/hs-hashtables/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hashtables/DESCR Mon Mar 30 16:40:25 2020 +0000
@@ -0,0 +1,4 @@
+This package provides a couple of different implementations of mutable
+hash tables in the ST monad, as well as a typeclass abstracting their
+common operations, and a set of wrappers to use the hash tables in the
+IO monad.
diff -r 62f89049d029 -r 1e92bd78e6f8 devel/hs-hashtables/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hashtables/Makefile      Mon Mar 30 16:40:25 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:40:26 riastradh Exp $
+
+DISTNAME=      hashtables-1.2.3.4
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_HASKELL_HACKAGE:=hashtables-${PKGVERSION_NOREV}/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/gregorycollins/hashtables
+COMMENT=       Mutable hash tables in the ST monad
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 62f89049d029 -r 1e92bd78e6f8 devel/hs-hashtables/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hashtables/buildlink3.mk Mon Mar 30 16:40:25 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:40:26 riastradh Exp $
+
+BUILDLINK_TREE+=       hs-hashtables
+
+.if !defined(HS_HASHTABLES_BUILDLINK3_MK)
+HS_HASHTABLES_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-hashtables+=  hs-hashtables>=1.2.3.4
+BUILDLINK_ABI_DEPENDS.hs-hashtables+=  hs-hashtables>=1.2.3.4
+BUILDLINK_PKGSRCDIR.hs-hashtables?=    ../../devel/hs-hashtables
+.endif # HS_HASHTABLES_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-hashtables
diff -r 62f89049d029 -r 1e92bd78e6f8 devel/hs-hashtables/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hashtables/distinfo      Mon Mar 30 16:40:25 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:40:26 riastradh Exp $
+
+SHA1 (hashtables-1.2.3.4.tar.gz) = ade732dc6025394ddeab7e1293f39d1d71a57ba0
+RMD160 (hashtables-1.2.3.4.tar.gz) = a85658260d2b41bea9a717e08ed3983c601dff0d
+SHA512 (hashtables-1.2.3.4.tar.gz) = 4723540f930edd1d5fd5cf58eadf7ed24fcd7761b90f303d559bc617737ec30cee2e9571ecced61fd369a933ae95b4386e48b122b876e73d0ad4bb65df16b76e
+Size (hashtables-1.2.3.4.tar.gz) = 58458 bytes



Home | Main Index | Thread Index | Old Index