Received: by mail.netbsd.org (Postfix, from userid 605) id 66CA784D43; Sun, 17 Nov 2019 06:03:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E50D484D40 for ; Sun, 17 Nov 2019 06:03:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yRpevQA3dDaT for ; Sun, 17 Nov 2019 06:03:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C6C584D3C for ; Sun, 17 Nov 2019 06:03:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6279CFA97; Sun, 17 Nov 2019 06:03:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1573970589138440" MIME-Version: 1.0 Date: Sun, 17 Nov 2019 06:03:09 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20191117060309.6279CFA97@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. --_----------=_1573970589138440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Nov 17 06:03:09 UTC 2019 Modified Files: pkgsrc/textproc: Makefile Log Message: textproc: add kpimtextedit To generate a diff of this commit: cvs rdiff -u -r1.1069 -r1.1070 pkgsrc/textproc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1573970589138440 Content-Disposition: inline Content-Length: 633 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1069 pkgsrc/textproc/Makefile:1.1070 --- pkgsrc/textproc/Makefile:1.1069 Thu Nov 14 09:25:47 2019 +++ pkgsrc/textproc/Makefile Sun Nov 17 06:03:09 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1069 2019/11/14 09:25:47 wiz Exp $ +# $NetBSD: Makefile,v 1.1070 2019/11/17 06:03:09 markd Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -382,6 +382,7 @@ SUBDIR+= kapidox SUBDIR+= kbanner SUBDIR+= kcodecs SUBDIR+= kcompletion +SUBDIR+= kpimtextedit SUBDIR+= latex2html SUBDIR+= libclucene SUBDIR+= libcroco --_----------=_1573970589138440--