pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-operational



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Mar  7 12:14:26 UTC 2025

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

Log Message:
devel/hs-operational: import hs-operational-0.2.4.2

This library makes it easy to implement monads with tricky control flow.

This is useful for: writing web applications in a sequential style,
programming games with a uniform interface for human and AI players and easy
replay capababilities, implementing fast parser monads, designing monadic
DSLs, etc.

See the project homepage http://wiki.haskell.org/Operational for a more
detailed introduction and features.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-operational/DESCR \
    pkgsrc/devel/hs-operational/Makefile pkgsrc/devel/hs-operational/PLIST \
    pkgsrc/devel/hs-operational/buildlink3.mk \
    pkgsrc/devel/hs-operational/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-operational/DESCR
diff -u /dev/null pkgsrc/devel/hs-operational/DESCR:1.1
--- /dev/null   Fri Mar  7 12:14:26 2025
+++ pkgsrc/devel/hs-operational/DESCR   Fri Mar  7 12:14:26 2025
@@ -0,0 +1,9 @@
+This library makes it easy to implement monads with tricky control flow.
+
+This is useful for: writing web applications in a sequential style,
+programming games with a uniform interface for human and AI players and easy
+replay capababilities, implementing fast parser monads, designing monadic
+DSLs, etc.
+
+See the project homepage http://wiki.haskell.org/Operational for a more
+detailed introduction and features.
Index: pkgsrc/devel/hs-operational/Makefile
diff -u /dev/null pkgsrc/devel/hs-operational/Makefile:1.1
--- /dev/null   Fri Mar  7 12:14:26 2025
+++ pkgsrc/devel/hs-operational/Makefile        Fri Mar  7 12:14:26 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/03/07 12:14:26 pho Exp $
+
+DISTNAME=      operational-0.2.4.2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Implementing monads with operational semantics
+LICENSE=       modified-bsd
+
+CONFIGURE_ARGS+=       -f -buildexamples
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-operational/PLIST
diff -u /dev/null pkgsrc/devel/hs-operational/PLIST:1.1
--- /dev/null   Fri Mar  7 12:14:26 2025
+++ pkgsrc/devel/hs-operational/PLIST   Fri Mar  7 12:14:26 2025
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2025/03/07 12:14:26 pho Exp $
+${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Monad/Operational.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Control/Monad/Operational.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Monad/Operational.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/operational-${PKGVERSION}/${HS_VERSION}/package-description
+lib/operational-${PKGVERSION}/${HS_VERSION}/package-id
+share/doc/${HS_PLATFORM}/operational-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/operational-${PKGVERSION}/html/Control-Monad-Operational.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/operational-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/operational-${PKGVERSION}/html/haddock-bundle.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/operational-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/operational-${PKGVERSION}/html/linuwial.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/operational-${PKGVERSION}/html/meta.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/operational-${PKGVERSION}/html/operational.haddock
+${PLIST.doc}share/doc/${HS_PLATFORM}/operational-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/operational-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/devel/hs-operational/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-operational/buildlink3.mk:1.1
--- /dev/null   Fri Mar  7 12:14:26 2025
+++ pkgsrc/devel/hs-operational/buildlink3.mk   Fri Mar  7 12:14:26 2025
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2025/03/07 12:14:26 pho Exp $
+
+BUILDLINK_TREE+=       hs-operational
+
+.if !defined(HS_OPERATIONAL_BUILDLINK3_MK)
+HS_OPERATIONAL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-operational+= hs-operational>=0.2.4
+BUILDLINK_ABI_DEPENDS.hs-operational+= hs-operational>=0.2.4.2
+BUILDLINK_PKGSRCDIR.hs-operational?=   ../../devel/hs-operational
+
+.endif # HS_OPERATIONAL_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-operational
Index: pkgsrc/devel/hs-operational/distinfo
diff -u /dev/null pkgsrc/devel/hs-operational/distinfo:1.1
--- /dev/null   Fri Mar  7 12:14:26 2025
+++ pkgsrc/devel/hs-operational/distinfo        Fri Mar  7 12:14:26 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/03/07 12:14:26 pho Exp $
+
+BLAKE2s (operational-0.2.4.2.tar.gz) = 527c0c9b3d80252c4d9bdf5aed67d02c622d1556d69ee6969e641296c4c5a2df
+SHA512 (operational-0.2.4.2.tar.gz) = b193cd1946c9cd2b765a4fc20925fa1300918e21272385218ae7ec057b9d270409fafd5c3f581de51f91ec544d209d158454d8ad1b22ad5fee2b9882b94dc74a
+Size (operational-0.2.4.2.tar.gz) = 18457 bytes



Home | Main Index | Thread Index | Old Index