pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/tesseract
Module Name: pkgsrc
Committed By: adam
Date: Sun Nov 18 18:07:20 UTC 2018
Modified Files:
pkgsrc/graphics/tesseract: Makefile PLIST
Log Message:
tesseract: use REPLACE_BASH; fix building man-pages; courtesy of Mustafa D. :)
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/tesseract/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/tesseract/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/tesseract/Makefile
diff -u pkgsrc/graphics/tesseract/Makefile:1.42 pkgsrc/graphics/tesseract/Makefile:1.43
--- pkgsrc/graphics/tesseract/Makefile:1.42 Wed Nov 14 22:21:47 2018
+++ pkgsrc/graphics/tesseract/Makefile Sun Nov 18 18:07:20 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2018/11/14 22:21:47 kleink Exp $
+# $NetBSD: Makefile,v 1.43 2018/11/18 18:07:20 adam Exp $
DISTNAME= tesseract-4.0.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=tesseract-ocr/}
DISTFILES= ${DEFAULT_DISTFILES}
@@ -17,11 +17,12 @@ SITES.tessdata-${LANGVER}.tar.gz= -${MAS
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= autoconf automake make pax pkg-config
+USE_TOOLS+= autoconf automake bash gmake pax pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIBLEPT_HEADERSDIR=${BUILDLINK_PREFIX.leptonica}/include
INSTALL_TARGET= install training-install
+REPLACE_BASH+= ${WRKSRC}/src/training/*.sh
post-extract:
${MV} ${WRKDIR}/tessdata-${LANGVER}/* ${WRKSRC}/tessdata
Index: pkgsrc/graphics/tesseract/PLIST
diff -u pkgsrc/graphics/tesseract/PLIST:1.10 pkgsrc/graphics/tesseract/PLIST:1.11
--- pkgsrc/graphics/tesseract/PLIST:1.10 Sat Nov 3 09:13:07 2018
+++ pkgsrc/graphics/tesseract/PLIST Sun Nov 18 18:07:20 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/11/03 09:13:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/11/18 18:07:20 adam Exp $
bin/ambiguous_words
bin/classifier_tester
bin/cntraining
@@ -40,6 +40,24 @@ include/tesseract/thresholder.h
include/tesseract/unichar.h
lib/libtesseract.la
lib/pkgconfig/tesseract.pc
+man/man1/ambiguous_words.1
+man/man1/classifier_tester.1
+man/man1/cntraining.1
+man/man1/combine_lang_model.1
+man/man1/combine_tessdata.1
+man/man1/dawg2wordlist.1
+man/man1/lstmeval.1
+man/man1/lstmtraining.1
+man/man1/merge_unicharsets.1
+man/man1/mftraining.1
+man/man1/set_unicharset_properties.1
+man/man1/shapeclustering.1
+man/man1/tesseract.1
+man/man1/text2image.1
+man/man1/unicharset_extractor.1
+man/man1/wordlist2dawg.1
+man/man5/unicharambigs.5
+man/man5/unicharset.5
share/tessdata/afr.traineddata
share/tessdata/amh.traineddata
share/tessdata/ara.traineddata
Home |
Main Index |
Thread Index |
Old Index