Date: Tue, 15 May 2018 12:04:40 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Luca Pizzamiglio <pizzamig@FreeBSD.org> 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> In-Reply-To: <201805150843.w4F8hAZI019968@repo.freebsd.org> References: <201805150843.w4F8hAZI019968@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180515120440.GA44225>