Subject: CVS commit: pkgsrc/graphics/gocr
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 10/25/2005 02:06:57
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Oct 25 02:06:57 UTC 2005

Modified Files:
	pkgsrc/graphics/gocr: Makefile PLIST distinfo
	pkgsrc/graphics/gocr/patches: patch-aa patch-ab
Added Files:
	pkgsrc/graphics/gocr: options.mk

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/gocr/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/gocr/PLIST \
    pkgsrc/graphics/gocr/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/graphics/gocr/options.mk
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/gocr/patches/patch-aa \
    pkgsrc/graphics/gocr/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.