Release 0.77.0:
core:
* Fix crash on signature handling. Issue #766
* Fix small memory leak in SignatureHandler::getCertificateInfo
* Splash: Restrict filling of overlapping boxes. Issue #750
* Fix crash on malformed files
qt5:
* Fix optional content handling with exclusive layers
cpp:
* Make render_page thread-safe
utils:
* pdfsig: Fix small memory leak
* pdftotext: Fix typo in manpage
PR: 238115
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
29 lines
581 B
Makefile
29 lines
581 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= diffpdf
|
|
PORTVERSION= 2.1.3
|
|
PORTREVISION= 7
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.qtrac.eu/
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Compare two PDF files-textually or visually
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
|
|
|
|
USES= compiler:c++11-lang qmake qt:5
|
|
USE_GL= gl
|
|
USE_QT= buildtools linguist_build core gui printsupport widgets
|
|
|
|
PLIST_FILES= bin/diffpdf
|
|
|
|
pre-configure:
|
|
${LRELEASE} ${BUILD_WRKSRC}/${PORTNAME}.pro
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/diffpdf ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|