pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-doctemplates Import doctemplates-0.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5be90069c83
branches:  trunk
changeset: 409060:f5be90069c83
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Jan 15 11:35:54 2020 +0000

description:
Import doctemplates-0.8.1

This is the text templating system used by pandoc. It supports
variable interpolation, iteration, tests for non-blank values, pipes,
and partials. Templates are rendered to doclayout Docs, and variable
values may come from a variety of different sources, including aeson
Values.

diffstat:

 textproc/hs-doctemplates/DESCR         |   5 +++++
 textproc/hs-doctemplates/Makefile      |  18 ++++++++++++++++++
 textproc/hs-doctemplates/buildlink3.mk |  21 +++++++++++++++++++++
 textproc/hs-doctemplates/distinfo      |   6 ++++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 86877e3d6226 -r f5be90069c83 textproc/hs-doctemplates/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-doctemplates/DESCR    Wed Jan 15 11:35:54 2020 +0000
@@ -0,0 +1,5 @@
+This is the text templating system used by pandoc. It supports
+variable interpolation, iteration, tests for non-blank values, pipes,
+and partials. Templates are rendered to doclayout Docs, and variable
+values may come from a variety of different sources, including aeson
+Values.
diff -r 86877e3d6226 -r f5be90069c83 textproc/hs-doctemplates/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-doctemplates/Makefile Wed Jan 15 11:35:54 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/01/15 11:35:54 pho Exp $
+
+DISTNAME=      doctemplates-0.8.1
+CATEGORIES=    textproc
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Pandoc-style document templates
+LICENSE=       modified-bsd
+
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../textproc/hs-doclayout/buildlink3.mk"
+.include "../../textproc/hs-HsYAML/buildlink3.mk"
+.include "../../devel/hs-safe/buildlink3.mk"
+.include "../../math/hs-scientific/buildlink3.mk"
+.include "../../converters/hs-text-conversions/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 86877e3d6226 -r f5be90069c83 textproc/hs-doctemplates/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-doctemplates/buildlink3.mk    Wed Jan 15 11:35:54 2020 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/15 11:35:54 pho Exp $
+
+BUILDLINK_TREE+=       hs-doctemplates
+
+.if !defined(HS_DOCTEMPLATES_BUILDLINK3_MK)
+HS_DOCTEMPLATES_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-doctemplates+=        hs-doctemplates>=0.8.1
+BUILDLINK_ABI_DEPENDS.hs-doctemplates+=        hs-doctemplates>=0.8.1
+BUILDLINK_PKGSRCDIR.hs-doctemplates?=  ../../textproc/hs-doctemplates
+
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../textproc/hs-doclayout/buildlink3.mk"
+.include "../../textproc/hs-HsYAML/buildlink3.mk"
+.include "../../devel/hs-safe/buildlink3.mk"
+.include "../../math/hs-scientific/buildlink3.mk"
+.include "../../converters/hs-text-conversions/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.endif # HS_DOCTEMPLATES_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-doctemplates
diff -r 86877e3d6226 -r f5be90069c83 textproc/hs-doctemplates/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-doctemplates/distinfo Wed Jan 15 11:35:54 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/15 11:35:54 pho Exp $
+
+SHA1 (doctemplates-0.8.1.tar.gz) = 54159357b3a23ffdeb7d89ea9aae6b08a50f3bd4
+RMD160 (doctemplates-0.8.1.tar.gz) = d5baf799d38e8c7eec0f9a163d3867f90871a4af
+SHA512 (doctemplates-0.8.1.tar.gz) = eb733421ff884e19a5c0c637fe1eaa3d0fcee9b6382939b148a0f9b493dc7b5c27344411bb542b7244a96fe613d8a587074936ff81ec367027364c98d338d6f6
+Size (doctemplates-0.8.1.tar.gz) = 26476 bytes



Home | Main Index | Thread Index | Old Index