Import hs-cmark 0.6.

This commit is contained in:
Charlotte Koch 2020-12-30 13:37:21 -08:00
parent 8cf2c71da8
commit 36a426b490
5 changed files with 34 additions and 0 deletions

View File

@ -1419,6 +1419,7 @@ SUBDIR+= hs-chalkboard
SUBDIR+= hs-chalkboard-viewer
SUBDIR+= hs-chunks
SUBDIR+= hs-citeproc-hs
SUBDIR+= hs-cmark
SUBDIR+= hs-collections-api
SUBDIR+= hs-collections-base-instances
SUBDIR+= hs-colorize-haskell

2
hs-cmark/DESCR Normal file
View File

@ -0,0 +1,2 @@
This package provides Haskell bindings for libcmark, the reference parser
for CommonMark, a fully specified variant of Markdown.

11
hs-cmark/Makefile Normal file
View File

@ -0,0 +1,11 @@
# $NetBSD$
DISTNAME= cmark-0.6
CATEGORIES= textproc
MAINTAINER= cfkoch@edgebsd.org
COMMENT= Parser for CommonMark
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"

14
hs-cmark/buildlink3.mk Normal file
View File

@ -0,0 +1,14 @@
# $NetBSD$
BUILDLINK_TREE+= hs-cmark
.if !defined(HS_CMARK_BUILDLINK3_MK)
HS_CMARK_BUILDLINK3_MK:= # defined
BUILDLINK_API_DEPENDS.hs-cmark+= hs-cmark>=0.6
BUILDLINK_ABI_DEPENDS.hs-cmark+= hs-cmark>=0.6
BUILDLINK_PKGSRCDIR.hs-cmark?= ../../wip/hs-cmark
.endif # HS_CMARK_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-cmark

6
hs-cmark/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (cmark-0.6.tar.gz) = 5bb82b3f5bd6876d963048497b737f5ec8447beb
RMD160 (cmark-0.6.tar.gz) = bc2d6adbc298ee7b5642e391f528050921740b6d
SHA512 (cmark-0.6.tar.gz) = 35d2851bb1d3305000527cfce81253c9492a3e3205e73418fe42fcc9f8e5f8e396a7ecf81ad4a003a2dd4a571c4f7d051bc6812c07a5c79dc30eac1d45fca4f5
Size (cmark-0.6.tar.gz) = 169132 bytes