From f94f6f9a83c2e9b30f6b9a52a36acd8a95597ea3 Mon Sep 17 00:00:00 2001 From: George Sherwood Date: Sat, 25 Oct 2008 13:42:35 -0500 Subject: granule: Added new spell, flashcard program. --- ChangeLog | 1 + education/granule/DEPENDS | 2 ++ education/granule/DETAILS | 16 ++++++++++++++++ education/granule/HISTORY | 3 +++ 4 files changed, 22 insertions(+) create mode 100755 education/granule/DEPENDS create mode 100755 education/granule/DETAILS create mode 100644 education/granule/HISTORY diff --git a/ChangeLog b/ChangeLog index 54631bac36..02b75cc842 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2008-10-25 George Sherwood * libs/libassa: new spell. A C++ networking library + * education/grunule: flashcard program 2008-10-25 Vlad Glagolev * 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 + * DEPENDS, DETAILS: spell created + -- cgit v1.2.3