aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2020-05-18 07:36:40 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2020-05-18 07:36:40 +0000
commitae163ddc4ebc4ee94ebf2e29a8b4aa24d80c68ef (patch)
tree0c7bf1576e9fb9c213d0ef55880d1209783a8ecc /graphics/Makefile
parent36d425f2777a272dffb67f02d659b54379b416ff (diff)
downloadports-ae163ddc4ebc4ee94ebf2e29a8b4aa24d80c68ef.tar.gz
ports-ae163ddc4ebc4ee94ebf2e29a8b4aa24d80c68ef.zip
Small command-line application to view images from the terminal
written in Rust. It uses lower half blocks (\u2584) to fit 2 pixels into a single cell by adjusting foreground and background colours accordingly. When run, viu will check the value of $COLORTERM. If it contains either truecolor or 24bit, truecolor (16 million colors) will be used. If not, it will fallback to using only ansi256. WWW: https://github.com/atanunq/viu PR: 246370 Submitted by: Lewis Cook <vulcan@wired.sh> Approved by: ehaupt (mentor)
Notes
Notes: svn path=/head/; revision=535723
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 56ec26a37a1e..9cd46e80b8cb 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1041,6 +1041,7 @@
SUBDIR += vigra
SUBDIR += vips
SUBDIR += visprint
+ SUBDIR += viu
SUBDIR += vkd3d
SUBDIR += volpack
SUBDIR += vp