diff options
author | George Sherwood | 2008-10-25 13:42:35 -0500 |
---|---|---|
committer | George Sherwood | 2008-10-25 13:42:35 -0500 |
commit | f94f6f9a83c2e9b30f6b9a52a36acd8a95597ea3 (patch) | |
tree | 895afb794a1874eeb3996ac05ef43a1b83516912 | |
parent | 753ab5d07e788195c65539166bbc520adc39a263 (diff) |
granule: Added new spell, flashcard program.
-rw-r--r-- | ChangeLog | 1 | ||||
-rwxr-xr-x | education/granule/DEPENDS | 2 | ||||
-rwxr-xr-x | education/granule/DETAILS | 16 | ||||
-rw-r--r-- | education/granule/HISTORY | 3 |
4 files changed, 22 insertions, 0 deletions
@@ -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 + |