Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2003 13:30:40 -0800 (PST)
From:      Sergei Kolobov <sergei@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics Makefile ports/graphics/ocrad Makefile distinfo pkg-descr pkg-plist ports/graphics/ocrad/files patch-Makefile.in patch-bitmap.cc patch-character.h patch-configure patch-iso_8859_1.h patch-main.cc patch-textline.cc
Message-ID:  <200311202130.hAKLUeQ1004278@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sergei      2003/11/20 13:30:40 PST

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/ocrad       Makefile distinfo pkg-descr pkg-plist 
    graphics/ocrad/files patch-Makefile.in patch-bitmap.cc 
                         patch-character.h patch-configure 
                         patch-iso_8859_1.h patch-main.cc 
                         patch-textline.cc 
  Log:
  Add ocrad 0.5, OCR program implemented as filter.
  
  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>
  
  Revision  Changes    Path
  1.633     +1 -0      ports/graphics/Makefile
  1.1       +33 -0     ports/graphics/ocrad/Makefile (new)
  1.1       +1 -0      ports/graphics/ocrad/distinfo (new)
  1.1       +45 -0     ports/graphics/ocrad/files/patch-Makefile.in (new)
  1.1       +34 -0     ports/graphics/ocrad/files/patch-bitmap.cc (new)
  1.1       +10 -0     ports/graphics/ocrad/files/patch-character.h (new)
  1.1       +29 -0     ports/graphics/ocrad/files/patch-configure (new)
  1.1       +14 -0     ports/graphics/ocrad/files/patch-iso_8859_1.h (new)
  1.1       +21 -0     ports/graphics/ocrad/files/patch-main.cc (new)
  1.1       +146 -0    ports/graphics/ocrad/files/patch-textline.cc (new)
  1.1       +9 -0      ports/graphics/ocrad/pkg-descr (new)
  1.1       +8 -0      ports/graphics/ocrad/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311202130.hAKLUeQ1004278>