pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Mar 30 16:47:25 UTC 2020

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/hs-lucid: DESCR Makefile buildlink3.mk distinfo

Log Message:
hs-lucid: Import version 2.9.12


To generate a diff of this commit:
cvs rdiff -u -r1.1123 -r1.1124 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hs-lucid/DESCR \
    pkgsrc/textproc/hs-lucid/Makefile pkgsrc/textproc/hs-lucid/buildlink3.mk \
    pkgsrc/textproc/hs-lucid/distinfo

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

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1123 pkgsrc/textproc/Makefile:1.1124
--- pkgsrc/textproc/Makefile:1.1123     Mon Mar 30 16:46:10 2020
+++ pkgsrc/textproc/Makefile    Mon Mar 30 16:47:25 2020
@@ -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-regex-xmlschema
 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

Added files:

Index: pkgsrc/textproc/hs-lucid/DESCR
diff -u /dev/null pkgsrc/textproc/hs-lucid/DESCR:1.1
--- /dev/null   Mon Mar 30 16:47:25 2020
+++ pkgsrc/textproc/hs-lucid/DESCR      Mon Mar 30 16:47:25 2020
@@ -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_).
Index: pkgsrc/textproc/hs-lucid/Makefile
diff -u /dev/null pkgsrc/textproc/hs-lucid/Makefile:1.1
--- /dev/null   Mon Mar 30 16:47:25 2020
+++ pkgsrc/textproc/hs-lucid/Makefile   Mon Mar 30 16:47:25 2020
@@ -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"
Index: pkgsrc/textproc/hs-lucid/buildlink3.mk
diff -u /dev/null pkgsrc/textproc/hs-lucid/buildlink3.mk:1.1
--- /dev/null   Mon Mar 30 16:47:25 2020
+++ pkgsrc/textproc/hs-lucid/buildlink3.mk      Mon Mar 30 16:47:25 2020
@@ -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
Index: pkgsrc/textproc/hs-lucid/distinfo
diff -u /dev/null pkgsrc/textproc/hs-lucid/distinfo:1.1
--- /dev/null   Mon Mar 30 16:47:25 2020
+++ pkgsrc/textproc/hs-lucid/distinfo   Mon Mar 30 16:47:25 2020
@@ -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