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.

Port details on branch 2022Q2
tesseract Commercial quality open source OCR engine
5.1.0 graphics on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.1.0Version of this port present on the latest quarterly branch.
Maintainer: pkubaj@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-24 03:54:50
Last Update: 2022-04-03 15:24:19
Commit Hash: 8fce874
License: APACHE20
WWW:
https://github.com/tesseract-ocr/tesseract
Description:
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: https://github.com/tesseract-ocr/tesseract
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (58 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/tesseract-5.1.0/catalog.mk
  3. /usr/local/share/licenses/tesseract-5.1.0/LICENSE
  4. /usr/local/share/licenses/tesseract-5.1.0/APACHE20
  5. bin/ambiguous_words
  6. bin/classifier_tester
  7. bin/cntraining
  8. bin/combine_lang_model
  9. bin/combine_tessdata
  10. bin/dawg2wordlist
  11. bin/lstmeval
  12. bin/lstmtraining
  13. bin/merge_unicharsets
  14. bin/mftraining
  15. bin/set_unicharset_properties
  16. bin/shapeclustering
  17. bin/tesseract
  18. bin/text2image
  19. bin/unicharset_extractor
  20. bin/wordlist2dawg
  21. include/tesseract/baseapi.h
  22. include/tesseract/capi.h
  23. include/tesseract/export.h
  24. include/tesseract/ltrresultiterator.h
  25. include/tesseract/ocrclass.h
  26. include/tesseract/osdetect.h
  27. include/tesseract/pageiterator.h
  28. include/tesseract/publictypes.h
  29. include/tesseract/renderer.h
  30. include/tesseract/resultiterator.h
  31. include/tesseract/unichar.h
  32. include/tesseract/version.h
  33. lib/libtesseract.a
  34. lib/libtesseract.so
  35. lib/libtesseract.so.5
  36. lib/libtesseract.so.5.0.1
  37. libdata/pkgconfig/tesseract.pc
  38. man/man1/ambiguous_words.1.gz
  39. man/man1/classifier_tester.1.gz
  40. man/man1/cntraining.1.gz
  41. man/man1/combine_lang_model.1.gz
  42. man/man1/combine_tessdata.1.gz
  43. man/man1/dawg2wordlist.1.gz
  44. man/man1/lstmeval.1.gz
  45. man/man1/lstmtraining.1.gz
  46. man/man1/merge_unicharsets.1.gz
  47. man/man1/mftraining.1.gz
  48. man/man1/set_unicharset_properties.1.gz
  49. man/man1/shapeclustering.1.gz
  50. man/man1/tesseract.1.gz
  51. man/man1/text2image.1.gz
  52. man/man1/unicharset_extractor.1.gz
  53. man/man1/wordlist2dawg.1.gz
  54. man/man5/unicharambigs.5.gz
  55. man/man5/unicharset.5.gz
  56. @owner
  57. @group
  58. @mode
Collapse this list.
Dependency lines:
  • tesseract>0:graphics/tesseract
To install the port:
cd /usr/ports/graphics/tesseract/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/tesseract
  • pkg install tesseract
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tesseract
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1646157476 SHA256 (tesseract-ocr-tesseract-5.1.0_GH0.tar.gz) = fdec8528d5a0ecc28ab5fff985e0b8ced60726f6ef33f54126f2868e323d4bd2 SIZE (tesseract-ocr-tesseract-5.1.0_GH0.tar.gz) = 1910376

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. asciidoc : textproc/asciidoc
  2. xsltproc : textproc/libxslt
  3. docbook.xsl : textproc/docbook-xsl
  4. pkgconf>=1.3.0_1 : devel/pkgconf
  5. autoconf>=2.69 : devel/autoconf
  6. automake>=1.16.1 : devel/automake
  7. libtoolize : devel/libtool
Runtime dependencies:
  1. tesseract-data>=0 : graphics/tesseract-data
Library dependencies:
  1. liblept.so : graphics/leptonica
  2. libtiff.so : graphics/tiff
  3. libharfbuzz.so : print/harfbuzz
  4. libfreetype.so : print/freetype2
  5. libcurl.so : ftp/curl
  6. libicui18n.so : devel/icu
  7. libfontconfig.so : x11-fonts/fontconfig
  8. libcairo.so : graphics/cairo
  9. libglib-2.0.so : devel/glib20
  10. libintl.so : devel/gettext-runtime
  11. libpango-1.0.so : x11-toolkits/pango
  12. libarchive.so.13 : archivers/libarchive
This port is required by:
for Libraries
  1. multimedia/arcan
for Run
  1. textproc/py-ocrmypdf

Configuration Options:
===> The following configuration options are available for tesseract-5.1.0: DOCS=on: Build and/or install documentation TOOLS=on: Include training tools ===> Use 'make config' to modify these settings
Options name:
graphics_tesseract
USES:
autoreconf compiler:c++11-lang cpe gnome libarchive libtool localbase pathfix pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/tesseract-ocr/tesseract/tar.gz/5.1.0?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.1.0
03 Apr 2022 15:24:19
commit hash: 8fce874533efe8c9a17678089076c5d1ab41d133commit hash: 8fce874533efe8c9a17678089076c5d1ab41d133commit hash: 8fce874533efe8c9a17678089076c5d1ab41d133commit hash: 8fce874533efe8c9a17678089076c5d1ab41d133 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
Author: Robert Clausecker
graphics/tesseract: Fix build on armv6/armv7

Tesseract requires the <asm/hwcap.h> header to detect the availability
of NEON instructions on armv7.  This commit adds a patch to use the
appropriate FreeBSD interface for this purpose.  This issue has already
been reported to up stream.

See also:	https://github.com/tesseract-ocr/tesseract/pull/3782
See also:	PR #263003

PR:		263004
Approved by:	portmgr (build fix blanket)

(cherry picked from commit 31efc7fa161a0da4982f5a3bf687e6bee405395f)

Number of commits found: 1