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)
33 lines
686 B
Makefile
33 lines
686 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= diff-pdf
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2-27
|
|
DISTVERSIONSUFFIX= -gc4d6722
|
|
PORTREVISION= 5
|
|
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 compiler:c++11-lang 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}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/AM_PATH_WXCONFIG/ s,3.0.0,2.8.0,' ${WRKSRC}/configure.ac
|
|
|
|
.include <bsd.port.mk>
|