pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hs-doclayout Import doclayout-0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ebf62bda833
branches: trunk
changeset: 409038:6ebf62bda833
user: pho <pho%pkgsrc.org@localhost>
date: Wed Jan 15 06:45:04 2020 +0000
description:
Import doclayout-0.3
doclayout is a prettyprinting library for laying out text documents,
with several features not present in prettyprinting libraries designed
for code. It was designed for use in pandoc.
diffstat:
textproc/hs-doclayout/DESCR | 3 +++
textproc/hs-doclayout/Makefile | 12 ++++++++++++
textproc/hs-doclayout/buildlink3.mk | 15 +++++++++++++++
textproc/hs-doclayout/distinfo | 6 ++++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r ce3e8a9aef10 -r 6ebf62bda833 textproc/hs-doclayout/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-doclayout/DESCR Wed Jan 15 06:45:04 2020 +0000
@@ -0,0 +1,3 @@
+doclayout is a prettyprinting library for laying out text documents,
+with several features not present in prettyprinting libraries designed
+for code. It was designed for use in pandoc.
diff -r ce3e8a9aef10 -r 6ebf62bda833 textproc/hs-doclayout/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-doclayout/Makefile Wed Jan 15 06:45:04 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/15 06:45:04 pho Exp $
+
+DISTNAME= doclayout-0.3
+CATEGORIES= textproc
+
+MAINTAINER= pho%cielonegro.org@localhost
+COMMENT= Prettyprinting library for laying out text documents
+LICENSE= modified-bsd
+
+.include "../../devel/hs-safe/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ce3e8a9aef10 -r 6ebf62bda833 textproc/hs-doclayout/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-doclayout/buildlink3.mk Wed Jan 15 06:45:04 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/15 06:45:04 pho Exp $
+
+BUILDLINK_TREE+= hs-doclayout
+
+.if !defined(HS_DOCLAYOUT_BUILDLINK3_MK)
+HS_DOCLAYOUT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-doclayout+= hs-doclayout>=0.3
+BUILDLINK_ABI_DEPENDS.hs-doclayout+= hs-doclayout>=0.3
+BUILDLINK_PKGSRCDIR.hs-doclayout?= ../../textproc/hs-doclayout
+
+.include "../../devel/hs-safe/buildlink3.mk"
+.endif # HS_DOCLAYOUT_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-doclayout
diff -r ce3e8a9aef10 -r 6ebf62bda833 textproc/hs-doclayout/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-doclayout/distinfo Wed Jan 15 06:45:04 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/15 06:45:04 pho Exp $
+
+SHA1 (doclayout-0.3.tar.gz) = 493657595ee839317a4d6aa044b30bf7bff35029
+RMD160 (doclayout-0.3.tar.gz) = 36d1c4c7c5ab21305c7aafb40310bb0febf7f6a7
+SHA512 (doclayout-0.3.tar.gz) = ccb8c41977c5cea47294157c812a31b3be5bddc872915d8baf0d9063d597429606d83e4f7cf9e4aea9b1e1416cbcf732fbbcd71b6659de6510c661f9225d33d0
+Size (doclayout-0.3.tar.gz) = 11968 bytes
Home |
Main Index |
Thread Index |
Old Index