# -*- 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 wxWidgets 1.0 github.setup vslavik diff-pdf 0.3 v github.tarball_from releases revision 5 wxWidgets.use wxWidgets-3.0 categories graphics maintainers {@pietvo vanoostrum.org:piet} openmaintainer platforms darwin installs_libs no license GPL-2+ description diff-pdf is a tool for visually comparing two PDFs. long_description \ It takes two PDF files as arguments. By default, its only output is \ its return code, which is 0 if there are no differences and 1 if the \ two PDFs differ. If given the `--output-diff` option, it produces a \ PDF file with visually highlighted differences. \ With the `--view` argument it opens a window that lets you view the \ files' pages and zoom in on details. homepage https://vslavik.github.io/diff-pdf checksums rmd160 f2d8071f2b5378d29ffd0bae1124011cec2efe92 \ sha256 8f1beb45d48fecfb09c802e95154ad9b8d4b73e90796eaf7ab835f107b495da0 \ size 132862 depends_lib path:lib/libcairo.dylib:cairo \ port:poppler \ port:${wxWidgets.port} depends_build port:pkgconfig configure.args --with-wxdir=${wxWidgets.wxdir}