pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-safesemaphore



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Oct 31 17:05:49 UTC 2023

Added Files:
        pkgsrc/devel/hs-safesemaphore: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
devel/hs-safesemaphore: import hs-safesemaphore-0.10.1

This provides a much safer semaphore than the QSem, QSemN, SampleVar in
base. Those base modules are not exception safe and can be broken by
killThread.


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

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-safesemaphore/DESCR
diff -u /dev/null pkgsrc/devel/hs-safesemaphore/DESCR:1.1
--- /dev/null   Tue Oct 31 17:05:49 2023
+++ pkgsrc/devel/hs-safesemaphore/DESCR Tue Oct 31 17:05:49 2023
@@ -0,0 +1,3 @@
+This provides a much safer semaphore than the QSem, QSemN, SampleVar in
+base. Those base modules are not exception safe and can be broken by
+killThread.
Index: pkgsrc/devel/hs-safesemaphore/Makefile
diff -u /dev/null pkgsrc/devel/hs-safesemaphore/Makefile:1.1
--- /dev/null   Tue Oct 31 17:05:49 2023
+++ pkgsrc/devel/hs-safesemaphore/Makefile      Tue Oct 31 17:05:49 2023
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2023/10/31 17:05:49 pho Exp $
+
+DISTNAME=      SafeSemaphore-0.10.1
+PKGNAME=       hs-${DISTNAME:tl}
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Much safer replacement for QSemN, QSem, and SampleVar
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-safesemaphore/PLIST
diff -u /dev/null pkgsrc/devel/hs-safesemaphore/PLIST:1.1
--- /dev/null   Tue Oct 31 17:05:49 2023
+++ pkgsrc/devel/hs-safesemaphore/PLIST Tue Oct 31 17:05:49 2023
@@ -0,0 +1,48 @@
+@comment $NetBSD: PLIST,v 1.1 2023/10/31 17:05:49 pho Exp $
+lib/SafeSemaphore-${PKGVERSION}/${HS_VERSION}/package-description
+lib/SafeSemaphore-${PKGVERSION}/${HS_VERSION}/package-id
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/FairRWLock.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/FairRWLock.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/FairRWLock.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/MSampleVar.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/MSampleVar.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/MSampleVar.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/MSem.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/MSem.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/MSem.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/MSemN.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/MSemN.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/MSemN.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/MSemN2.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/MSemN2.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/MSemN2.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/SSem.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/SSem.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/SSem.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/SSem.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/SSem.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/SSem.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/SSemInternals.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/SSemInternals.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/SSemInternals.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/Control-Concurrent-FairRWLock.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/Control-Concurrent-MSampleVar.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/Control-Concurrent-MSem.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/Control-Concurrent-MSemN.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/Control-Concurrent-MSemN2.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/Control-Concurrent-SSem.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/Control-Concurrent-STM-SSem.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/SafeSemaphore.haddock
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/doc-index.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/haddock-bundle.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/linuwial.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/meta.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/quick-jump.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/SafeSemaphore-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/devel/hs-safesemaphore/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-safesemaphore/buildlink3.mk:1.1
--- /dev/null   Tue Oct 31 17:05:49 2023
+++ pkgsrc/devel/hs-safesemaphore/buildlink3.mk Tue Oct 31 17:05:49 2023
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2023/10/31 17:05:49 pho Exp $
+
+BUILDLINK_TREE+=       hs-safesemaphore
+
+.if !defined(HS_SAFESEMAPHORE_BUILDLINK3_MK)
+HS_SAFESEMAPHORE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-safesemaphore+=       hs-safesemaphore>=0.10.1
+BUILDLINK_ABI_DEPENDS.hs-safesemaphore+=       hs-safesemaphore>=0.10.1
+BUILDLINK_PKGSRCDIR.hs-safesemaphore?=         ../../devel/hs-safesemaphore
+.endif # HS_SAFESEMAPHORE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-safesemaphore
Index: pkgsrc/devel/hs-safesemaphore/distinfo
diff -u /dev/null pkgsrc/devel/hs-safesemaphore/distinfo:1.1
--- /dev/null   Tue Oct 31 17:05:49 2023
+++ pkgsrc/devel/hs-safesemaphore/distinfo      Tue Oct 31 17:05:49 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/10/31 17:05:49 pho Exp $
+
+BLAKE2s (SafeSemaphore-0.10.1.tar.gz) = ee0dc3b08681177367ff90f395d2f25538cc08bb29740e0d16370ef5e6c4192e
+SHA512 (SafeSemaphore-0.10.1.tar.gz) = 877731622e1942f45fcc43e2ed8ba7ddfa2c1f4a7ea4f36cdf425a98acc9c2f54c742d98a7d1bb457ff122f20a5af399ac776bff7403b892353f812e42007250
+Size (SafeSemaphore-0.10.1.tar.gz) = 24007 bytes



Home | Main Index | Thread Index | Old Index