Port details |
- yagf Graphical interface for an OCR program (tesseract)
- 0.9.5_1 graphics
=1 0.9.5_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Qt4 has been EOL since december 2015
This port expired on: 2019-03-15
- Maintainer: bsam@FreeBSD.org
- Port Added: 2009-09-14 16:30:29
- Last Update: 2019-03-16 21:55:51
- SVN Revision: 495967
- People watching this port, also watch:: ufoai, gimp, otrs, lumina
- License: GPLv3
- WWW:
- https://sourceforge.net/projects/yagf-ocr/
- Description:
- YAGF is a graphical interface for text recognition
programs on the Linux platform. With YAGF you can scan images via
XSane, perform images preprocessing and recognize texts
from a single command centre. YAGF also makes it easy to
scan and recognize several images sequentially.
WWW: https://sourceforge.net/projects/yagf-ocr/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: yagf
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- SHA256 (yagf-0.9.5.tar.gz) = c0e9fe4b16d39378319fe37772403104a81c58084aa918e78347f56456ed5ebc
SIZE (yagf-0.9.5.tar.gz) = 427018
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- pkgconf>=1.3.0_1 : devel/pkgconf
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- libqtiff.so : graphics/qt4-imageformats
- linguist : devel/qt4-linguist
- moc : devel/qt4-moc
- qmake : devel/qt4-qmake
- rcc : devel/qt4-rcc
- uic : devel/qt4-uic
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- libqtiff.so : graphics/qt4-imageformats
- Library dependencies:
-
- libaspell.so : textproc/aspell
- libatk-1.0.so : accessibility/atk
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libpango-1.0.so : x11-toolkits/pango
- libQtCore.so : devel/qt4-corelib
- libQtGui.so : x11-toolkits/qt4-gui
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for yagf-0.9.5_1:
TESSERACT=off: Tesseract OCR engine
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cmake:insource desktop-file-utils pkgconfig qt:4 gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.5_1 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
0.9.5_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.9.5_1 16 Dec 2018 00:25:41 |
rene |
graphics/yagf: deal with graphics/cuneiform expiration
- drop optional dependency on expired cuneiform
- update pkg-descr
- bump PORTREVISION |
0.9.5 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
0.9.5 09 Oct 2018 10:08:51 |
bsam |
graphics/yagf: fix build with c++11, pet portlint
- fix build with c++11, errors like:
src/core/qipgrayscaleimage.cpp:168:19: error: non-constant-expression cannot be
narrowed from type 'quint32' (aka 'unsigned int') to 'int' in initializer list
[-Wc++11-narrowing]
IntRect r1 = {x1,y1,x2,(y1+y2)/2};
- pet portlint:
* sort ONLY_FOR_ARCHS;
* place ONLY_FOR_ARCHS earlier.
Reported by: pkg-fallout
MFH: 2018Q4 |
0.9.5 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
0.9.5 19 Jun 2017 15:33:52 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
0.9.5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.5 15 Jan 2016 14:36:33 |
rakuco |
Update to 0.9.5 and unbreak.
- Switch MASTER_SITES to the project's SourceForge page. It only contains 0.9.5
though.
- Set LICENSE_FILE.
- Switch to new style OPTIONS helpers.
- Stop setting CFLAGS/CPPFLAGS, everything builds fine without those.
PR: 205780
Approved by: maintainer timeout (bsam, 15 days)
MFH: 2016Q1 |
0.9.3.2 13 Dec 2015 09:41:23 |
bapt |
Mark as broken: does not fetch |
0.9.3.2 22 Sep 2014 16:08:35 |
bsam |
Simplify and remove pkg-plist. |
0.9.3.2 26 Jul 2014 09:00:16 |
bsam |
graphics/yagf: Update to version 0.9.3.2 |
0.9.2_3 04 Jul 2014 20:28:32 |
tijl |
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port) |
0.9.2_2 22 Nov 2013 08:16:48 |
bsam |
. support STAGE;
. use new LIB_DEPENDS syntax. |
0.9.2_2 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
0.9.2_2 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.9.2_2 24 May 2013 18:11:46 |
bsam |
. add LICENSE=GPLv3;
. bump PORTREVISION. |
0.9.2_1 07 May 2013 13:53:35 |
bsam |
Remove exec and unexec of update-desktop-database from pkg-plist,
forgotten at the previous commit.
PS. Actually the previous commit was intended to be done to the
redports repository. Unfortunately I used the wrong terminal
multiplexor window to do the commit. :-(
Reminded by: kwm |
0.9.2_1 07 May 2013 12:52:16 |
bsam |
Add graphics/yagf. |
0.9.2_1 23 Apr 2013 10:47:03 |
bapt |
Convert g* to USES=pkgconfig |
0.9.2_1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.9.2_1 15 Dec 2012 09:50:39 |
bsam |
The new version may use tesseract as a backend as well as cuneiform:
. change COMMENT;
. introduce OPTIONS_MULTI (one or more backends may be used),
use graphics/cuneiform as a default;
. bump PORTREVISION. |
0.9.2 03 Nov 2012 13:18:37 |
bsam |
. update to version 0.9.2;
. USE_GNOME=pkgconfig -> USE_PKGCONFIG=build;
. make use of desktopfileutils for port and package;
. use two line style headers.
Feature safe: yes |
0.8.1_4 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.8.1_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.8.1_3 14 Nov 2011 03:26:46 |
rakuco |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
0.8.1_3 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
0.8.1_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.1_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.8.1_1 16 Sep 2009 08:48:00 |
bsam |
. fix build on 6.x;
. relax qt4 dependencies;
. bump PORTREVISION.
PR: ports/138824
Submitted by: makc
Feature safe: yes |
0.8.1 14 Sep 2009 16:29:47 |
bsam |
YAGF is a graphical interface for the cuneiform text recognition
program on the Linux platform. With YAGF you can scan images via
XSane, perform images preprocessing and recognize texts using
cuneiform from a single command centre. YAGF also makes it easy to
scan and recognize several images sequentially.
WWW: http://symmetrica.net/cuneiform-linux/yagf-en.html |