Release 21.07.0: core: * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535 * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088 * CairoOutputDev: Fix memory leak on broken files * Minor code improvements build system: * set C standard to 11 without extensions Exp-run by: antoine PR: 256981
25 lines
584 B
Makefile
25 lines
584 B
Makefile
PORTNAME= pdfsandwich
|
|
DISTVERSION= 0.1.7
|
|
PORTREVISION= 24
|
|
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>
|