summaryrefslogtreecommitdiff
path: root/graphics/gocr/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2005-10-25 02:06:57 +0000
committerwiz <wiz>2005-10-25 02:06:57 +0000
commitc1eda80a9e8066bbe1ba266d3f7edc4e14a54d5b (patch)
tree5f20d26ceef8a3a125220cbca0dadc0fe33d5b79 /graphics/gocr/Makefile
parente699b6ca8c7805cc5029cf092d722249d4b976c5 (diff)
downloadpkgsrc-c1eda80a9e8066bbe1ba266d3f7edc4e14a54d5b.tar.gz
Update to 0.40. Add a tk option to install an additional
tcl/tk frontend. 0.40 update PNM file reader to maxval > 255 (make rpm) updated barcode-patch UPC_addon by Michael van Rooyen CAPITAL_LETTER_A_WITH_OGONEK added no "(PICTURE)" output for UTF8+ASCII (better for Mobile OCR project) smooth_borders() bug fixed and reworked 5x7 and prop10 font adaptions objects now detected by flood-fill algorithm (better?) XML-output changed changed auto dust detection (not final) 0.39 XML output added (subject of change, suggestions are welcome) netpbm-link-error fixed in gocr.c and configure.in: gocr.c: <config.h> changed to "config.h" configure-option --with-netpbm=PATH and --without-netpbm added update configure.in according to autoconf 2.57 wchar_h miss-configuration fixed in pgm2asc.c fix compiler warnings char filter accepts abbreviations now, like "0-9A-F" (but slow) update READMEde.txt output barcode tags (also improved recognition) fix pnm.c for files like example.eps.pbm fix detect.c for barcodes fix ocr0n.c 0<->8g 0.38 move UTF/HTML/TeX decoding to getTextLine, return (char *) now out_format HTML step towards detailed XML output correct line detection for footnotes (detect.c) "y" now seen as vowel (pgm2asc.c), I<vowel> susbtituted by l<vowel> &eacute;-detection, &aacute;-output fixed default dust_size is -1 now (auto detection = mean_size/10) char filter added ex: -C 0123456789ABCDEF - recognize only hexcodes man page updated (hopefully correct syntax) database bug fixed (small fonts, example by Chris) several bugs fixed by W. Webber (thanks) speed improved by 3rd-pass matrix filter in pixel() (pixel.c) (code from W. Webber) bug in remove_dust (remove.c) fixed for fonts bigger than 20x40 smooth_borders() changed (b/w-scans) bug in O0-detection fixed
Diffstat (limited to 'graphics/gocr/Makefile')
-rw-r--r--graphics/gocr/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile
index db25686e89e..35e08208be8 100644
--- a/graphics/gocr/Makefile
+++ b/graphics/gocr/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2005/10/24 15:01:37 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2005/10/25 02:06:57 wiz Exp $
-DISTNAME= gocr-0.37
+DISTNAME= gocr-0.40
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jocr/}
@@ -9,8 +9,12 @@ HOMEPAGE= http://sourceforge.net/projects/jocr
COMMENT= GOCR is a set of OCR tools
GNU_CONFIGURE= yes
+USE_TOOLS+= gmake
CONFIGURE_HAS_MANDIR= no
CONFIGURE_ARGS+= --mandir=/${PKGMANDIR}
-USE_TOOLS+= gmake
+CONFIGURE_ARGS+= --with-netpbm=${BUILDLINK_PREFIX.netpbm}
+
+.include "options.mk"
+.include "../../graphics/netpbm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"