notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/tesseract/pkg-plist

Number of commits found: 26

Tuesday, 30 Jan 2024
20:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
graphics/tesseract: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 5f9a4b55196236c1297ec888defd58095e998749 commit hash: 5f9a4b55196236c1297ec888defd58095e998749 commit hash: 5f9a4b55196236c1297ec888defd58095e998749 commit hash: 5f9a4b55196236c1297ec888defd58095e998749 5f9a4b5
Thursday, 22 Dec 2022
19:41 Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/tesseract: update to 5.3.0

Changelog:	https://github.com/tesseract-ocr/tesseract/releases/tag/5.3.0
commit hash: 569210b404887c93ba0d738c2e26c073c1ff7501 commit hash: 569210b404887c93ba0d738c2e26c073c1ff7501 commit hash: 569210b404887c93ba0d738c2e26c073c1ff7501 commit hash: 569210b404887c93ba0d738c2e26c073c1ff7501 569210b
Thursday, 7 Jul 2022
17:13 Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/tesseract: update to 5.2.0

Changelog:	https://github.com/tesseract-ocr/tesseract/releases/tag/5.2.0
commit hash: 14b44a0b226ed1436dac8acc14034c74e93a0253 commit hash: 14b44a0b226ed1436dac8acc14034c74e93a0253 commit hash: 14b44a0b226ed1436dac8acc14034c74e93a0253 commit hash: 14b44a0b226ed1436dac8acc14034c74e93a0253 14b44a0
Tuesday, 1 Mar 2022
18:38 Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/tesseract: update to 5.1.0

Changelog:	https://github.com/tesseract-ocr/tesseract/releases/tag/5.1.0
commit hash: c7d08b1bc02f2d2dfe4bdeb1d7080e614962f45c commit hash: c7d08b1bc02f2d2dfe4bdeb1d7080e614962f45c commit hash: c7d08b1bc02f2d2dfe4bdeb1d7080e614962f45c commit hash: c7d08b1bc02f2d2dfe4bdeb1d7080e614962f45c c7d08b1
Saturday, 11 Dec 2021
04:06 Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/tesseract: switch back to autotools

It looks like cmake doesn't install training data.
commit hash: f056ba0e7f979f3f9f8daf0d3f1120ccca9b6fdf commit hash: f056ba0e7f979f3f9f8daf0d3f1120ccca9b6fdf commit hash: f056ba0e7f979f3f9f8daf0d3f1120ccca9b6fdf commit hash: f056ba0e7f979f3f9f8daf0d3f1120ccca9b6fdf f056ba0
Thursday, 2 Dec 2021
14:57 Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/tesseract: correct plist

Reported by:	olgeni
commit hash: 7acd46645165d34012387f19abb24a752477f606 commit hash: 7acd46645165d34012387f19abb24a752477f606 commit hash: 7acd46645165d34012387f19abb24a752477f606 commit hash: 7acd46645165d34012387f19abb24a752477f606 7acd466
03:35 Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/tesseract: update to 5.0.0

1. Switch OPENMP on for amd64, i386, powerpc64 and powerpc64le - other
architectures untested.
2. Remove stale patch-configure.ac, the port uses cmake now.
3. Remove stale patch-src_ccutil_ocrclass.h, that doesn't apply.
4. Manually install libraries used by training tools, they are not installed
automatically.
commit hash: 6faa3a6267adeb4e80ae789529c41fe970124577 commit hash: 6faa3a6267adeb4e80ae789529c41fe970124577 commit hash: 6faa3a6267adeb4e80ae789529c41fe970124577 commit hash: 6faa3a6267adeb4e80ae789529c41fe970124577 6faa3a6
Tuesday, 16 Nov 2021
12:04 Piotr Kubaj (pkubaj) search for other commits by this committer
graphics/tesseract: update to 4.1.3

- disable OPENMP, build is broken
- switch to CMake
- add some implicit dependencies
commit hash: 3f1cf94980fdec66bdb115c46c94635ec3b54572 commit hash: 3f1cf94980fdec66bdb115c46c94635ec3b54572 commit hash: 3f1cf94980fdec66bdb115c46c94635ec3b54572 commit hash: 3f1cf94980fdec66bdb115c46c94635ec3b54572 3f1cf94
Friday, 12 Jul 2019
23:19 pkubaj search for other commits by this committer
graphics/tesseract: update to 4.1.0, change maintainer address, remove double
USES=compiler

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20887
Original commitRevision:506495 
Monday, 1 Apr 2019
03:08 grembo search for other commits by this committer
Various build fixes:

- Make sure man pages are always built correctly. They were
  only built if asciidoc happened to be installed and
  the output was XML instead of troff.
- Fix build on 13-CURRENT - the build picked up
  OpenMP implicitly and didn't link the library to libomp
  properly, which broke dependent ports (like graphics/ffmpeg).
- Fix build on releases if OpenMP was already installed.
- Enable building with OpenMP support by default on i386
  and amd64.
- Bump revision

PR:		234285
Approved by:	portmgr (build fix blanket)
Original commitRevision:497458 
Wednesday, 27 Mar 2019
20:28 tcberner search for other commits by this committer
graphics/tesseract: Update to 4.0.0

Changelog:
	https://github.com/tesseract-ocr/tesseract/wiki/ReleaseNotes#tesseract-release-notes-oct-29-2018---v400

- due to an issue with the build system the man pages are missing -- this will
be corrected at a later stage.
- bump revisions of dependencies due to shlib-version change.

PR:		234285
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Original commitRevision:496977 
Friday, 10 Mar 2017
21:19 madpilot search for other commits by this committer
- Update tesseract to 3.05.00
- Fix build when TOOLS option is disabled

PR:		217587
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Original commitRevision:435843 
Tuesday, 16 Aug 2016
14:41 pawel search for other commits by this committer
- Update graphics/tesseract to version 3.04.01
- Add TOOLS option for training tools
- Update graphics/tesseract-data to version 3.04.00
- Now hosted on GitHub
- Take maintainership of both ports

PR:		211799
Submitted by:	Piotr Kubaj
Original commitRevision:420284 
Monday, 20 Oct 2014
17:04 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371283 
Monday, 18 Aug 2014
21:36 antoine search for other commits by this committer
Remove a few remaining %%PORTDATA%%

With hat:	portmgr
Original commitRevision:365355 
Wednesday, 2 Jul 2014
21:56 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Original commitRevision:360272 
Saturday, 18 Jan 2014
09:51 bapt search for other commits by this committer
Support stage
Use options helpers
Remove reference to NOPORTDATA
Original commitRevision:340162 
Thursday, 1 Nov 2012
13:55 bf search for other commits by this committer
update to 3.02.02

Feature safe:	yes
Original commitRevision:306802 
Wednesday, 21 Dec 2011
17:12 bf search for other commits by this committer
update to 3.01
Original commit
Friday, 18 Mar 2011
11:25 bf search for other commits by this committer
Split tesseract into a base port with optional
English trained language data, and a separate
data port that allows users to add and remove
additional trained language data without
rebuilding the engine.
Original commit
08:43 bf search for other commits by this committer
Update to 3.00
Original commit
Friday, 11 Sep 2009
17:37 bsam search for other commits by this committer
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)
Original commit
Monday, 27 Apr 2009
17:48 dhn search for other commits by this committer
- Update to 2.03

PR:             ports/133497
Submitted by:   Jille Timmermans <jille@quis.cx>, bf <bf2006a@yahoo.com>
(maintainer)
Approved by:    tabthorpe (co-mentor)
Original commit
Monday, 29 Oct 2007
20:33 sat search for other commits by this committer
- Update to 2.01
Original commit
Saturday, 25 Aug 2007
15:13 sat search for other commits by this committer
- Update to 2.00

Based on:       Gentoo Portage, NetBSD pkgsrc
Original commit
Wednesday, 18 Jul 2007
12:59 sat search for other commits by this committer
Add port graphics/tesseract:

The Tesseract OCR engine was one of the top 3 engines in the 1995 UNLV
Accuracy test. Between 1995 and 2006 it had little work done on it, but
it is probably one of the most accurate open source OCR engines
available. The source code will read a binary, grey or color image and
output text.

WWW: http://code.google.com/p/tesseract-ocr/

Based on:       pkgsrc package
Original commit

Number of commits found: 26