# -*- 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 name fig2dev version 3.2.9 revision 0 categories print graphics platforms darwin license Permissive maintainers nomaintainer description Translates Fig code to various graphics languages long_description Fig2dev is a set of tools for creating TeX documents \ with graphics which are portable, in the sense that they \ can be printed in a wide variety of environments. \ The fig2dev command translates Fig code to other \ graphic description languages. \ transfig is considered obsolete and is not installed. \ Drivers currently exist for the following graphics \ languages: (E)EPIC macros, LaTeX picture environment, PIC, \ PiCTeX, PostScript, and TeXtyl. homepage https://mcj.sourceforge.net master_sites sourceforge:project/mcj use_xz yes checksums rmd160 b7afc99d61fba9372336e34f5530e587ab5de7cb \ sha256 15e246c8d13cc72de25e08314038ad50ce7d2defa9cf1afc172fd7f5932090b1 \ size 529892 depends_lib port:ghostscript \ port:libpng \ port:xpm depends_run port:netpbm variant universal {} post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ CHANGES \ NOTES \ README \ ${docdir} } test.run yes test.target check livecheck.type regex livecheck.url https://sourceforge.net/projects/mcj/rss livecheck.regex ${name}-(\[0-9.a-z\]+)${extract.suffix}