mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
1c19339682
Release 0.88.0: core: * Support Widget Annotation Buttons not linked to any Form * SplashOuputDev: Use stroking opacity when clipping to a stroke path * Handle 1 bit RGB images in ICC colorspace * Internal code improvements qt5: * Add Document::signatures. Returns signatures not attached to any page * ArthurOutputDev: Fix font hinting * ArthurOutputDev: Set the opacity when filling with axial gradients * ArthurOutputDev: Implement the clipToStrokePath method * ArthurOutputDev: Use stroking opacity when clipping to a stroke path glib: * Add poppler_page_get_bounding_box * Add poppler_form_field_get_alternate_ui_name * Implement rotation for 'flagNoRotate' annots. Issue #767 cpp: * Add non_raw_non_physical layout for page::text() utils: * pdftohtml: Fix noRoundedCoordinates->noroundcoord in man page * pdfsig: Show also signatures that aren't attached to any page
29 lines
611 B
Makefile
29 lines
611 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= diffpdf
|
|
PORTVERSION= 2.1.3
|
|
PORTREVISION= 18
|
|
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 gl
|
|
USE_GL= gl
|
|
USE_QT= buildtools linguist_build core gui printsupport widgets
|
|
|
|
PLIST_FILES= bin/diffpdf
|
|
|
|
pre-configure:
|
|
( cd ${BUILD_WRKSRC} && ${LRELEASE} ${BUILD_WRKSRC}/${PORTNAME}.pro )
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/diffpdf ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|