summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xeducation/granule/DEPENDS2
-rwxr-xr-xeducation/granule/DETAILS16
-rw-r--r--education/granule/HISTORY3
4 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54631bac36..02b75cc842 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2008-10-25 George Sherwood <gsherwood@sourcemage.org>
* libs/libassa: new spell. A C++ networking library
+ * education/grunule: flashcard program
2008-10-25 Vlad Glagolev <stealth@sourcemage.org>
* audio-creation/mhwaveedit: new spell, graphical program for editing,
diff --git a/education/granule/DEPENDS b/education/granule/DEPENDS
new file mode 100755
index 0000000000..42e7abe331
--- /dev/null
+++ b/education/granule/DEPENDS
@@ -0,0 +1,2 @@
+depends gtkmm2 &&
+depends libassa
diff --git a/education/granule/DETAILS b/education/granule/DETAILS
new file mode 100755
index 0000000000..1223017e4e
--- /dev/null
+++ b/education/granule/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=granule
+ VERSION=1.4.0-7
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:a5e3640c06b573a2bca01a4b893fec7ff363185e121a09c23f99297651518f7745f130b31165c47ee0c603c3ff2f59d996197c4b507edc8487998ddb80cef8b6
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://granule.sourceforge.net/"
+ LICENSE[0]=GPL
+ ENTERED=20081025
+ SHORT="a flashcard program that implements Leitner cardfile"
+cat << EOF
+granule is a flashcard program that implements Leitner (by the German
+psychologist Sebastian Leitner in the 1970s) cardfile methodology for
+learning new words described in his book So lernt man lernen. Der Weg zum
+Erfolg. ("Learning to learn. The road to success.")
+EOF
diff --git a/education/granule/HISTORY b/education/granule/HISTORY
new file mode 100644
index 0000000000..b5a15a297a
--- /dev/null
+++ b/education/granule/HISTORY
@@ -0,0 +1,3 @@
+2008-10-25 George Sherwood <gsherwood@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+