2014-05-30 01:35:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.18 2014/05/29 23:36:37 wiz Exp $
|
2002-03-22 16:34:02 +01:00
|
|
|
#
|
|
|
|
|
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.
2002-05-05 01:45:42 +02:00
|
|
|
DISTNAME= clara-0.9.9
|
2007-02-16 01:53:40 +01:00
|
|
|
PKGNAME= ${DISTNAME:S/clara/claraocr/}
|
2014-05-30 01:35:13 +02:00
|
|
|
PKGREVISION= 4
|
2002-03-22 16:34:02 +01:00
|
|
|
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/ \
|
|
|
|
ftp://gd.tuwien.ac.at/pub/linux/Mandrake-devel/projects/claraocr/ \
|
|
|
|
ftp://mandrake.redbox.cz/Mandrake-devel/projects/claraocr/ \
|
|
|
|
ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrake-devel/projects/claraocr/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-10-04 23:35:58 +02:00
|
|
|
HOMEPAGE= http://www.geocities.com/claraocr/
|
2002-03-22 16:34:02 +01:00
|
|
|
COMMENT= Optical Character Recognition (OCR) program for books
|
|
|
|
|
|
|
|
DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
|
|
|
|
|
2005-07-16 21:10:37 +02:00
|
|
|
USE_TOOLS+= perl:run
|
|
|
|
REPLACE_PERL= clara.pl mkdoc.pl selthresh.pl
|
2002-03-22 16:34:02 +01:00
|
|
|
|
2007-02-16 01:53:40 +01:00
|
|
|
CONFLICTS+= clara-[0-9]*
|
|
|
|
|
2010-02-01 03:41:52 +01:00
|
|
|
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 share/doc/clara
|
|
|
|
|
2002-03-22 16:34:02 +01:00
|
|
|
# install a example input file
|
|
|
|
post-install:
|
2010-02-01 03:41:52 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/imre.pbm ${DESTDIR}${PREFIX}/share/doc/clara
|
2002-03-22 16:34:02 +01:00
|
|
|
|
2007-02-15 16:38:22 +01:00
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
2002-03-22 16:34:02 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|