Update to 0.9.9:

- Grayscale native support (PGM format), plus four binarization methods.
- Internal preprocessor including deskewing, balancing, thresholding and
  interpolation (by Giulio Lunati).
- Various new features: border path computing, barcode search,
  detection of extremities, PAGE only mode, the flea, the spyhole,
  instant threshold, per-depth optimized X code, etc.
- Documentation updated (but not finished). Glossary added.
- Many bugfixes and interface enhancements.
This commit is contained in:
wiz 2002-05-04 23:45:42 +00:00
parent 2d7fae37d7
commit 848a96d7cd
4 changed files with 26 additions and 25 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/03/22 15:34:02 wiz Exp $
# $NetBSD: Makefile,v 1.2 2002/05/04 23:45:42 wiz Exp $
#
DISTNAME= clara-0.9.8
DISTNAME= clara-0.9.9
CATEGORIES= graphics textproc
MASTER_SITES= ftp://carroll.cac.psu.edu/pub/linux/distributions/mandrake-devel/projects/claraocr/ \
ftp://ftp.wtfo.com/pub/linux/Mandrake-devel/projects/claraocr/ \

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/22 15:34:02 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2002/05/04 23:45:43 wiz Exp $
bin/clara
bin/selthresh.pl
man/man1/clara-adv.1
@ -10,6 +10,7 @@ share/doc/clara/FAQ
share/doc/clara/clara-adv.html
share/doc/clara/clara-dev.html
share/doc/clara/clara-faq.html
share/doc/clara/clara-glo.html
share/doc/clara/clara-tut.html
share/doc/clara/imre.pbm
@dirrm share/doc/clara

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2002/03/22 15:34:02 wiz Exp $
$NetBSD: distinfo,v 1.2 2002/05/04 23:45:43 wiz Exp $
SHA1 (clara-0.9.8.tar.gz) = edd2bab8ce12197f28a09e101c79a433d5d62ba3
Size (clara-0.9.8.tar.gz) = 316102 bytes
SHA1 (patch-aa) = e72585149c63316160eedcb38900bb1caff16e74
SHA1 (clara-0.9.9.tar.gz) = 7d18088ad086d476cce2821497db16f4f444231e
Size (clara-0.9.9.tar.gz) = 419529 bytes
SHA1 (patch-aa) = efc5d69e3330e814ad198d3cd9719402804eb3b1

View file

@ -1,25 +1,24 @@
$NetBSD: patch-aa,v 1.1.1.1 2002/03/22 15:34:03 wiz Exp $
$NetBSD: patch-aa,v 1.2 2002/05/04 23:45:44 wiz Exp $
--- Makefile.orig Sun Oct 21 00:16:38 2001
--- Makefile.orig Sat May 4 03:45:07 2002
+++ Makefile
@@ -28,13 +28,13 @@
#
@@ -29,21 +29,21 @@
# Configure the destination directories:
#
-BINDIR=/usr/local/bin
#BINDIR=/usr/local/bin
-BINDIR=/usr/bin
+BINDIR=${PREFIX}/bin
#BINDIR=/usr/bin
-MANDIR=/usr/local/man/man1
#MANDIR=/usr/local/man/man1
-MANDIR=/usr/man/man1
+MANDIR=${PREFIX}/man/man1
#MANDIR=/usr/man/man1
-DOCDIR=/usr/local/doc/clara
+DOCDIR=${PREFIX}/share/doc/clara
#DOCDIR=/usr/local/doc/clara
#DOCDIR=/usr/doc/clara
#DOCDIR=/usr/doc/clara-$(VERSION)
#DOCDIR=/usr/share/doc/clara
@@ -42,8 +42,8 @@
-DOCDIR=/usr/share/doc/clara
+DOCDIR=${PREFIX}/share/doc/clara
#
# Configure these variables accordingly to your system:
#
@ -30,15 +29,16 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/03/22 15:34:03 wiz Exp $
CC = gcc
#
@@ -83,14 +83,14 @@
@@ -85,7 +85,7 @@
#
# Add or remove flags if necessary:
#
-CFLAGS = $(INCLUDE) -g -O2 -Wall $(COPTS)
+CFLAGS += $(INCLUDE) -g -O2 -Wall $(COPTS)
-CFLAGS = $(INCLUDE) -g -Wall $(COPTS)
+CFLAGS += $(INCLUDE) -g -Wall $(COPTS)
#CFLAGS = $(INCLUDE) -g -O2 -Wall $(COPTS)
#CFLAGS = $(INCLUDE) -g -O2 -pedantic $(COPTS)
#CFLAGS = $(INCLUDE) -g -O2 $(COPTS)
@@ -93,7 +93,7 @@
#
# Add or remove flags if necessary:
#
@ -47,7 +47,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/03/22 15:34:03 wiz Exp $
#
# If your system requires additional libs, please add them:
@@ -153,13 +153,11 @@
@@ -175,13 +175,11 @@
./clara -p 2
install: all
@ -65,4 +65,4 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/03/22 15:34:03 wiz Exp $
+ ${BSD_INSTALL_DATA} ANNOUNCE CHANGELOG doc/FAQ doc/*.html $(DOCDIR)
clean:
rm -f clara sclara $(OBJS) doc/clara-*.1 doc/clara-*.html doc/FAQ
rm -f clara sclara $(OBJS) doc/clara*.1 doc/clara*.html doc/FAQ