summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xeducation/klavaro/DEPENDS3
-rwxr-xr-xeducation/klavaro/DETAILS17
-rw-r--r--education/klavaro/HISTORY2
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37832484e2..af10a8a881 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2011-01-23 Vlad Glagolev <stealth@sourcemage.org>
* gnome2-libs/gtkdatabox: new spell, GTK+2 widget to display large
amounts of numerical data
+ * education/klavaro: new spell, GTK+2 touch typing tutor program
2011-01-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* libs/libumd: new spell, a library for rendering umd files
diff --git a/education/klavaro/DEPENDS b/education/klavaro/DEPENDS
new file mode 100755
index 0000000000..f53620cfaa
--- /dev/null
+++ b/education/klavaro/DEPENDS
@@ -0,0 +1,3 @@
+depends gtk+2 &&
+depends gtkdatabox &&
+depends curl
diff --git a/education/klavaro/DETAILS b/education/klavaro/DETAILS
new file mode 100755
index 0000000000..331bc466ab
--- /dev/null
+++ b/education/klavaro/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=klavaro
+ VERSION=1.7.4
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:56ffe966bc3181bf5ec0fa34caded4fc158a94c96b587e1512ff906cf8d86c6b28385d374788d0c98c58c94ebb476538236943ccd646d677510ddf004e1d1391
+ LICENSE[0]=GPL
+ WEB_SITE=http://klavaro.sourceforge.net/
+ ENTERED=20110123
+ SHORT="GTK+2 touch typing tutor program"
+cat << EOF
+A touch typing tutor very flexible, supporting customizable keyboard layouts.
+
+You can edit and save new or unknown keyboard layouts, as the basic course
+was designed to not depend on specific ones. Also, there are some charts
+about the learning process.
+EOF
diff --git a/education/klavaro/HISTORY b/education/klavaro/HISTORY
new file mode 100644
index 0000000000..4a8125a4f2
--- /dev/null
+++ b/education/klavaro/HISTORY
@@ -0,0 +1,2 @@
+2011-01-23 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: created spell