From owner-cvs-all@FreeBSD.ORG Fri Sep 11 17:37:37 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B36D51065672; Fri, 11 Sep 2009 17:37:37 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 86AF48FC08; Fri, 11 Sep 2009 17:37:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8BHbbuK067010; Fri, 11 Sep 2009 17:37:37 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8BHbbV8067009; Fri, 11 Sep 2009 17:37:37 GMT (envelope-from bsam) Message-Id: <200909111737.n8BHbbV8067009@repoman.freebsd.org> From: Boris Samorodov Date: Fri, 11 Sep 2009 17:37:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/tesseract Makefile distinfo pkg-plist ports/graphics/tesseract/files patch-ccstruct_polyblk.cpp patch-classify_adaptmatch.cpp patch-java_makefile patch-viewer_scrollview.cpp patch-viewer_svmnode.cpp patch-viewer_svutil.cpp patch-wordrec_render.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 17:37:37 -0000 bsam 2009-09-11 17:37:37 UTC FreeBSD ports repository Modified files: graphics/tesseract Makefile distinfo pkg-plist graphics/tesseract/files patch-viewer_scrollview.cpp patch-viewer_svutil.cpp Added files: graphics/tesseract/files patch-ccstruct_polyblk.cpp patch-classify_adaptmatch.cpp patch-wordrec_render.cpp Removed files: graphics/tesseract/files patch-java_makefile patch-viewer_svmnode.cpp Log: Update to version 2.04. Changes since 2.03: ----- Integrated bug fixes and patches and misc changes for portability. Integrated a patch to remove some of the "access" macros. Removed dependence on lua from the viewer, speeding it up dramatically. Fixed the viewer so it compiles and runs properly! Specifically fixing issues: 1, 63, 67, 71, 76, 81, 82, 106, 111, 112, 128, 129, 130, 133, 135, 142, 143, 145, 147, 153, 154, 160, 165, 170, 175, 177, 187, 192, 195, 199, 201, 205, 209, 108, 169 ----- PR: ports/138727 Submitted by: bsam (me) Final patch by: bf1783@gmail.com (maintainer) Revision Changes Path 1.10 +3 -3 ports/graphics/tesseract/Makefile 1.5 +6 -3 ports/graphics/tesseract/distinfo 1.1 +10 -0 ports/graphics/tesseract/files/patch-ccstruct_polyblk.cpp (new) 1.1 +10 -0 ports/graphics/tesseract/files/patch-classify_adaptmatch.cpp (new) 1.2 +0 -11 ports/graphics/tesseract/files/patch-java_makefile (dead) 1.2 +23 -9 ports/graphics/tesseract/files/patch-viewer_scrollview.cpp 1.2 +0 -10 ports/graphics/tesseract/files/patch-viewer_svmnode.cpp (dead) 1.2 +5 -6 ports/graphics/tesseract/files/patch-viewer_svutil.cpp 1.1 +19 -0 ports/graphics/tesseract/files/patch-wordrec_render.cpp (new) 1.5 +9 -0 ports/graphics/tesseract/pkg-plist