pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc hs-lucid: Import version 2.9.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c9f2ac714ef
branches: trunk
changeset: 426352:5c9f2ac714ef
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Mon Mar 30 16:47:25 2020 +0000
description:
hs-lucid: Import version 2.9.12
diffstat:
textproc/Makefile | 3 ++-
textproc/hs-lucid/DESCR | 7 +++++++
textproc/hs-lucid/Makefile | 16 ++++++++++++++++
textproc/hs-lucid/buildlink3.mk | 13 +++++++++++++
textproc/hs-lucid/distinfo | 6 ++++++
5 files changed, 44 insertions(+), 1 deletions(-)
diffs (75 lines):
diff -r f83eafc3bf07 -r 5c9f2ac714ef textproc/Makefile
--- a/textproc/Makefile Mon Mar 30 16:46:47 2020 +0000
+++ b/textproc/Makefile Mon Mar 30 16:47:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1123 2020/03/30 16:46:10 riastradh Exp $
+# $NetBSD: Makefile,v 1.1124 2020/03/30 16:47:25 riastradh Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -309,6 +309,7 @@
SUBDIR+= hs-hxt-unicode
SUBDIR+= hs-jira-wiki-markup
SUBDIR+= hs-libyaml
+SUBDIR+= hs-lucid
SUBDIR+= hs-megaparsec
SUBDIR+= hs-pandoc-types
SUBDIR+= hs-polyparse
diff -r f83eafc3bf07 -r 5c9f2ac714ef textproc/hs-lucid/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-lucid/DESCR Mon Mar 30 16:47:25 2020 +0000
@@ -0,0 +1,7 @@
+Clear to write, read and edit DSL for writing HTML.
+
+- Names are consistent, and do not conflict with base or are keywords
+ (all have suffix _).
+
+- Same combinator can be used for attributes and elements
+ (e.g. style_).
diff -r f83eafc3bf07 -r 5c9f2ac714ef textproc/hs-lucid/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-lucid/Makefile Mon Mar 30 16:47:25 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:47:25 riastradh Exp $
+
+DISTNAME= lucid-2.9.12
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=lucid-${PKGVERSION_NOREV}/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/chrisdone/lucid
+COMMENT= Clear to write, read and edit DSL for HTML
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../devel/hs-mmorph/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f83eafc3bf07 -r 5c9f2ac714ef textproc/hs-lucid/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-lucid/buildlink3.mk Mon Mar 30 16:47:25 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:47:25 riastradh Exp $
+
+BUILDLINK_TREE+= hs-lucid
+
+.if !defined(HS_LUCID_BUILDLINK3_MK)
+HS_LUCID_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-lucid+= hs-lucid>=2.9.12
+BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.9.12
+BUILDLINK_PKGSRCDIR.hs-lucid?= ../../textproc/hs-lucid
+.endif # HS_LUCID_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-lucid
diff -r f83eafc3bf07 -r 5c9f2ac714ef textproc/hs-lucid/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-lucid/distinfo Mon Mar 30 16:47:25 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:47:25 riastradh Exp $
+
+SHA1 (lucid-2.9.12.tar.gz) = 5e06ce23684dc55f62645e3e53a203c21ee10142
+RMD160 (lucid-2.9.12.tar.gz) = 04da3f4f1730e83c3fa46e130ca12cb2831a1368
+SHA512 (lucid-2.9.12.tar.gz) = d26bd0889032482d91c69f23b237437a9ab133e87143364f9b134434bdd5cc849b6393f837f6096410dae51058a47e444c2d4b04a56e8f4f64d5104732180a54
+Size (lucid-2.9.12.tar.gz) = 20264 bytes
Home |
Main Index |
Thread Index |
Old Index