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 Apr 29 10:16:20 UTC 2018

Modified Files:
        pkgsrc/graphics/tesseract: Makefile
Added Files:
        pkgsrc/graphics/tesseract: buildlink3.mk

Log Message:
tesseract: added buildlink3; fixed COMMENT and HOMEPAGE


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/tesseract/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tesseract/buildlink3.mk

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.35 pkgsrc/graphics/tesseract/Makefile:1.36
--- pkgsrc/graphics/tesseract/Makefile:1.35     Mon Apr 16 14:34:41 2018
+++ pkgsrc/graphics/tesseract/Makefile  Sun Apr 29 10:16:20 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2018/04/16 14:34:41 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2018/04/29 10:16:20 adam Exp $
 
 DISTNAME=      tesseract-3.05.01
 PKGREVISION=   6
@@ -7,8 +7,8 @@ MASTER_SITES=   ${MASTER_SITE_GITHUB:=tess
 DISTFILES=     ${DEFAULT_DISTFILES}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/tesseract-ocr/tesseract/
-COMMENT=       Tesseract Open Source OCR Engine
+HOMEPAGE=      https://github.com/tesseract-ocr/tesseract
+COMMENT=       Open Source OCR Engine
 LICENSE=       apache-2.0
 
 LANGVER=       4.00

Added files:

Index: pkgsrc/graphics/tesseract/buildlink3.mk
diff -u /dev/null pkgsrc/graphics/tesseract/buildlink3.mk:1.1
--- /dev/null   Sun Apr 29 10:16:20 2018
+++ pkgsrc/graphics/tesseract/buildlink3.mk     Sun Apr 29 10:16:20 2018
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/04/29 10:16:20 adam Exp $
+
+BUILDLINK_TREE+=       tesseract
+
+.if !defined(TESSERACT_BUILDLINK3_MK)
+TESSERACT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.tesseract+=      tesseract>=3.05.01nb6
+BUILDLINK_PKGSRCDIR.tesseract?=                ../../graphics/tesseract
+
+.include "../../graphics/leptonica/buildlink3.mk"
+.endif # TESSERACT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -tesseract



Home | Main Index | Thread Index | Old Index