Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (621a967904bee1c09d84b839f1b8b800ba6d45f4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (621a967904bee1c09d84b839f1b8b800ba6d45f4)
  • Date: Mon, 12 Feb 2007 14:55:43 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 ++++
graphics/xplab/BUILD | 2 ++
graphics/xplab/DEPENDS | 1 +
graphics/xplab/DETAILS | 19 +++++++++++++++++++
graphics/xplab/HISTORY | 2 ++
graphics/xplab/INSTALL | 2 ++
graphics/xplab/Makefile.patch | 20 ++++++++++++++++++++
graphics/xplab/PRE_BUILD | 3 +++
graphics/xplab/desktop/xplab.desktop | 10 ++++++++++
9 files changed, 63 insertions(+)

New commits:
commit 621a967904bee1c09d84b839f1b8b800ba6d45f4
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

new spell, a pattern recognition software

diff --git a/ChangeLog b/ChangeLog
index 48d50a7..0e0af56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * graphics/xplab: new spell, pattern recognition software with
+ GUI
+
2007-02-12 Treeve Jelbert <treeve AT pi.be>
* kde-apps/libkexiv2: new spell

diff --git a/graphics/xplab/BUILD b/graphics/xplab/BUILD
new file mode 100755
index 0000000..8de2c19
--- /dev/null
+++ b/graphics/xplab/BUILD
@@ -0,0 +1,2 @@
+cd ${SOURCE_DIRECTORY}/src &&
+make
diff --git a/graphics/xplab/DEPENDS b/graphics/xplab/DEPENDS
new file mode 100755
index 0000000..0205dad
--- /dev/null
+++ b/graphics/xplab/DEPENDS
@@ -0,0 +1 @@
+depends gtk+2
diff --git a/graphics/xplab/DETAILS b/graphics/xplab/DETAILS
new file mode 100755
index 0000000..ce04cb5
--- /dev/null
+++ b/graphics/xplab/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=xplab
+ VERSION=0.3.1
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=http://www.pattern-lab.de/${SOURCE}
+
SOURCE_HASH=sha512:c91a2341fa5141ac3bd7991ae5a74a7f492d42ed14359a4c5a357e23faa9b5e53a7e4994c3a4216281332cc784bcf1cee94ff602a8211fd8b60a9038532beb39
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.pattern-lab.de";
+ LICENSE[0]=GPL
+ ENTERED=20070212
+ SHORT="a graphical tool for pattern matching"
+cat << EOF
+XPLAB tries to recognize patterns in a scanned document image by trained
+templates stored in a database. The user can switch easily between all
+phases in the same run. The main phases are training, recognition and
+maintenance. Some effort is made to simplify the training phase, which is
+the most time consuming part of interactivity. XPLAB provides a so-called
+batch-mode. That means, XPLAB can be run without any GUI. The batch-mode is
+usable for the phases of recognition, clustering and RB chaining,
respectively.
+EOF
diff --git a/graphics/xplab/HISTORY b/graphics/xplab/HISTORY
new file mode 100644
index 0000000..3c52f3a
--- /dev/null
+++ b/graphics/xplab/HISTORY
@@ -0,0 +1,2 @@
+2007-02-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORYdesktop/xplab.desktop, :
created spell
diff --git a/graphics/xplab/INSTALL b/graphics/xplab/INSTALL
new file mode 100755
index 0000000..ea6336d
--- /dev/null
+++ b/graphics/xplab/INSTALL
@@ -0,0 +1,2 @@
+install -m 755 -o root -g root ${SOURCE_DIRECTORY}/src/xplab /usr/bin &&
+install -m 644 -o root -g root ${SOURCE_DIRECTORY}/xplab.1.gz
/usr/share/man/man1
diff --git a/graphics/xplab/Makefile.patch b/graphics/xplab/Makefile.patch
new file mode 100644
index 0000000..ed92769
--- /dev/null
+++ b/graphics/xplab/Makefile.patch
@@ -0,0 +1,20 @@
+diff -Naur xplab-0.3.1/src/Makefile xplab-0.3.1.dings/src/Makefile
+--- xplab-0.3.1/src/Makefile 2006-01-20 20:52:49.000000000 +0100
++++ xplab-0.3.1.dings/src/Makefile 2007-02-12 21:49:36.000000000 +0100
+@@ -8,7 +8,6 @@
+ CFLAGS = -I/usr/X11R6/include \
+ -W \
+ -Wall \
+- -Werror \
+ -Wcast-qual \
+ -Wcast-align \
+ -Wstrict-prototypes \
+@@ -33,8 +32,6 @@
+
+ EXENAME = xplab
+
+-CC = @gcc -O2
+-
+ OBJS = xplab_init_types.o xplab_gtk_types.o xplab_statistic_fe.o \
+ xplab_main_fe.o xplab_main_be.o xplab_preferences_be.o \
+ xplab_recall_fe.o xplab_recall_be.o xplab_statistic_be.o \
diff --git a/graphics/xplab/PRE_BUILD b/graphics/xplab/PRE_BUILD
new file mode 100755
index 0000000..e4b0876
--- /dev/null
+++ b/graphics/xplab/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < ${SCRIPT_DIRECTORY}/Makefile.patch
diff --git a/graphics/xplab/desktop/xplab.desktop
b/graphics/xplab/desktop/xplab.desktop
new file mode 100644
index 0000000..ec73602
--- /dev/null
+++ b/graphics/xplab/desktop/xplab.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.3.1
+Name=xplab
+Type=Application
+Comment=a graphical tool for pattern matching
+Exec=xplab
+Icon=
+Categories=Applications;Utility
+Term=



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (621a967904bee1c09d84b839f1b8b800ba6d45f4), Florian Franzmann, 02/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page