Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 00:25:41 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487550 - head/graphics/yagf
Message-ID:  <201812160025.wBG0PfEE063722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812160025.wBG0PfEE063722>