Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2005 12:12:42 +0200
From:      "Kay Lehmann" <kay_lehmann@web.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/79426: [Maintainer Update] graphics/gocr: Update from 0.39 to 0.40
Message-ID:  <1112350362.0@bippes.finkenkrug.ev>
Resent-Message-ID: <200504011010.j31AA6hL092411@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         79426
>Category:       ports
>Synopsis:       [Maintainer Update] graphics/gocr: Update from 0.39 to 0.40
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 01 10:10:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Kay Lehmann
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.4-PRERELEASE #5: Thu Mar 31 14:30:09 CEST 2005
    root@bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes



>Description:


Update the port to version 0.40
One important change is that it now 
includes a tk-interface, so dependencies 
have changed.


>How-To-Repeat:





>Fix:


--- gocr_0.39-0.40.diff begins here ---
diff -urN gocr.orig/Makefile gocr/Makefile
--- gocr.orig/Makefile	Fri Apr  1 11:51:29 2005
+++ gocr/Makefile	Fri Apr  1 12:10:35 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gocr
-PORTVERSION=	0.39
+PORTVERSION=	0.40
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	jocr
@@ -15,6 +15,7 @@
 COMMENT=	GOCR/JOCR is an OCR (Optical Character Recognition) program
 
 BUILD_DEPENDS=	latex:${PORTSDIR}/print/teTeX
+RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
diff -urN gocr.orig/distinfo gocr/distinfo
--- gocr.orig/distinfo	Fri Apr  1 11:51:29 2005
+++ gocr/distinfo	Fri Apr  1 12:10:35 2005
@@ -1,2 +1,2 @@
-MD5 (gocr-0.39.tar.gz) = 35b024988af7d3ddb00971db4e6d53a1
-SIZE (gocr-0.39.tar.gz) = 720915
+MD5 (gocr-0.40.tar.gz) = 13cc0d008747f5bb56d8b17be9b61859
+SIZE (gocr-0.40.tar.gz) = 780744
diff -urN gocr.orig/files/patch-bin::gocr.tcl gocr/files/patch-bin::gocr.tcl
--- gocr.orig/files/patch-bin::gocr.tcl	Thu Jan  1 01:00:00 1970
+++ gocr/files/patch-bin::gocr.tcl	Fri Apr  1 12:10:35 2005
@@ -0,0 +1,11 @@
+--- bin/gocr.tcl.orig	Fri Apr  1 11:34:44 2005
++++ bin/gocr.tcl	Fri Apr  1 11:34:56 2005
+@@ -9,7 +9,7 @@
+ #  - Reading from stderr of child???
+ #
+ # this is a multiline comment in wish, but not in sh \
+-exec wish -f $0 $@
++exec wish8.4 -f $0 $@
+ 
+ set ver 0.3.6
+ set gocrver 0.3.5
diff -urN gocr.orig/pkg-plist gocr/pkg-plist
--- gocr.orig/pkg-plist	Fri Apr  1 11:51:29 2005
+++ gocr/pkg-plist	Fri Apr  1 12:10:35 2005
@@ -1,3 +1,4 @@
 bin/gocr
+bin/gocr.tcl
 include/gocr.h
 lib/libPgm2asc.a
--- gocr_0.39-0.40.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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