aboutsummaryrefslogtreecommitdiff
path: root/graphics/ocrad
Commit message (Collapse)AuthorAgeFilesLines
* - Fix PORTDOCS and PORTEXAMPLES.Marcelo Araujo2007-12-212-6/+16
| | | | | | | | | | - Bump PORTREVISION. Reported by: sat Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=204270
* - Update to 0.17.Marcelo Araujo2007-12-194-83/+20
| | | | | | | | | | | | - Pass maintainership to submitter. PR: ports/118790 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer via private mail), stas (mentor, implicit) Notes: svn path=/head/; revision=204069
* - Update to 0.16Martin Wilke2006-12-153-7/+9
| | | | | | | | PR: ports/106729 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer) Notes: svn path=/head/; revision=179838
* - Update maintainer's email addressPav Lucistnik2006-05-291-1/+1
| | | | | | | | PR: ports/98102 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer) Notes: svn path=/head/; revision=163885
* Update to 0.14Volker Stolz2006-05-103-15/+9
| | | | | | | | PR: ports/94529 Submitted by: Pedro F. Giffuni via maintainer Notes: svn path=/head/; revision=161969
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-1/+2
| | | | Notes: svn path=/head/; revision=150431
* - Update to 0.13Sergey Matveychuk2005-10-143-3/+14
| | | | | | | | PR: ports/87442 Submitted by: maintainer Notes: svn path=/head/; revision=145418
* Change maintainer address.Thierry Thomas2005-05-131-1/+1
| | | | | | | | PR: ports/80973 Submitted by: Ulrich Spoerlein <q (at) galgenberg.net> Notes: svn path=/head/; revision=135207
* Fix build on 4.xVolker Stolz2005-02-012-13/+15
| | | | | | | | PR: ports/76869 Submitted by: maintainer Notes: svn path=/head/; revision=127865
* Update to 0.10Kevin Lo2005-01-264-34/+14
| | | | | | | | PR: ports/76347 Submitted by: MAINTAINER Notes: svn path=/head/; revision=127371
* - Update to version 0.7Kirill Ponomarev2004-03-016-165/+55
| | | | | | | | | | - SIZEify PR: ports/63606 Submitted by: maintainer Notes: svn path=/head/; revision=102674
* - Simplify if expression so older versions of make can handle itPav Lucistnik2003-12-311-1/+1
| | | | | | | | PR: ports/60765 Reported by: Stephen P. Cravey <clists@gotbrains.org> Notes: svn path=/head/; revision=96997
* - Update to 0.6Pav Lucistnik2003-12-3110-253/+144
| | | | | | | | PR: ports/60745 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) Notes: svn path=/head/; revision=96974
* Add ocrad 0.5, OCR program implemented as filter.Sergei Kolobov2003-11-2011-0/+350
GNU Ocrad is an OCR (Optical Character Recognition) program implemented as a filter and based on a feature extraction method. It reads a bitmap image in pbm format and outputs text in ISO-8859-1 (Latin-1) charset. Also includes a layout analyser able to separate the columns or blocks of text normally found on printed pages. It can be used as a stand-alone console application, or as a backend to other programs. PR: 59232 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=94543