[Lunar-commits] <moonbase> Subject: ignuit: new module for memorizing via flashcards
Auke Kok
sofar at foo-projects.org
Sun Sep 5 23:55:33 CEST 2010
commit 514dfa52defdc2abfc4fc43b49cf79430c69ce33
Author: Paul Bredbury <brebs at sent.com>
Date: Sun Sep 5 23:55:33 2010 +0200
Subject: ignuit: new module for memorizing via flashcards
---
zbeta/ignuit/BUILD | 7 +++++++
zbeta/ignuit/DEPENDS | 8 ++++++++
zbeta/ignuit/DETAILS | 18 ++++++++++++++++++
3 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/zbeta/ignuit/BUILD b/zbeta/ignuit/BUILD
new file mode 100644
index 0000000..6be7740
--- /dev/null
+++ b/zbeta/ignuit/BUILD
@@ -0,0 +1,7 @@
+(
+
+ default_build &&
+
+ gather_docs examples
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/ignuit/DEPENDS b/zbeta/ignuit/DEPENDS
new file mode 100644
index 0000000..04f6d4d
--- /dev/null
+++ b/zbeta/ignuit/DEPENDS
@@ -0,0 +1,8 @@
+# Dependency list at http://homepages.ihug.co.nz/~trmusson/programs.html#ignuit
+depends libgnomeui
+depends libglade
+depends libxslt
+depends gstreamer-10
+depends intltool
+
+optional_depends texlive "" "" "support for mathematical formulae"
diff --git a/zbeta/ignuit/DETAILS b/zbeta/ignuit/DETAILS
new file mode 100644
index 0000000..f29e813
--- /dev/null
+++ b/zbeta/ignuit/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=ignuit
+ VERSION=0.0.16
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE
+ SOURCE_URL[1]=http://ftp.gnu.org/gnu/ignuit/
+ SOURCE_VFY=sha1:793c4f0eef4b83e7fc981465d3328be498b2aa2d
+ WEB_SITE=http://homepages.ihug.co.nz/~trmusson/programs.html#ignuit
+ ENTERED=20100830
+ UPDATED=20100830
+ SHORT="Memorization aid based on the Leitner flashcard system"
+
+cat << EOF
+Ignuit has a GNOME look-and-feel, a good selection of quiz options, and
+supports UTF-8. Cards can include embedded audio, images, and
+mathematical formulae (via LaTeX). It can import and export several
+file formats, including CSV. Ignuit can be used for both long-term
+learning, and cramming.
+EOF
More information about the Lunar-commits
mailing list