pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-th-reify-many
Module Name: pkgsrc
Committed By: pho
Date: Fri Mar 7 16:46:16 UTC 2025
Added Files:
pkgsrc/devel/hs-th-reify-many: DESCR Makefile PLIST buildlink3.mk
distinfo
Log Message:
devel/hs-th-reify-many: import hs-th-reify-many-0.1.10
th-reify-many provides functions for recursively reifying top level
declarations. The main intended use case is for enumerating the names of
datatypes reachable from an initial datatype, and passing these names to
some function which generates instances.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-th-reify-many/DESCR \
pkgsrc/devel/hs-th-reify-many/Makefile \
pkgsrc/devel/hs-th-reify-many/PLIST \
pkgsrc/devel/hs-th-reify-many/buildlink3.mk \
pkgsrc/devel/hs-th-reify-many/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-th-reify-many/DESCR
diff -u /dev/null pkgsrc/devel/hs-th-reify-many/DESCR:1.1
--- /dev/null Fri Mar 7 16:46:16 2025
+++ pkgsrc/devel/hs-th-reify-many/DESCR Fri Mar 7 16:46:15 2025
@@ -0,0 +1,4 @@
+th-reify-many provides functions for recursively reifying top level
+declarations. The main intended use case is for enumerating the names of
+datatypes reachable from an initial datatype, and passing these names to
+some function which generates instances.
Index: pkgsrc/devel/hs-th-reify-many/Makefile
diff -u /dev/null pkgsrc/devel/hs-th-reify-many/Makefile:1.1
--- /dev/null Fri Mar 7 16:46:16 2025
+++ pkgsrc/devel/hs-th-reify-many/Makefile Fri Mar 7 16:46:15 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/03/07 16:46:15 pho Exp $
+
+DISTNAME= th-reify-many-0.1.10
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Recurseively reify template haskell datatype info
+LICENSE= modified-bsd
+
+.include "../../devel/hs-safe/buildlink3.mk"
+.include "../../devel/hs-th-expand-syns/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-th-reify-many/PLIST
diff -u /dev/null pkgsrc/devel/hs-th-reify-many/PLIST:1.1
--- /dev/null Fri Mar 7 16:46:16 2025
+++ pkgsrc/devel/hs-th-reify-many/PLIST Fri Mar 7 16:46:15 2025
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2025/03/07 16:46:15 pho Exp $
+${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Language/Haskell/TH/ReifyMany.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Language/Haskell/TH/ReifyMany.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Language/Haskell/TH/ReifyMany.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Language/Haskell/TH/ReifyMany/Internal.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Language/Haskell/TH/ReifyMany/Internal.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Language/Haskell/TH/ReifyMany/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/th-reify-many-${PKGVERSION}/${HS_VERSION}/package-description
+lib/th-reify-many-${PKGVERSION}/${HS_VERSION}/package-id
+share/doc/${HS_PLATFORM}/th-reify-many-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/th-reify-many-${PKGVERSION}/html/Language-Haskell-TH-ReifyMany-Internal.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/th-reify-many-${PKGVERSION}/html/Language-Haskell-TH-ReifyMany.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/th-reify-many-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/th-reify-many-${PKGVERSION}/html/haddock-bundle.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/th-reify-many-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/th-reify-many-${PKGVERSION}/html/linuwial.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/th-reify-many-${PKGVERSION}/html/meta.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/th-reify-many-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/th-reify-many-${PKGVERSION}/html/synopsis.png
+${PLIST.doc}share/doc/${HS_PLATFORM}/th-reify-many-${PKGVERSION}/html/th-reify-many.haddock
Index: pkgsrc/devel/hs-th-reify-many/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-th-reify-many/buildlink3.mk:1.1
--- /dev/null Fri Mar 7 16:46:16 2025
+++ pkgsrc/devel/hs-th-reify-many/buildlink3.mk Fri Mar 7 16:46:16 2025
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2025/03/07 16:46:16 pho Exp $
+
+BUILDLINK_TREE+= hs-th-reify-many
+
+.if !defined(HS_TH_REIFY_MANY_BUILDLINK3_MK)
+HS_TH_REIFY_MANY_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-th-reify-many+= hs-th-reify-many>=0.1.10
+BUILDLINK_ABI_DEPENDS.hs-th-reify-many+= hs-th-reify-many>=0.1.10
+BUILDLINK_PKGSRCDIR.hs-th-reify-many?= ../../devel/hs-th-reify-many
+
+.include "../../devel/hs-safe/buildlink3.mk"
+.include "../../devel/hs-th-expand-syns/buildlink3.mk"
+.endif # HS_TH_REIFY_MANY_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-th-reify-many
Index: pkgsrc/devel/hs-th-reify-many/distinfo
diff -u /dev/null pkgsrc/devel/hs-th-reify-many/distinfo:1.1
--- /dev/null Fri Mar 7 16:46:16 2025
+++ pkgsrc/devel/hs-th-reify-many/distinfo Fri Mar 7 16:46:16 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/03/07 16:46:16 pho Exp $
+
+BLAKE2s (th-reify-many-0.1.10.tar.gz) = ef55675d9a0362d492308091e85660607ca7dab42815d685f58d4261caf7074a
+SHA512 (th-reify-many-0.1.10.tar.gz) = 9c5b64e791a0649d7e05a471cfc1b6e84e50c90a3711ffd7304c2bd8af9623ba3c026e68fb36bc0497f9f67e18ad2d76902d96fa98220399e8feaac2b09d51be
+Size (th-reify-many-0.1.10.tar.gz) = 5825 bytes
Home |
Main Index |
Thread Index |
Old Index