diff options
author | lioux <lioux@FreeBSD.org> | 2003-06-02 12:09:45 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-06-02 12:09:45 +0800 |
commit | b58d151e0514ace37771ad892cb730da7f7d4f23 (patch) | |
tree | 05ff1e78781781c4edc2037495c71c49626ffd2e /graphics/gocr | |
parent | 174ad3b9b6c67ed9d88f9a23bff2baeb6f1732ad (diff) | |
download | freebsd-ports-gnome-b58d151e0514ace37771ad892cb730da7f7d4f23.tar.gz freebsd-ports-gnome-b58d151e0514ace37771ad892cb730da7f7d4f23.tar.zst freebsd-ports-gnome-b58d151e0514ace37771ad892cb730da7f7d4f23.zip |
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>
Diffstat (limited to 'graphics/gocr')
-rw-r--r-- | graphics/gocr/Makefile | 34 | ||||
-rw-r--r-- | graphics/gocr/distinfo | 1 | ||||
-rw-r--r-- | graphics/gocr/pkg-descr | 12 | ||||
-rw-r--r-- | graphics/gocr/pkg-plist | 7 |
4 files changed, 54 insertions, 0 deletions
diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile new file mode 100644 index 000000000000..4dd362178850 --- /dev/null +++ b/graphics/gocr/Makefile @@ -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> diff --git a/graphics/gocr/distinfo b/graphics/gocr/distinfo new file mode 100644 index 000000000000..f72a732797f8 --- /dev/null +++ b/graphics/gocr/distinfo @@ -0,0 +1 @@ +MD5 (gocr-0.37.tar.gz) = 824984b5d5c44b6e3c2a1a1d5fb6d48e diff --git a/graphics/gocr/pkg-descr b/graphics/gocr/pkg-descr new file mode 100644 index 000000000000..75e96118c58c --- /dev/null +++ b/graphics/gocr/pkg-descr @@ -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 diff --git a/graphics/gocr/pkg-plist b/graphics/gocr/pkg-plist new file mode 100644 index 000000000000..3fb4584160dc --- /dev/null +++ b/graphics/gocr/pkg-plist @@ -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 |