# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup compiler_blacklist_versions 1.0 github.setup hpjansson chafa 1.14.4 github.tarball_from releases revision 1 homepage https://hpjansson.org/chafa description Terminal graphics for the 21st century long_description {*}${description}. Chafa is a command-line utility that \ converts all kinds of images, including animated GIFs, \ into sixel or ANSI/Unicode character output that can be \ displayed in a terminal. It is highly configurable, with \ support for alpha transparency and multiple color modes \ and color spaces, combining selectable ranges of Unicode \ characters to produce the desired output. categories graphics license LGPL-3 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer platforms darwin linux checksums rmd160 9a425e3831a526d817e1eda26840281dcd47726a \ sha256 d0708a63f05b79269dae862a42671e38aece47fbd4fc852904bca51a65954454 \ size 992736 depends_build-append \ port:gtk-doc \ bin:pkg-config:pkgconfig depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:ImageMagick \ port:gettext-runtime \ port:freetype \ port:libjpeg-turbo \ port:libjxl \ port:tiff \ port:webp use_xz yes # smolscale.c:640:5: error: use of unknown # builtin '__builtin_cpu_init' # uses newer intrinsic functions # https://trac.macports.org/ticket/66729 compiler.blacklist-append \ {*gcc-[3-4].*} {clang < 1001}