# -*- 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 # 1.0.7 does not work properly; don't update to it. # https://github.com/cslarsen/jp2a/issues/2 epoch 1 github.setup cslarsen jp2a 1.0.6 v revision 1 checksums rmd160 65cf03006f1bcd205ceb3ae294def87f878ce741 \ sha256 7869c13744b0e15c250cae88b55f0dfade17e6c2b0a03b309dbe89bd34b342d4 \ size 306975 categories graphics license GPL-2 platforms darwin maintainers nomaintainer description converts JPEG images to ASCII long_description The jp2a program will read JPEG images and print them \ in ASCII characters. Options let you control the output \ size. You know you want it. homepage https://csl.name/jp2a/ master_sites sourceforge:project/jp2a/jp2a/${version} use_bzip2 yes depends_lib port:curl path:include/turbojpeg.h:libjpeg-turbo port:ncurses