aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-07-18 01:52:25 +0800
committeryuri <yuri@FreeBSD.org>2018-07-18 01:52:25 +0800
commita66018bde2a71ee258f1466e08b6b5de5da88b49 (patch)
treee194dc8518e35f5c37ceefa50f26e4a20e82aa40 /graphics
parent735fe8f372f436e6f4a58a651a300d158b36c824 (diff)
downloadfreebsd-ports-gnome-a66018bde2a71ee258f1466e08b6b5de5da88b49.tar.gz
freebsd-ports-gnome-a66018bde2a71ee258f1466e08b6b5de5da88b49.tar.zst
freebsd-ports-gnome-a66018bde2a71ee258f1466e08b6b5de5da88b49.zip
New port: graphics/diff-pdf: Tool for visually comparing two PDFs
PR: 229757 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/diff-pdf/Makefile28
-rw-r--r--graphics/diff-pdf/distinfo3
-rw-r--r--graphics/diff-pdf/pkg-descr9
4 files changed, 41 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index bbdc1f8fc53f..8a6ec52c2125 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -138,6 +138,7 @@
SUBDIR += derelict-gl3
SUBDIR += devil
SUBDIR += dia
+ SUBDIR += diff-pdf
SUBDIR += diffpdf
SUBDIR += digikam
SUBDIR += digikam-kde4
diff --git a/graphics/diff-pdf/Makefile b/graphics/diff-pdf/Makefile
new file mode 100644
index 000000000000..ef5446805d80
--- /dev/null
+++ b/graphics/diff-pdf/Makefile
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= diff-pdf
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.2-27
+DISTVERSIONSUFFIX= -gc4d6722
+CATEGORIES= graphics
+
+MAINTAINER= uzsolt@uzsolt.hu
+COMMENT= Tool for visually comparing two PDFs
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libpoppler.so:graphics/poppler \
+ libpoppler-glib.so:graphics/poppler-glib
+
+USES= autoreconf pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= vslavik
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
+USE_GNOME= cairo glib20
+USE_WX= 2.8+
+
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/graphics/diff-pdf/distinfo b/graphics/diff-pdf/distinfo
new file mode 100644
index 000000000000..796c2ff3cc1d
--- /dev/null
+++ b/graphics/diff-pdf/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1531601752
+SHA256 (vslavik-diff-pdf-v0.2-27-gc4d6722_GH0.tar.gz) = 98273411476598dd69b61d13f360303ca2b81b97c56af930a9228d05a75deadb
+SIZE (vslavik-diff-pdf-v0.2-27-gc4d6722_GH0.tar.gz) = 35829
diff --git a/graphics/diff-pdf/pkg-descr b/graphics/diff-pdf/pkg-descr
new file mode 100644
index 000000000000..875fd6cbf425
--- /dev/null
+++ b/graphics/diff-pdf/pkg-descr
@@ -0,0 +1,9 @@
+A tool for visual comparison of two PDFs.
+
+It takes two PDF files as arguments.
+If given the --pdf option, output-diff produces a PDF file with
+visually highlighted differences.
+Another option is to compare the two files visually in a simple GUI,
+using the --view argument.
+
+WWW: http://vslavik.github.io/diff-pdf/