Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2c2bc687ffc89f658f25e817f511a24fe2426370)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2c2bc687ffc89f658f25e817f511a24fe2426370)
  • Date: Thu, 12 Apr 2007 10:32:52 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
i18n/kanjipad/BUILD | 1 +
i18n/kanjipad/DEPENDS | 2 ++
i18n/kanjipad/DETAILS | 17 +++++++++++++++++
i18n/kanjipad/HISTORY | 3 +++
i18n/kanjipad/PRE_BUILD | 5 +++++
6 files changed, 31 insertions(+)

New commits:
commit 2c2bc687ffc89f658f25e817f511a24fe2426370
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

i18n/kanjipad: new spell, Japanese Handwriting Recognition

diff --git a/ChangeLog b/ChangeLog
index 8edf795..4f970c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-04-12 Ladislav Hagara <hgr AT vabo.cz>
+ * i18n/kanjipad: new spell, Japanese Handwriting Recognition
+
2007-04-11 Eric Sandall <sandalle AT sourcemage.org>
* nsa.gpg: NSA key for NSA SELinux
Verified from http://www.nsa.gov/selinux/code/signature.cfm
diff --git a/i18n/kanjipad/BUILD b/i18n/kanjipad/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/i18n/kanjipad/BUILD
@@ -0,0 +1 @@
+make
diff --git a/i18n/kanjipad/DEPENDS b/i18n/kanjipad/DEPENDS
new file mode 100755
index 0000000..d4ea58f
--- /dev/null
+++ b/i18n/kanjipad/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+2 &&
+depends perl
diff --git a/i18n/kanjipad/DETAILS b/i18n/kanjipad/DETAILS
new file mode 100755
index 0000000..82c54e8
--- /dev/null
+++ b/i18n/kanjipad/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=kanjipad
+ VERSION=2.0.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:66a38597358f97a9b43c3d1f4a9d6cf583b6158350131bae3b4d47edb167877def8eff4dde666c41549accb54c7256e08403985bb06d56758050a46d5b471ef6
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://fishsoup.net/software/kanjipad/$SOURCE
+ LICENSE[0]=GPL
+ WEB_SITE=http://fishsoup.net/software/kanjipad/
+ ENTERED=20070412
+ KEYWORDS="18n"
+ SHORT="Japanese Handwriting Recognition"
+cat << EOF
+KanjiPad is a very simple program for handwriting recognition.
+The user draws a character into the box, then requests translation.
+The best candidates are displayed along the right hand side of
+the window and can be selected for pasting into other programs.
+EOF
diff --git a/i18n/kanjipad/HISTORY b/i18n/kanjipad/HISTORY
new file mode 100644
index 0000000..e02786d
--- /dev/null
+++ b/i18n/kanjipad/HISTORY
@@ -0,0 +1,3 @@
+2007-04-12 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, version 2.0.0
+
diff --git a/i18n/kanjipad/PRE_BUILD b/i18n/kanjipad/PRE_BUILD
new file mode 100755
index 0000000..08f80dd
--- /dev/null
+++ b/i18n/kanjipad/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+sedit 's:-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED::' Makefile &&
+sedit 's:/usr/local:/usr:'
Makefile



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2c2bc687ffc89f658f25e817f511a24fe2426370), Ladislav Hagara, 04/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page