forked from Lainports/freebsd-ports
New port: graphics/diff-pdf: Tool for visually comparing two PDFs
PR: 229757 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu>
This commit is contained in:
parent
79e635f634
commit
7a2ec8ed2e
4 changed files with 41 additions and 0 deletions
|
|
@ -138,6 +138,7 @@
|
|||
SUBDIR += derelict-gl3
|
||||
SUBDIR += devil
|
||||
SUBDIR += dia
|
||||
SUBDIR += diff-pdf
|
||||
SUBDIR += diffpdf
|
||||
SUBDIR += digikam
|
||||
SUBDIR += digikam-kde4
|
||||
|
|
|
|||
28
graphics/diff-pdf/Makefile
Normal file
28
graphics/diff-pdf/Makefile
Normal file
|
|
@ -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>
|
||||
3
graphics/diff-pdf/distinfo
Normal file
3
graphics/diff-pdf/distinfo
Normal file
|
|
@ -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
|
||||
9
graphics/diff-pdf/pkg-descr
Normal file
9
graphics/diff-pdf/pkg-descr
Normal file
|
|
@ -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/
|
||||
Loading…
Add table
Reference in a new issue