pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-pandoc-lua-marshal



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb 12 08:14:11 UTC 2022

Added Files:
        pkgsrc/devel/hs-pandoc-lua-marshal: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
devel/hs-pandoc-lua-marshal: import hs-pandoc-lua-marshal-0.1.4

This package provides functions to marshal and unmarshal pandoc document
types to and from Lua.

The values of most types are pushed to pandoc as "userdata" objects that
wrap a stable pointer to the Haskell value; these objects come with methods
to access and modify their properties.

Sequences are pushed as normal Lua tables, but are augmented with
convenience functions.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-pandoc-lua-marshal/DESCR \
    pkgsrc/devel/hs-pandoc-lua-marshal/Makefile \
    pkgsrc/devel/hs-pandoc-lua-marshal/PLIST \
    pkgsrc/devel/hs-pandoc-lua-marshal/buildlink3.mk \
    pkgsrc/devel/hs-pandoc-lua-marshal/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-pandoc-lua-marshal/DESCR
diff -u /dev/null pkgsrc/devel/hs-pandoc-lua-marshal/DESCR:1.1
--- /dev/null   Sat Feb 12 08:14:11 2022
+++ pkgsrc/devel/hs-pandoc-lua-marshal/DESCR    Sat Feb 12 08:14:11 2022
@@ -0,0 +1,9 @@
+This package provides functions to marshal and unmarshal pandoc document
+types to and from Lua.
+
+The values of most types are pushed to pandoc as "userdata" objects that
+wrap a stable pointer to the Haskell value; these objects come with methods
+to access and modify their properties.
+
+Sequences are pushed as normal Lua tables, but are augmented with
+convenience functions.
Index: pkgsrc/devel/hs-pandoc-lua-marshal/Makefile
diff -u /dev/null pkgsrc/devel/hs-pandoc-lua-marshal/Makefile:1.1
--- /dev/null   Sat Feb 12 08:14:11 2022
+++ pkgsrc/devel/hs-pandoc-lua-marshal/Makefile Sat Feb 12 08:14:11 2022
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2022/02/12 08:14:11 pho Exp $
+
+DISTNAME=      pandoc-lua-marshal-0.1.4
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Use pandoc types in Lua
+LICENSE=       mit
+
+.include "../../lang/hs-hslua/buildlink3.mk"
+.include "../../lang/hs-hslua-marshalling/buildlink3.mk"
+.include "../../lang/hs-lua/buildlink3.mk"
+.include "../../textproc/hs-pandoc-types/buildlink3.mk"
+.include "../../devel/hs-safe/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-pandoc-lua-marshal/PLIST
diff -u /dev/null pkgsrc/devel/hs-pandoc-lua-marshal/PLIST:1.1
--- /dev/null   Sat Feb 12 08:14:11 2022
+++ pkgsrc/devel/hs-pandoc-lua-marshal/PLIST    Sat Feb 12 08:14:11 2022
@@ -0,0 +1,117 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/12 08:14:11 pho Exp $
+lib/pandoc-lua-marshal-${PKGVERSION}/${HS_VERSION}/package-description
+lib/pandoc-lua-marshal-${PKGVERSION}/${HS_VERSION}/package-id
+lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/AST.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/AST.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/AST.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Alignment.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Alignment.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Alignment.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Attr.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Attr.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Attr.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Block.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Block.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Block.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Cell.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Cell.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Cell.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Citation.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Citation.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Citation.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/CitationMode.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/CitationMode.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/CitationMode.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Content.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Content.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Content.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Filter.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Filter.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Filter.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Format.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Format.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Format.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Inline.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Inline.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Inline.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/List.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/List.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/List.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/ListAttributes.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/ListAttributes.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/ListAttributes.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/MathType.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/MathType.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/MathType.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/MetaValue.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/MetaValue.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/MetaValue.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Pandoc.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Pandoc.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Pandoc.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/QuoteType.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/QuoteType.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/QuoteType.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Row.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Row.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Row.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Shared.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Shared.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/Shared.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/SimpleTable.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/SimpleTable.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/SimpleTable.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/TableFoot.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/TableFoot.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/TableFoot.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/TableHead.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/TableHead.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/TableHead.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/TableParts.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/TableParts.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Marshal/TableParts.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/SpliceList.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/SpliceList.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/SpliceList.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Topdown.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Topdown.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Topdown.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Walk.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Walk.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Lua/Walk.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/CHANGELOG.md
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/README.md
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-AST.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-Alignment.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-Attr.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-Block.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-Cell.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-Citation.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-CitationMode.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-Content.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-Filter.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-Format.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-Inline.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-List.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-ListAttributes.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-MathType.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-MetaValue.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-Pandoc.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-QuoteType.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-Row.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-SimpleTable.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-TableFoot.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-TableHead.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/Text-Pandoc-Lua-Marshal-TableParts.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/pandoc-lua-marshal.haddock
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/pandoc-lua-marshal-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/devel/hs-pandoc-lua-marshal/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-pandoc-lua-marshal/buildlink3.mk:1.1
--- /dev/null   Sat Feb 12 08:14:11 2022
+++ pkgsrc/devel/hs-pandoc-lua-marshal/buildlink3.mk    Sat Feb 12 08:14:11 2022
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/02/12 08:14:11 pho Exp $
+
+BUILDLINK_TREE+=       hs-pandoc-lua-marshal
+
+.if !defined(HS_PANDOC_LUA_MARSHAL_BUILDLINK3_MK)
+HS_PANDOC_LUA_MARSHAL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-pandoc-lua-marshal+=  hs-pandoc-lua-marshal>=0.1.4
+BUILDLINK_ABI_DEPENDS.hs-pandoc-lua-marshal+=  hs-pandoc-lua-marshal>=0.1.4
+BUILDLINK_PKGSRCDIR.hs-pandoc-lua-marshal?=    ../../devel/hs-pandoc-lua-marshal
+
+.include "../../lang/hs-hslua/buildlink3.mk"
+.include "../../lang/hs-hslua-marshalling/buildlink3.mk"
+.include "../../lang/hs-lua/buildlink3.mk"
+.include "../../textproc/hs-pandoc-types/buildlink3.mk"
+.include "../../devel/hs-safe/buildlink3.mk"
+.endif # HS_PANDOC_LUA_MARSHAL_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-pandoc-lua-marshal
Index: pkgsrc/devel/hs-pandoc-lua-marshal/distinfo
diff -u /dev/null pkgsrc/devel/hs-pandoc-lua-marshal/distinfo:1.1
--- /dev/null   Sat Feb 12 08:14:11 2022
+++ pkgsrc/devel/hs-pandoc-lua-marshal/distinfo Sat Feb 12 08:14:11 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/02/12 08:14:11 pho Exp $
+
+BLAKE2s (pandoc-lua-marshal-0.1.4.tar.gz) = d7d817f9430677a92f50ea1446d447c294c116ad660c78d651c77a4ee648fc96
+SHA512 (pandoc-lua-marshal-0.1.4.tar.gz) = 2017ea0040215f9cbdace17ee20b6d1f692443baeb8d6b9faddaea001e85ddc564c10be3c78582c6f4e9b30a19086056b73bddd67311971d92b8795e9cf90fdc
+Size (pandoc-lua-marshal-0.1.4.tar.gz) = 41044 bytes



Home | Main Index | Thread Index | Old Index