From owner-svn-ports-all@freebsd.org Sun Dec 16 00:25:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 544991333F9F; Sun, 16 Dec 2018 00:25:42 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0AFD8DC10; Sun, 16 Dec 2018 00:25:41 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CFAD81F3A8; Sun, 16 Dec 2018 00:25:41 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBG0PfsG063723; Sun, 16 Dec 2018 00:25:41 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBG0PfEE063722; Sun, 16 Dec 2018 00:25:41 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812160025.wBG0PfEE063722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 16 Dec 2018 00:25:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487550 - head/graphics/yagf X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/graphics/yagf X-SVN-Commit-Revision: 487550 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F0AFD8DC10 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.80 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.92)[-0.924,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.88)[-0.883,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 00:25:42 -0000 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/