New port gocr version 0.37: GOCR/JOCR is an OCR (Optical Character
Recognition) program PR: 40789 Submitted by: Kay Lehmann <kay_lehmann@web.de>
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
SUBDIR += gnofract4d
|
||||
SUBDIR += gnomecanvas
|
||||
SUBDIR += gnomeiconedit
|
||||
SUBDIR += gocr
|
||||
SUBDIR += gozer
|
||||
SUBDIR += gpaint
|
||||
SUBDIR += gphoto2
|
||||
|
||||
34
graphics/gocr/Makefile
Normal file
34
graphics/gocr/Makefile
Normal file
@@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: gocr
|
||||
# Date created: 03 June 2002
|
||||
# Whom: Kay Lehmann
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gocr
|
||||
PORTVERSION= 0.37
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= jocr
|
||||
|
||||
MAINTAINER= kay_lehmann@web.de
|
||||
COMMENT= GOCR/JOCR is an OCR (Optical Character Recognition) program
|
||||
|
||||
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= gocr.1
|
||||
|
||||
DOC_FILES= examples.txt gocr.html unicode.txt
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOC_FILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
1
graphics/gocr/distinfo
Normal file
1
graphics/gocr/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (gocr-0.37.tar.gz) = 824984b5d5c44b6e3c2a1a1d5fb6d48e
|
||||
12
graphics/gocr/pkg-descr
Normal file
12
graphics/gocr/pkg-descr
Normal file
@@ -0,0 +1,12 @@
|
||||
GOCR/JOCR is an OCR (Optical Character Recognition) program, developed
|
||||
under the GNU Public License.
|
||||
|
||||
GOCR can be used with different front-ends, which makes it very
|
||||
easy to port to different OSes and architectures. It can open many
|
||||
different image formats, and its quality have been improving in a
|
||||
daily basis.
|
||||
|
||||
WWW: http://jocr.sourceforge.net/
|
||||
|
||||
- Lehmann
|
||||
kay_lehmann@web.de
|
||||
7
graphics/gocr/pkg-plist
Normal file
7
graphics/gocr/pkg-plist
Normal file
@@ -0,0 +1,7 @@
|
||||
bin/gocr
|
||||
include/gocr.h
|
||||
lib/libPgm2asc.a
|
||||
share/doc/gocr/examples.txt
|
||||
share/doc/gocr/gocr.html
|
||||
share/doc/gocr/unicode.txt
|
||||
@dirrm share/doc/gocr
|
||||
Reference in New Issue
Block a user