# -*- 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.5.1 v github.tarball_from releases revision 0 wxWidgets.use wxWidgets-3.0 categories graphics maintainers {@pietvo vanoostrum.org:pieter} 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 f5992676aa660332c1e7d9ce7ff4bb4b8c04e006 \ sha256 017d52cb7ddabdbf63c6a47f39b2e5a1790022b95295b0d047817904e093245c \ size 142541 depends_lib path:lib/libcairo.dylib:cairo \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ path:lib/pkgconfig/poppler.pc:poppler \ port:${wxWidgets.port} depends_build port:pkgconfig use_autoconf yes configure.args --with-wxdir=${wxWidgets.wxdir}