-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
textproc/hs-pandoc-types: Update to 1.23
[1.23] * Remove Null constructor from Block (#91) [API change]. * ToJSONFilter: Add instance for MonadIO (#105, Willem Van Onsem) [API change]. * Add `Figure` block constructor (Albert Krewinkel, Aner Lucero, and Christian Despres) [API change]. The new Figure block represents a figure with attributes, caption, and arbitrary block content.
- Loading branch information
1 parent
1f4c0d1
commit 36a0f0e
Showing
4 changed files
with
62 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.27 2022/08/23 14:15:52 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.28 2023/01/27 15:51:06 pho Exp $ | ||
|
||
DISTNAME= pandoc-types-1.22.2.1 | ||
DISTNAME= pandoc-types-1.23 | ||
CATEGORIES= textproc | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,63 @@ | ||
@comment $NetBSD: PLIST,v 1.4 2021/04/24 17:05:02 pho Exp $ | ||
@comment $NetBSD: PLIST,v 1.5 2023/01/27 15:51:06 pho Exp $ | ||
lib/pandoc-types-${PKGVERSION}/${HS_VERSION}/package-description | ||
lib/pandoc-types-${PKGVERSION}/${HS_VERSION}/package-id | ||
lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Paths_pandoc_types.dyn_hi | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Paths_pandoc_types.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Paths_pandoc_types.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Paths_pandoc_types.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Arbitrary.dyn_hi | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Paths_pandoc_types.p_hi | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Arbitrary.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Arbitrary.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Arbitrary.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Builder.dyn_hi | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Arbitrary.p_hi | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Builder.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Builder.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Builder.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Definition.dyn_hi | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Builder.p_hi | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Definition.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Definition.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Definition.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Generic.dyn_hi | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Definition.p_hi | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Generic.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Generic.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Generic.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/JSON.dyn_hi | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Generic.p_hi | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/JSON.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/JSON.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/JSON.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Walk.dyn_hi | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/JSON.p_hi | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Walk.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Walk.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/Walk.p_hi | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Text/Pandoc/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-types-${PKGVERSION}/LICENSE | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Arbitrary.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Builder.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Definition.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Generic.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/Text-Pandoc-JSON.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Walk.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-60.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-A.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-All.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-B.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-C.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-D.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-E.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-F.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-H.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-I.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-L.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-M.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-N.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-O.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-P.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-Q.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-R.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-S.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-T.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-U.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-W.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/haddock-bundle.min.js | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/index.html | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/linuwial.css | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/meta.json | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/pandoc-types.haddock | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/quick-jump.css | ||
share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/synopsis.png | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/LICENSE | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Arbitrary.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Builder.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Definition.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Generic.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/Text-Pandoc-JSON.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/Text-Pandoc-Walk.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-60.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-A.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-All.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-B.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-C.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-D.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-E.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-F.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-H.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-I.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-L.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-M.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-N.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-O.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-P.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-Q.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-R.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-S.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-T.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-U.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index-W.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/doc-index.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/haddock-bundle.min.js | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/index.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/linuwial.css | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/meta.json | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/pandoc-types.haddock | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/quick-jump.css | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/pandoc-types-${PKGVERSION}/html/synopsis.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.9 2022/08/23 14:15:52 wiz Exp $ | ||
$NetBSD: distinfo,v 1.10 2023/01/27 15:51:06 pho Exp $ | ||
|
||
BLAKE2s (pandoc-types-1.22.2.1.tar.gz) = f9b72ed961baf5ae3da09e32b8bb129b82c896e2204e032be1bc4f8946f08c60 | ||
SHA512 (pandoc-types-1.22.2.1.tar.gz) = f5d8983d52e86e4b9a6c5f55610855df47efeffeb30444999d158ef5d02e571be6f77172c5789b6f2dba7bf3f2cd8daaa950ae9a1bd50283b5b67a11daeb9a46 | ||
Size (pandoc-types-1.22.2.1.tar.gz) = 35485 bytes | ||
BLAKE2s (pandoc-types-1.23.tar.gz) = db337990747c80769051b0d008695ce8e0c9be9a689e48b1569f3e06dc379b55 | ||
SHA512 (pandoc-types-1.23.tar.gz) = 9671ac11515bab2a134720cbdb3add0f4a2528e9a8ec32a13c080f3553e0b1355c427441f953df88340a2c8e5597279e79919517ea944d200d3557df5e601bb4 | ||
Size (pandoc-types-1.23.tar.gz) = 35901 bytes |