svn commit: r487550 - head/graphics/yagf
Rene Ladan
rene at FreeBSD.org
Sun Dec 16 00:25:42 UTC 2018
Author: rene
Date: Sun Dec 16 00:25:41 2018
New Revision: 487550
URL: https://svnweb.freebsd.org/changeset/ports/487550
Log:
graphics/yagf: deal with graphics/cuneiform expiration
- drop optional dependency on expired cuneiform
- update pkg-descr
- bump PORTREVISION
Modified:
head/graphics/yagf/Makefile
head/graphics/yagf/pkg-descr
Modified: head/graphics/yagf/Makefile
==============================================================================
--- head/graphics/yagf/Makefile Sat Dec 15 21:45:42 2018 (r487549)
+++ head/graphics/yagf/Makefile Sun Dec 16 00:25:41 2018 (r487550)
@@ -3,11 +3,12 @@
PORTNAME= yagf
PORTVERSION= 0.9.5
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/yagf-ocr
MAINTAINER= bsam at FreeBSD.org
-COMMENT= Graphical interface for an OCR program (cuneiform and tesseract)
+COMMENT= Graphical interface for an OCR program (tesseract)
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -19,14 +20,9 @@ ONLY_FOR_ARCHS= amd64 i386
LIB_DEPENDS= libaspell.so:textproc/aspell
-OPTIONS_MULTI= OCRENGINE
-OPTIONS_MULTI_OCRENGINE=CUNEIFORM TESSERACT
-CUNEIFORM_DESC= Cuneiform OCR engine
-CUNEIFORM_RUN_DEPENDS= cuneiform:graphics/cuneiform
+OPTIONS_DEFINE=TESSERACT
TESSERACT_DESC= Tesseract OCR engine
TESSERACT_RUN_DEPENDS= tesseract:graphics/tesseract
-
-OPTIONS_DEFAULT= CUNEIFORM
USES= cmake desktop-file-utils pkgconfig qt:4
USE_LDCONFIG= yes
Modified: head/graphics/yagf/pkg-descr
==============================================================================
--- head/graphics/yagf/pkg-descr Sat Dec 15 21:45:42 2018 (r487549)
+++ head/graphics/yagf/pkg-descr Sun Dec 16 00:25:41 2018 (r487550)
@@ -1,7 +1,7 @@
-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
+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/
More information about the svn-ports-head
mailing list