Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 859AF7A260 for ; Wed, 27 Jul 2016 23:21:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2BBE285EF2; Wed, 27 Jul 2016 23:21:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B156585EB8 for ; Wed, 27 Jul 2016 23:21:31 +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 63WhtVN71vLN for ; Wed, 27 Jul 2016 23:21:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 52DBA84C8B for ; Wed, 27 Jul 2016 23:21:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4DCE5FBB5; Wed, 27 Jul 2016 23:21:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469661691104750" MIME-Version: 1.0 Date: Wed, 27 Jul 2016 23:21:31 +0000 From: "Aleksey Cheusov" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20160727232131.4DCE5FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469661691104750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cheusov Date: Wed Jul 27 23:21:31 UTC 2016 Modified Files: pkgsrc/textproc: Makefile Log Message: + csvtomd To generate a diff of this commit: cvs rdiff -u -r1.891 -r1.892 pkgsrc/textproc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469661691104750 Content-Disposition: inline Content-Length: 623 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.891 pkgsrc/textproc/Makefile:1.892 --- pkgsrc/textproc/Makefile:1.891 Tue Jul 26 17:30:18 2016 +++ pkgsrc/textproc/Makefile Wed Jul 27 23:21:31 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.891 2016/07/26 17:30:18 kamil Exp $ +# $NetBSD: Makefile,v 1.892 2016/07/27 23:21:31 cheusov Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -137,6 +137,7 @@ SUBDIR+= convertlit SUBDIR+= crimson SUBDIR+= crush-tools SUBDIR+= csvkit +SUBDIR+= csvtomd SUBDIR+= csvutils SUBDIR+= cwdiff SUBDIR+= dadadodo --_----------=_1469661691104750--