pkgsrc-WIP-changes archive

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

Import hs-cmark 0.6.



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <dressupgeekout%gmail.com@localhost>
Pushed By:	cfkoch
Date:		Wed Dec 30 13:37:21 2020 -0800
Changeset:	36a426b4906e5a52190fd5808437e0f38ae78a7e

Modified Files:
	Makefile
Added Files:
	hs-cmark/DESCR
	hs-cmark/Makefile
	hs-cmark/buildlink3.mk
	hs-cmark/distinfo

Log Message:
Import hs-cmark 0.6.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=36a426b4906e5a52190fd5808437e0f38ae78a7e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile               |  1 +
 hs-cmark/DESCR         |  2 ++
 hs-cmark/Makefile      | 11 +++++++++++
 hs-cmark/buildlink3.mk | 14 ++++++++++++++
 hs-cmark/distinfo      |  6 ++++++
 5 files changed, 34 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c730e870b1..42a111eec5 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/hs-cmark/DESCR b/hs-cmark/DESCR
new file mode 100644
index 0000000000..342bbf345b
--- /dev/null
+++ b/hs-cmark/DESCR
@@ -0,0 +1,2 @@
+This package provides Haskell bindings for libcmark, the reference parser
+for CommonMark, a fully specified variant of Markdown.
diff --git a/hs-cmark/Makefile b/hs-cmark/Makefile
new file mode 100644
index 0000000000..4ed86bf2a5
--- /dev/null
+++ b/hs-cmark/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD$
+
+DISTNAME=	cmark-0.6
+CATEGORIES=	textproc
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+COMMENT=	Parser for CommonMark
+LICENSE=	modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/hs-cmark/buildlink3.mk b/hs-cmark/buildlink3.mk
new file mode 100644
index 0000000000..ebcee4c5d0
--- /dev/null
+++ b/hs-cmark/buildlink3.mk
@@ -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
diff --git a/hs-cmark/distinfo b/hs-cmark/distinfo
new file mode 100644
index 0000000000..6b03f75515
--- /dev/null
+++ b/hs-cmark/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index