pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-psqueues
Module Name: pkgsrc
Committed By: pho
Date: Mon Apr 29 05:01:12 UTC 2024
Modified Files:
pkgsrc/devel/hs-psqueues: Makefile PLIST buildlink3.mk distinfo
Log Message:
devel/hs-psqueues: Update to 0.2.8.0
- 0.2.8.0 (2022-10-27)
* Add a number of minor optimizations and INLINE pragmas:
- The previous `INLINABLE` pragmas were insufficient to fully specialize
functions. Add a bunch more. I believe they now do the job they were
meant to.
- Change the way we check for very short queues in `lbalance` and
`rbalance` to avoid redundant size comparisons in the non-short
case.
- Make the fields of `Play` strict. I doubt this makes any practical
difference, since `tourView` is `INLINE`, but in fact the fields are
always in WHNF, so we might as well make that explicitly clear.
* Fix a bug in `fromList`. It previously used the *first* occurrence
of a duplicated key; it now uses the *last* occurrence, as documented.
* Cleanup: refactor `binShrinkL` and `binShrinkR` into `bin`.
* Bump deepseq upper bound to 1.6
* Bump tasty upper bound to 1.6
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/hs-psqueues/Makefile \
pkgsrc/devel/hs-psqueues/buildlink3.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-psqueues/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-psqueues/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/hs-psqueues/Makefile
diff -u pkgsrc/devel/hs-psqueues/Makefile:1.8 pkgsrc/devel/hs-psqueues/Makefile:1.9
--- pkgsrc/devel/hs-psqueues/Makefile:1.8 Thu Nov 2 06:36:52 2023
+++ pkgsrc/devel/hs-psqueues/Makefile Mon Apr 29 05:01:12 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/11/02 06:36:52 pho Exp $
+# $NetBSD: Makefile,v 1.9 2024/04/29 05:01:12 pho Exp $
-DISTNAME= psqueues-0.2.7.3
-PKGREVISION= 5
+DISTNAME= psqueues-0.2.8.0
CATEGORIES= devel
MAINTAINER= pho%cielonegro.org@localhost
Index: pkgsrc/devel/hs-psqueues/buildlink3.mk
diff -u pkgsrc/devel/hs-psqueues/buildlink3.mk:1.8 pkgsrc/devel/hs-psqueues/buildlink3.mk:1.9
--- pkgsrc/devel/hs-psqueues/buildlink3.mk:1.8 Thu Nov 2 06:36:52 2023
+++ pkgsrc/devel/hs-psqueues/buildlink3.mk Mon Apr 29 05:01:12 2024
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.8 2023/11/02 06:36:52 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2024/04/29 05:01:12 pho Exp $
BUILDLINK_TREE+= hs-psqueues
.if !defined(HS_PSQUEUES_BUILDLINK3_MK)
HS_PSQUEUES_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-psqueues+= hs-psqueues>=0.2.7
-BUILDLINK_ABI_DEPENDS.hs-psqueues+= hs-psqueues>=0.2.7.3nb5
+BUILDLINK_API_DEPENDS.hs-psqueues+= hs-psqueues>=0.2.8
+BUILDLINK_ABI_DEPENDS.hs-psqueues+= hs-psqueues>=0.2.8.0
BUILDLINK_PKGSRCDIR.hs-psqueues?= ../../devel/hs-psqueues
.include "../../devel/hs-hashable/buildlink3.mk"
Index: pkgsrc/devel/hs-psqueues/PLIST
diff -u pkgsrc/devel/hs-psqueues/PLIST:1.2 pkgsrc/devel/hs-psqueues/PLIST:1.3
--- pkgsrc/devel/hs-psqueues/PLIST:1.2 Fri Oct 27 12:48:42 2023
+++ pkgsrc/devel/hs-psqueues/PLIST Mon Apr 29 05:01:12 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/27 12:48:42 pho Exp $
-lib/psqueues-${PKGVERSION}/${HS_VERSION}/package-description
-lib/psqueues-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.3 2024/04/29 05:01:12 pho Exp $
${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/BitUtil.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Data/BitUtil.hi
@@ -25,17 +23,17 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Data/OrdP
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/OrdPSQ/Internal.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/psqueues-${PKGVERSION}/${HS_VERSION}/package-description
+lib/psqueues-${PKGVERSION}/${HS_VERSION}/package-id
share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/LICENSE
${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/Data-HashPSQ.html
${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/Data-IntPSQ.html
${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/Data-OrdPSQ.html
${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/doc-index.json
${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/haddock-bundle.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/index.html
${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/linuwial.css
${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/meta.json
${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/psqueues.haddock
${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/quick-jump.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/psqueues-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/devel/hs-psqueues/distinfo
diff -u pkgsrc/devel/hs-psqueues/distinfo:1.4 pkgsrc/devel/hs-psqueues/distinfo:1.5
--- pkgsrc/devel/hs-psqueues/distinfo:1.4 Fri Feb 11 13:19:59 2022
+++ pkgsrc/devel/hs-psqueues/distinfo Mon Apr 29 05:01:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/02/11 13:19:59 pho Exp $
+$NetBSD: distinfo,v 1.5 2024/04/29 05:01:12 pho Exp $
-BLAKE2s (psqueues-0.2.7.3.tar.gz) = e31f03b098b85c62f9c7a8720d97c15747108cd2acd067b2df73400aa4eedfd5
-SHA512 (psqueues-0.2.7.3.tar.gz) = 7a089a68f8b99f93780cc05e1b3454c266077f47a453f139bbe368cdca889e8b7098aa2770c86fcb32eddcb15837a7d60c70da946ad5a234a72bf01fff017fff
-Size (psqueues-0.2.7.3.tar.gz) = 27328 bytes
+BLAKE2s (psqueues-0.2.8.0.tar.gz) = f1bd37d7355c261ec87cdab8290e059dcd9e25412dfa131648b21a8a213ac434
+SHA512 (psqueues-0.2.8.0.tar.gz) = 95c7d9640269a8dcf082766fdf4622d8d9bb082536b0f9c7d8d95be8c45486867fa3fd755a7b8ac0cb1264dd3b4586809286d325d3c4f97a81a45c3675ca13d1
+Size (psqueues-0.2.8.0.tar.gz) = 27549 bytes
Home |
Main Index |
Thread Index |
Old Index