summaryrefslogtreecommitdiff
path: root/graphics/tesseract
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-11-29 16:42:08 +0000
committerwiz <wiz@pkgsrc.org>2007-11-29 16:42:08 +0000
commit06d626133cea0f02d07a19d8bb6c4f3952331667 (patch)
tree02ef90e56fa4eeff40d4ae1afa0b2ec1f45f936a /graphics/tesseract
parent9a0d3c82e6fac0ba95b49891a3a071949b494e41 (diff)
downloadpkgsrc-06d626133cea0f02d07a19d8bb6c4f3952331667.tar.gz
Update to 2.01:
August 27 2007 - V2.01 Fixed UTF8 input problems with box file reader. Fixed various infinite loops and crashes in dawg code. Removed include of config_auto.h from host.h. Added automatic wctype encoding to unicharset_extractor. Fixed dawg table too full error. Removed svn files from tarball. Added new functions to tessdll. Increased maximum utf8 string in a classification result to 8.
Diffstat (limited to 'graphics/tesseract')
-rw-r--r--graphics/tesseract/Makefile4
-rw-r--r--graphics/tesseract/PLIST4
-rw-r--r--graphics/tesseract/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile
index 2528accfd84..cc2ad210277 100644
--- a/graphics/tesseract/Makefile
+++ b/graphics/tesseract/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/07/28 01:02:14 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2007/11/29 16:42:08 wiz Exp $
#
-DISTNAME= tesseract-2.00
+DISTNAME= tesseract-2.01
CATEGORIES= graphics
MASTER_SITES= http://tesseract-ocr.googlecode.com/files/
diff --git a/graphics/tesseract/PLIST b/graphics/tesseract/PLIST
index 2346d3cbd36..211075c2960 100644
--- a/graphics/tesseract/PLIST
+++ b/graphics/tesseract/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2007/07/28 01:02:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/11/29 16:42:09 wiz Exp $
bin/cntraining
bin/mftraining
bin/tesseract
@@ -25,6 +25,7 @@ include/tesseract/blobcmp.h
include/tesseract/blobcmpl.h
include/tesseract/blobs.h
include/tesseract/blread.h
+include/tesseract/boxread.h
include/tesseract/callcpp.h
include/tesseract/callnet.h
include/tesseract/charcut.h
@@ -275,6 +276,7 @@ lib/libtesseract_viewer.a
lib/libtesseract_wordrec.a
libexec/tesseract
share/doc/tesseract/README
+share/tessdata/configs/api_config
share/tessdata/configs/box.train
share/tessdata/configs/inter
share/tessdata/configs/makebox
diff --git a/graphics/tesseract/distinfo b/graphics/tesseract/distinfo
index c81aa1eb5a4..492f3d9c2b7 100644
--- a/graphics/tesseract/distinfo
+++ b/graphics/tesseract/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2007/07/28 01:02:14 wiz Exp $
+$NetBSD: distinfo,v 1.3 2007/11/29 16:42:09 wiz Exp $
-SHA1 (tesseract-2.00.tar.gz) = 3051d90b74a255db791ce0d7a6dc3e12203727b9
-RMD160 (tesseract-2.00.tar.gz) = 96deb8315861e0e0c423fc2d12c9a69b776cb456
-Size (tesseract-2.00.tar.gz) = 1072362 bytes
+SHA1 (tesseract-2.01.tar.gz) = c35f3448e97d61e00980abba6b2e9cb6e151c366
+RMD160 (tesseract-2.01.tar.gz) = e28bb1d60baf73c8eaa646b32825d9931116851e
+Size (tesseract-2.01.tar.gz) = 1050770 bytes