pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Mar 30 16:42:57 UTC 2020

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/hs-utility-ht: DESCR Makefile buildlink3.mk distinfo

Log Message:
hs-utility-ht: Import version 0.0.15


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

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3079 pkgsrc/devel/Makefile:1.3080
--- pkgsrc/devel/Makefile:1.3079        Mon Mar 30 16:42:18 2020
+++ pkgsrc/devel/Makefile       Mon Mar 30 16:42:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3079 2020/03/30 16:42:18 riastradh Exp $
+# $NetBSD: Makefile,v 1.3080 2020/03/30 16:42:56 riastradh Exp $
 #
 
 COMMENT=       Development utilities
@@ -581,6 +581,7 @@ SUBDIR+=    hs-unix-compat
 SUBDIR+=       hs-unliftio-core
 SUBDIR+=       hs-unordered-containers
 SUBDIR+=       hs-utf8-string
+SUBDIR+=       hs-utility-ht
 SUBDIR+=       hs-uuid-types
 SUBDIR+=       hs-vault
 SUBDIR+=       hs-vector

Added files:

Index: pkgsrc/devel/hs-utility-ht/DESCR
diff -u /dev/null pkgsrc/devel/hs-utility-ht/DESCR:1.1
--- /dev/null   Mon Mar 30 16:42:57 2020
+++ pkgsrc/devel/hs-utility-ht/DESCR    Mon Mar 30 16:42:57 2020
@@ -0,0 +1,12 @@
+Various small helper functions for Lists, Maybes, Tuples, Functions.
+Some of these functions are improved implementations of standard
+functions.  They have the same name as their standard counterparts.
+Others are equivalent to functions from the base package, but if you
+import them from this utility package then you can write code that
+runs on older GHC versions or other compilers like Hugs and JHC.
+
+All modules are plain Haskell 98.  The package depends exclusively on
+the @base@ package and only that portions of base that are simple to
+port.  Thus you do not risk a dependency avalanche by importing it.
+However, further splitting the base package might invalidate this
+statement.
Index: pkgsrc/devel/hs-utility-ht/Makefile
diff -u /dev/null pkgsrc/devel/hs-utility-ht/Makefile:1.1
--- /dev/null   Mon Mar 30 16:42:57 2020
+++ pkgsrc/devel/hs-utility-ht/Makefile Mon Mar 30 16:42:57 2020
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:42:57 riastradh Exp $
+
+DISTNAME=      utility-ht-0.0.15
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_HASKELL_HACKAGE:=utility-ht-${PKGVERSION_NOREV}/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://hackage.haskell.org/package/utility-ht-0.0.15/ # TODO: check
+COMMENT=       Various small helper functions for Lists, Maybes, Tuples, Functions
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-utility-ht/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-utility-ht/buildlink3.mk:1.1
--- /dev/null   Mon Mar 30 16:42:57 2020
+++ pkgsrc/devel/hs-utility-ht/buildlink3.mk    Mon Mar 30 16:42:57 2020
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:42:57 riastradh Exp $
+
+BUILDLINK_TREE+=       hs-utility-ht
+
+.if !defined(HS_UTILITY_HT_BUILDLINK3_MK)
+HS_UTILITY_HT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-utility-ht+=  hs-utility-ht>=0.0.15
+BUILDLINK_ABI_DEPENDS.hs-utility-ht+=  hs-utility-ht>=0.0.15
+BUILDLINK_PKGSRCDIR.hs-utility-ht?=    ../../devel/hs-utility-ht
+.endif # HS_UTILITY_HT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-utility-ht
Index: pkgsrc/devel/hs-utility-ht/distinfo
diff -u /dev/null pkgsrc/devel/hs-utility-ht/distinfo:1.1
--- /dev/null   Mon Mar 30 16:42:57 2020
+++ pkgsrc/devel/hs-utility-ht/distinfo Mon Mar 30 16:42:57 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:42:57 riastradh Exp $
+
+SHA1 (utility-ht-0.0.15.tar.gz) = 08b3ee392d955f592ea3df007495e51813dc0981
+RMD160 (utility-ht-0.0.15.tar.gz) = e195193a5ace6a433cedcc93839d3ef6b1185619
+SHA512 (utility-ht-0.0.15.tar.gz) = 29be7ed40c4dc025df0997f7d8611b0f86125ba6a6aa3e4d65844f996f19f3d417b4b1dc7da58589a5259ddb9f473c71af0fc32891105a364a3dbc7f05671905
+Size (utility-ht-0.0.15.tar.gz) = 26280 bytes



Home | Main Index | Thread Index | Old Index