From owner-svn-ports-all@freebsd.org Tue May 15 12:04:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EB87EB1D60; Tue, 15 May 2018 12:04:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3499D790C0; Tue, 15 May 2018 12:04:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 2A89D7737; Tue, 15 May 2018 12:04:40 +0000 (UTC) Date: Tue, 15 May 2018 12:04:40 +0000 From: Alexey Dokuchaev To: Luca Pizzamiglio Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files Message-ID: <20180515120440.GA44225@FreeBSD.org> References: <201805150843.w4F8hAZI019968@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201805150843.w4F8hAZI019968@repo.freebsd.org> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 12:04:40 -0000 On Tue, May 15, 2018 at 08:43:10AM +0000, Luca Pizzamiglio wrote: > New Revision: 470005 > URL: https://svnweb.freebsd.org/changeset/ports/470005 > > Log: > textproc/bat: a cat(1) clone with syntax highlighting > > Add bat, a cat(1) clone with syntax highlighting, Git integration > and automatic paging o_O > Written in Rust. > [...] > +CARGO_CRATES= aho-corasick-0.6.4 \ > + ansi_term-0.10.2 \ > + ansi_term-0.11.0 \ > + atty-0.2.10 \ > + backtrace-0.3.7 \ > + backtrace-sys-0.1.16 \ > + base64-0.8.0 \ < shitload of weird creates skipped > > + winapi-0.2.8 \ > + winapi-0.3.4 \ > + winapi-build-0.1.1 \ > + winapi-i686-pc-windows-gnu-0.4.0 \ > + winapi-x86_64-pc-windows-gnu-0.4.0 \ WinAPI in the cat(1) clone? Oh boy. ./danfe