Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=TWzwj6wo; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=pf6Q+sch Received: by mail.netbsd.org (Postfix, from userid 605) id 4BCBD85042; Sun, 5 May 2024 09:27:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714901244; bh=PJuzN8RE4INsQ0xd7rZbuDbbqS4B7LUHuHTZNN3Ywds=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=TWzwj6woL5Koz2UIHrsK0WxKSZvv2YgezPwAyTAulSkutPpmq/tSw5FLuCEjZxJG0 MPsTCo4NJgCcR1va+u66r7RzQu7yx5mgfpGhS2Gbosh3DIXEHjQ9yE4Kx99rLTlIBq rxr4m16GD3dgn88iPcyqRdcYlucSff/v3ihs91mk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D66A84E62 for ; Sun, 5 May 2024 09:27:23 +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 D7GaYodob1Fp for ; Sun, 5 May 2024 09:27:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C452084CE8 for ; Sun, 5 May 2024 09:27:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714901242; bh=PJuzN8RE4INsQ0xd7rZbuDbbqS4B7LUHuHTZNN3Ywds=; h=Date:From:Subject:To:Reply-To; b=pf6Q+schYflVwHAQ7GhT+n7/1olhKQnV3nVCn7OEkPbId1w3xAig9e+byRZFkxIDe 35ZZoZoIAxG6pAv5B8eP37lUn8saaUcaoBGCQ/dhMPCmnSARH4/CZcJg18B1f98tR3 hX98h1KugccWEDFz4xaLXd0DBgPuXkAuj82oU4aI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD52FFA2C; Sun, 5 May 2024 09:27:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714901242229500" MIME-Version: 1.0 Date: Sun, 5 May 2024 09:27:22 +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: <20240505092722.BD52FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714901242229500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun May 5 09:27:22 UTC 2024 Modified Files: pkgsrc/converters: Makefile Log Message: converters/Makefile: + pandoc-cli To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 pkgsrc/converters/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714901242229500 Content-Disposition: inline Content-Length: 641 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/Makefile diff -u pkgsrc/converters/Makefile:1.212 pkgsrc/converters/Makefile:1.213 --- pkgsrc/converters/Makefile:1.212 Sun May 5 06:01:50 2024 +++ pkgsrc/converters/Makefile Sun May 5 09:27:22 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.212 2024/05/05 06:01:50 pho Exp $ +# $NetBSD: Makefile,v 1.213 2024/05/05 09:27:22 pho Exp $ # COMMENT= Document format and character code converters @@ -120,6 +120,7 @@ SUBDIR+= p5-Unicode-UTF8simple SUBDIR+= p5-chkjis SUBDIR+= p5-nkf SUBDIR+= pandoc +SUBDIR+= pandoc-cli SUBDIR+= pdf2svg SUBDIR+= pear-I18n_UnicodeNormalizer SUBDIR+= php-iconv --_----------=_1714901242229500--