Index: head/graphics/yagf/Makefile =================================================================== --- head/graphics/yagf/Makefile (revision 487549) +++ head/graphics/yagf/Makefile (revision 487550) @@ -1,41 +1,37 @@ # Created by: Boris Samorodov # $FreeBSD$ 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 DEPRECATED= Qt4 has been EOL since december 2015 EXPIRATION_DATE= 2019-03-15 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 INSTALLS_ICONS= yes USE_QT= corelib gui imageformats linguist_build \ moc_build qmake_build rcc_build uic_build PLIST_FILES= bin/yagf lib/yagf/libxspreload.so share/applications/YAGF.desktop\ share/icons/hicolor/96x96/apps/yagf.png share/pixmaps/yagf.png PORTDATA= * .include Index: head/graphics/yagf/pkg-descr =================================================================== --- head/graphics/yagf/pkg-descr (revision 487549) +++ head/graphics/yagf/pkg-descr (revision 487550) @@ -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/