Received: by mail.netbsd.org (Postfix, from userid 605) id C867484E08; Mon, 30 Mar 2020 16:47:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51A9484E04 for ; Mon, 30 Mar 2020 16:47:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Km4g0dVN5KCR for ; Mon, 30 Mar 2020 16:47:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA52984D32 for ; Mon, 30 Mar 2020 16:47:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6B02FB27; Mon, 30 Mar 2020 16:47:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158558684582630" MIME-Version: 1.0 Date: Mon, 30 Mar 2020 16:47:25 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20200330164725.B6B02FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158558684582630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_158558684582630 Content-Disposition: inline Content-Length: 3078 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_158558684582630--