[csw-devel] SF.net SVN: gar:[19839] csw/mgar/pkg

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Fri Dec 7 10:52:01 CET 2012


Revision: 19839
          http://gar.svn.sourceforge.net/gar/?rev=19839&view=rev
Author:   cgrzemba
Date:     2012-12-07 09:52:01 +0000 (Fri, 07 Dec 2012)
Log Message:
-----------
gocr/trunk: Initial commit: bring it to gar

Added Paths:
-----------
    csw/mgar/pkg/gocr/
    csw/mgar/pkg/gocr/Makefile
    csw/mgar/pkg/gocr/branches/
    csw/mgar/pkg/gocr/tags/
    csw/mgar/pkg/gocr/trunk/
    csw/mgar/pkg/gocr/trunk/Makefile
    csw/mgar/pkg/gocr/trunk/checksums
    csw/mgar/pkg/gocr/trunk/files/

Added: csw/mgar/pkg/gocr/Makefile
===================================================================
--- csw/mgar/pkg/gocr/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gocr/Makefile	2012-12-07 09:52:01 UTC (rev 19839)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/gocr/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/gocr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gocr/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gocr/trunk/Makefile	2012-12-07 09:52:01 UTC (rev 19839)
@@ -0,0 +1,29 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = gocr
+VERSION = 0.49
+GARTYPE = v2
+
+DESCRIPTION = GOCR is Optical Character Recognition
+define BLURB
+ GOCR is an OCR (Optical Character Recognition) program, developed under the GNU Public License. It converts scanned images of text back to text files. Joerg Schulenburg started the program, and now leads a team of developers.
+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. 
+endef
+
+MASTER_SITES = http://www-e.uni-magdeburg.de/jschulen/ocr/
+DISTFILES  = $(DISTNAME).tar.gz
+LICENSE = CREDITS
+
+GARCOMPILER = GCC4
+# no target 
+SKIPTEST = 1
+
+RUNTIME_DEP_PKGS_CSWgocr += CSWlibnetpbm10
+CHECKPKG_OVERRIDES_CSWgocr += file-with-bad-content|/usr/share|root/opt/csw/share/man/man1/gocr.1
+
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/gocr/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/gocr/trunk/checksums
===================================================================
--- csw/mgar/pkg/gocr/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gocr/trunk/checksums	2012-12-07 09:52:01 UTC (rev 19839)
@@ -0,0 +1 @@
+4e527bc4bdd97c2be15fdd818857507f  gocr-0.49.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list