summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-02-17 13:22:21 +0000
committerMichael Januszewski <spock@gentoo.org>2004-02-17 13:22:21 +0000
commitbf1254c1c9a71c41ee46dd6c6428f43f778cfee4 (patch)
treeb588181681ca4f604c14ffd207f0b85e87f94f54 /app-text/clara
parentUse LD_PRELOAD to force the uic program to use the currently building Qt and ... (diff)
downloadhistorical-bf1254c1c9a71c41ee46dd6c6428f43f778cfee4.tar.gz
historical-bf1254c1c9a71c41ee46dd6c6428f43f778cfee4.tar.bz2
historical-bf1254c1c9a71c41ee46dd6c6428f43f778cfee4.zip
Initial commit.
Diffstat (limited to 'app-text/clara')
-rw-r--r--app-text/clara/ChangeLog11
-rw-r--r--app-text/clara/Manifest4
-rw-r--r--app-text/clara/clara-20031214.ebuild39
-rw-r--r--app-text/clara/files/digest-clara-200312141
-rw-r--r--app-text/clara/metadata.xml9
5 files changed, 64 insertions, 0 deletions
diff --git a/app-text/clara/ChangeLog b/app-text/clara/ChangeLog
new file mode 100644
index 000000000000..7c2ff1eef818
--- /dev/null
+++ b/app-text/clara/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-text/clara
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/clara/ChangeLog,v 1.1 2004/02/17 13:22:21 spock Exp $
+
+*clara-20031214 (17 Feb 2004)
+
+ 17 Feb 2004; Michal Januszewski <spock@gentoo.org> clara-20031214.ebuild,
+ metadata.xml:
+ Initial commit, closes #20333. Original ebuild submitted by steveb
+ <tp22a@softhome.net>. Thanks :)
+
diff --git a/app-text/clara/Manifest b/app-text/clara/Manifest
new file mode 100644
index 000000000000..1488f878fa04
--- /dev/null
+++ b/app-text/clara/Manifest
@@ -0,0 +1,4 @@
+MD5 9010c3388cfa29d5c5bb0148e841956f clara-20031214.ebuild 966
+MD5 95717730e75653bc3855ea638c91d9d2 ChangeLog 436
+MD5 d94d306da3804e41296e1bf04c7c9cae metadata.xml 255
+MD5 d09227b4090e8779eefd066ceafb8728 files/digest-clara-20031214 66
diff --git a/app-text/clara/clara-20031214.ebuild b/app-text/clara/clara-20031214.ebuild
new file mode 100644
index 000000000000..432734aa58b3
--- /dev/null
+++ b/app-text/clara/clara-20031214.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/clara/clara-20031214.ebuild,v 1.1 2004/02/17 13:22:21 spock Exp $
+
+DESCRIPTION="An OCR (Optical Character Recognition) program"
+SRC_URI="http://www.claraocr.org/sources/${P}.tar.gz"
+HOMEPAGE="http://www.claraocr.org/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/x11"
+
+src_compile() {
+ emake || die
+ emake doc || die
+}
+
+src_install() {
+ dobin clara selthresh
+ doman doc/clara*.1 selthresh.1
+
+ dodoc ANNOUNCE CHANGELOG COPYING doc/FAQ
+ insinto /usr/share/doc/${P}
+ doins imre.pbm
+
+ dohtml doc/*.html
+}
+
+pkg_postinst() {
+ einfo
+ einfo "Please note that Clara OCR has to be trained to recognize text,"
+ einfo "without a training session it simply won't work. Have a look at"
+ einfo "the docs in /usr/share/doc/${P}/html/ to get more "
+ einfo "info about the training procedure."
+ einfo
+} \ No newline at end of file
diff --git a/app-text/clara/files/digest-clara-20031214 b/app-text/clara/files/digest-clara-20031214
new file mode 100644
index 000000000000..7494bf4b6812
--- /dev/null
+++ b/app-text/clara/files/digest-clara-20031214
@@ -0,0 +1 @@
+MD5 3cd4eb76355d874f57058b19132e91d6 clara-20031214.tar.gz 451539
diff --git a/app-text/clara/metadata.xml b/app-text/clara/metadata.xml
new file mode 100644
index 000000000000..daa8053eefc4
--- /dev/null
+++ b/app-text/clara/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>spock@gentoo.org</email>
+ <name>Michal Januszewski</name>
+</maintainer>
+</pkgmetadata>