summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2022-02-12 08:10:19 +0000
committerpho <pho@pkgsrc.org>2022-02-12 08:10:19 +0000
commiteb5b34b4659278bef6f1ac4fc4bcfec8925d4a52 (patch)
tree46ff142bd39d21101bf49aca19e26de1a5135e8f /converters
parent69cbf908cc469da81d7ae6732a140a424d646125 (diff)
downloadpkgsrc-eb5b34b4659278bef6f1ac4fc4bcfec8925d4a52.tar.gz
converters/hs-hslua-aeson: import hs-hslua-aeson-2.1.0
This package provides instances to push and receive any datatype encodable as JSON to and from the Lua stack.
Diffstat (limited to 'converters')
-rw-r--r--converters/hs-hslua-aeson/DESCR2
-rw-r--r--converters/hs-hslua-aeson/Makefile18
-rw-r--r--converters/hs-hslua-aeson/PLIST19
-rw-r--r--converters/hs-hslua-aeson/buildlink3.mk21
-rw-r--r--converters/hs-hslua-aeson/distinfo5
5 files changed, 65 insertions, 0 deletions
diff --git a/converters/hs-hslua-aeson/DESCR b/converters/hs-hslua-aeson/DESCR
new file mode 100644
index 00000000000..fee95c0bb58
--- /dev/null
+++ b/converters/hs-hslua-aeson/DESCR
@@ -0,0 +1,2 @@
+This package provides instances to push and receive any datatype encodable
+as JSON to and from the Lua stack.
diff --git a/converters/hs-hslua-aeson/Makefile b/converters/hs-hslua-aeson/Makefile
new file mode 100644
index 00000000000..87e013d127a
--- /dev/null
+++ b/converters/hs-hslua-aeson/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2022/02/12 08:10:19 pho Exp $
+
+DISTNAME= hslua-aeson-2.1.0
+CATEGORIES= converters
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Allow aeson data types to be used with Lua
+LICENSE= mit
+
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../lang/hs-hslua-core/buildlink3.mk"
+.include "../../lang/hs-hslua-marshalling/buildlink3.mk"
+.include "../../math/hs-scientific/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/converters/hs-hslua-aeson/PLIST b/converters/hs-hslua-aeson/PLIST
new file mode 100644
index 00000000000..5347fb53a58
--- /dev/null
+++ b/converters/hs-hslua-aeson/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/12 08:10:19 pho Exp $
+lib/hslua-aeson-${PKGVERSION}/${HS_VERSION}/package-description
+lib/hslua-aeson-${PKGVERSION}/${HS_VERSION}/package-id
+lib/${HS_PLATFORM}/${HS_PKGID}/HsLua/Aeson.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/HsLua/Aeson.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/HsLua/Aeson.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/HsLua-Aeson.html
+share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/hslua-aeson.haddock
+share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/synopsis.png
diff --git a/converters/hs-hslua-aeson/buildlink3.mk b/converters/hs-hslua-aeson/buildlink3.mk
new file mode 100644
index 00000000000..12f07e3e4ac
--- /dev/null
+++ b/converters/hs-hslua-aeson/buildlink3.mk
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/02/12 08:10:19 pho Exp $
+
+BUILDLINK_TREE+= hs-hslua-aeson
+
+.if !defined(HS_HSLUA_AESON_BUILDLINK3_MK)
+HS_HSLUA_AESON_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-hslua-aeson+= hs-hslua-aeson>=2.1.0
+BUILDLINK_ABI_DEPENDS.hs-hslua-aeson+= hs-hslua-aeson>=2.1.0
+BUILDLINK_PKGSRCDIR.hs-hslua-aeson?= ../../converters/hs-hslua-aeson
+
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../lang/hs-hslua-core/buildlink3.mk"
+.include "../../lang/hs-hslua-marshalling/buildlink3.mk"
+.include "../../math/hs-scientific/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.endif # HS_HSLUA_AESON_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-hslua-aeson
diff --git a/converters/hs-hslua-aeson/distinfo b/converters/hs-hslua-aeson/distinfo
new file mode 100644
index 00000000000..8d1f0ccd9a3
--- /dev/null
+++ b/converters/hs-hslua-aeson/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/02/12 08:10:19 pho Exp $
+
+BLAKE2s (hslua-aeson-2.1.0.tar.gz) = b80b4ab6a2f920f2c0cf18b9de7c3e9cefcd2108f83e5b41ed6f7718c341be2b
+SHA512 (hslua-aeson-2.1.0.tar.gz) = e9e53cbb652e64dc617f108c2088d4d24f807d7422517abeaedccfaf0b42b2b79d47908ec0bbf4883c332451bb68504b8b1bbf75ec8e50c033059b41bbe10aab
+Size (hslua-aeson-2.1.0.tar.gz) = 5849 bytes