Port details |
- ocrfeeder Document layout analysis and optical character recognition
- 0.8.1_2 graphics
=0 Version of this port present on the latest quarterly branch. DEPRECATED: Depends on broken and expired py-reportlab2
This port expired on: 2016-12-08
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2011-09-30 20:41:18
- Last Update: 2016-12-08 20:22:45
- SVN Revision: 428156
- License: GPLv3
- Description:
- OCRFeeder is a document layout analysis and optical character
recognition system.
Given the images it will automatically outline its contents, distinguish
between what's graphics and text and perform OCR over the latter. It
generates multiple formats being its main one ODT.
It features a complete GTK graphical user interface that allows the
users to correct any unrecognized characters, defined or correct
bounding boxes, set paragraph styles, clean the input images, import
PDFs, save and load the project, export everything to multiple formats,
etc. OCRFeeder was developed as the project of the Master's Thesis in
Computer Science of Joaquim Rocha.
WWW: http://wiki.gnome.org/Apps/OCRFeeder
- SVNWeb :
git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ocrfeeder>0:graphics/ocrfeeder
- No installation instructions:
- This port has been deleted.
- PKGNAME: ocrfeeder
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ocrfeeder-0.8.1.tar.xz) = 5816401c9b4bfce98fd9a7b649a3c7ecc3d6968a30f0e4d1b3677d172d55253b
SIZE (ocrfeeder-0.8.1.tar.xz) = 900692
- 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:
-
- goocanvas2>0 : graphics/goocanvas2
- py27-pillow>0 : graphics/py-pillow
- py27-sane>0 : graphics/py-sane
- py27-reportlab2>0 : print/py-reportlab2
- py27-enchant>0 : textproc/py-enchant
- update-desktop-database : devel/desktop-file-utils
- msgfmt : devel/gettext-tools
- ghostscript9-agpl-base>=9.16_2 : print/ghostscript9-agpl-base
- gmake : devel/gmake
- pkgconf>=0.9.10 : devel/pkgconf
- python2.7 : lang/python27
- gnome-doc-utils.pc : textproc/gnome-doc-utils
- intltool-extract : textproc/intltool
- py2?-gobject3>=0 : devel/py-gobject3
- Runtime dependencies:
-
- py27-lxml>0 : devel/py-lxml
- unpaper : graphics/unpaper
- iso-codes>0 : misc/iso-codes
- gtkspell3>0 : textproc/gtkspell3
- goocanvas2>0 : graphics/goocanvas2
- py27-pillow>0 : graphics/py-pillow
- py27-sane>0 : graphics/py-sane
- py27-reportlab2>0 : print/py-reportlab2
- py27-enchant>0 : textproc/py-enchant
- update-desktop-database : devel/desktop-file-utils
- ghostscript9-agpl-base>=9.16_2 : print/ghostscript9-agpl-base
- python2.7 : lang/python27
- gnome-doc-utils.pc : textproc/gnome-doc-utils
- py2?-gobject3>=0 : devel/py-gobject3
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libgtk-3.so : x11-toolkits/gtk30
- libgsf-1.so : devel/libgsf
- librsvg-2.so : graphics/librsvg2
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- desktop-file-utils gettext ghostscript gmake pkgconfig python tar:xz gnome
- pkg-message:
- ****************************************************************************
Since this project doesn't use a particular OCR engine, no engine was listed
as a dependence above. Nevertheless, the project is not usable without an
OCR engine.
Supported OCR engines:
graphics/ocrad
graphics/gocr
graphics/tesseract
graphics/cuneiform
****************************************************************************
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Dec 2016 20:22:45
0.8.1_2 |
rene  |
Remove expired port:
2016-12-08 graphics/ocrfeeder: Depends on broken and expired py-reportlab2 |
08 Nov 2016 20:56:25
0.8.1_2 |
antoine  |
Chase print/py-reportlab2 expiration |
09 Sep 2016 19:42:46
0.8.1_2 |
amdmi3  |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
01 Apr 2016 14:00:57
0.8.1_2 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
24 Mar 2016 15:47:50
0.8.1_2 |
tijl  |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine) |
22 Aug 2015 17:48:36
0.8.1_1 |
hrs  |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above ) |
02 Aug 2015 20:23:56
0.8.1 |
kwm  |
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@ |
16 Jul 2015 20:53:29
0.8.1 |
kwm  |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938 |
16 Feb 2015 15:49:41
0.8.1 |
vanilla  |
Upgrade to 0.8.1.
PR: 197438
Submitted by: Ports Fury. |
21 Dec 2014 00:16:46
0.8_3 |
bapt  |
Get rid of gnomehier |
21 Oct 2014 16:36:12
0.8_2 |
mva  |
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit) |
20 Oct 2014 17:04:21
0.8_2 |
bapt  |
Cleanup plist |
04 Oct 2014 23:52:13
0.8_2 |
antoine  |
Unbreak ocrfeeder, it depended on both py-imaging (via self+py-sane) and
py-pillow (via py-reportlab2) |
25 Sep 2014 15:18:28
0.8_1 |
tijl  |
- Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect
value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
to intltool so move DATADIRNAME patching from USES=pathfix to
USE_GNOME=intlhack.
- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use
Exp-run by: antoine
Approved by: portmgr (antoine) |
10 Sep 2014 20:50:37
0.8_1 |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
11 Aug 2014 19:57:09
0.8 |
wg  |
graphics/ocrfeeder: update to 0.8
PR: 192478
Submitted by: Ports Fury |
29 Jul 2014 15:56:46
0.7.11 |
wg  |
graphics/ocrfeeder: update to 0.7.11
- Adjust depends
- Support stage
- New world order USES
PR: 192205
Submitted by: tkato432 yahoo com |
23 Jul 2014 17:07:12
0.7.7_3 |
bapt  |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
17 Apr 2014 10:58:46
0.7.7_3 |
marino  |
graphics/ocrfeeder: Unbreak with USE_GNOME+= gnomedocutils
approved by: portmgr (bapt) |
10 Mar 2014 20:55:22
0.7.7_3 |
gerald  |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
21 Feb 2014 13:37:16
0.7.7_2 |
ehaupt  |
Remove trailing whitespaces from category graphics |
10 Feb 2014 13:54:28
0.7.7_2 |
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
26 Oct 2013 00:52:36
0.7.7_2 |
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
20 Sep 2013 18:35:46
0.7.7_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
06 Sep 2013 12:12:01
0.7.7_1 |
bapt  |
Add an explicit dependency on pkgconf |
06 May 2013 15:18:38
0.7.7_1 |
bapt  |
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS |
24 Apr 2013 18:10:32
0.7.7_1 |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
01 Jun 2012 05:26:28
0.7.7_1 |
dinoex  |
- update png to 1.5.10 |
24 Jan 2012 19:54:22
0.7.7 |
jgh  |
- Update to 0.7.7
- Account for DISABLE_NLS
- Add patch for runtime bug
PR: ports/164202
Submitted by: maintainer
Approved by: crees, rene (mentors) |
30 Sep 2011 20:40:58
0.7.6 |
pawel  |
OCRFeeder is a document layout analysis and optical character recognition
system.
Given the images it will automatically outline its contents, distinguish
between what's graphics and text and perform OCR over the latter. It generates
multiple formats being its main one ODT.
It features a complete GTK graphical user interface that allows the users to
correct any unrecognized characters, defined or correct bounding boxes, set
paragraph styles, clean the input images, import PDFs, save and load the
project, export everything to multiple formats, etc. OCRFeeder was developed
as the project of the Master's Thesis in Computer Science of Joaquim Rocha.
WWW: http://live.gnome.org/OCRFeeder
PR: ports/159549
Submitted by: Kuan-Chung Chiu <buganini@gmail.com>
Approved by: miwi, wen (mentors implicit) |