Files
ports/textproc/pdfsandwich/Makefile
T
Tobias C. Berner ed28803b50 graphics/poppler: update to 21.02
Release 21.02.0:
        core:
         * GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
         * Fix memory leak if saving the file fails
         * Internal code improvements
         * Fix various issues handling broken files
         * Make checkedAdd work for long long in MSVC

        qt5:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        qt6:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        utils:
         * pdftohtml: Fix error() parameter type

PR:		253183
Exp-run by:	antoine
2021-02-09 11:10:57 +00:00

28 lines
597 B
Makefile

# $FreeBSD$
PORTNAME= pdfsandwich
DISTVERSION= 0.1.7
PORTREVISION= 19
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Command line tool generating "sandwich" OCR pdf files
LICENSE= GPLv2
BUILD_DEPENDS= gawk:lang/gawk \
ocamlopt:lang/ocaml
RUN_DEPENDS= convert:graphics/ImageMagick6 \
pdfunite:graphics/poppler-utils \
tesseract:graphics/tesseract \
unpaper:graphics/unpaper
USES= gmake ghostscript:run tar:bz2
GNU_CONFIGURE= yes
PLIST_FILES= bin/pdfsandwich \
man/man1/pdfsandwich.1.gz
.include <bsd.port.mk>