GET /api/v1/ports/diff-pdf/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "diff-pdf",
"portdir": "graphics/diff-pdf",
"version": "0.5.2",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://vslavik.github.io/diff-pdf",
"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.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "pieter",
"github": "pietvo",
"ports_count": 3
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"cairo",
"poppler",
"wxWidgets-3.2",
"glib2"
]
}
],
"depends_on": []
}