Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=OuAIbTZq; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bHVu2jWS Received: by mail.netbsd.org (Postfix, from userid 605) id BA6DB85067; Sat, 4 May 2024 12:25:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714825539; bh=GSzZg0RZi1Yh0yLznT59OIeqoBIC2pjqSyCcZJlCfpU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=OuAIbTZqXgufsDIBNJK+3d/V8NmFZ6q+KppvhomgO9f/koyMUAlC9G05tbXCdxipp ZhBDzcPkV8/h63DqUtIUQiJ53JFCvGF8FM/woAmA5+O3k6kB8rA4TvwalS0tbD7iAq xi+4R2c9T798hg9Tmq/WPxGQP2l2ZUM21aeaSQMc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC8F985066 for ; Sat, 4 May 2024 12:25:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 bLZJ3HH15gS4 for ; Sat, 4 May 2024 12:25:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3BBAB84D27 for ; Sat, 4 May 2024 12:25:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714825538; bh=GSzZg0RZi1Yh0yLznT59OIeqoBIC2pjqSyCcZJlCfpU=; h=Date:From:Subject:To:Reply-To; b=bHVu2jWSoIj+VepF/jr8Qpz2VwtliS/YTSj47rozV/+DbVAM70KmqKXuWBa1F9+Fu KoW2UTpp45va5MsW3OcyqqH+J8RO8zGKcKBqm5QOu0dqveE6NLXqpjr+vy3k8Qv+M+ u070W62Fkc+0kmgzO0DqqBNdJcGQqvljvFhWyc9E= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30742FA2C; Sat, 4 May 2024 12:25:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17148255388600" MIME-Version: 1.0 Date: Sat, 4 May 2024 12:25:38 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/converters To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240504122538.30742FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17148255388600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat May 4 12:25:38 UTC 2024 Modified Files: pkgsrc/converters: Makefile Log Message: converters/Makefile: + hs-pandoc To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 pkgsrc/converters/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17148255388600 Content-Disposition: inline Content-Length: 646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/Makefile diff -u pkgsrc/converters/Makefile:1.210 pkgsrc/converters/Makefile:1.211 --- pkgsrc/converters/Makefile:1.210 Tue Apr 30 07:40:16 2024 +++ pkgsrc/converters/Makefile Sat May 4 12:25:38 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.210 2024/04/30 07:40:16 wiz Exp $ +# $NetBSD: Makefile,v 1.211 2024/05/04 12:25:38 pho Exp $ # COMMENT= Document format and character code converters @@ -45,6 +45,7 @@ SUBDIR+= hs-emojis SUBDIR+= hs-hslua-aeson SUBDIR+= hs-json SUBDIR+= hs-lens-aeson +SUBDIR+= hs-pandoc SUBDIR+= hs-pandoc-base SUBDIR+= hs-pandoc-lua-engine SUBDIR+= hs-pandoc-server --_----------=_17148255388600--