Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (f94f6f9a83c2e9b30f6b9a52a36acd8a95597ea3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (f94f6f9a83c2e9b30f6b9a52a36acd8a95597ea3)
  • Date: Sat, 25 Oct 2008 13:43:38 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 1 +
education/granule/DEPENDS | 2 ++
education/granule/DETAILS | 16 ++++++++++++++++
education/granule/HISTORY | 3 +++
4 files changed, 22 insertions(+)

New commits:
commit f94f6f9a83c2e9b30f6b9a52a36acd8a95597ea3
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

granule: Added new spell, flashcard program.

diff --git a/ChangeLog b/ChangeLog
index 54631ba..02b75cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2008-10-25 George Sherwood <gsherwood AT sourcemage.org>
* libs/libassa: new spell. A C++ networking library
+ * education/grunule: flashcard program

2008-10-25 Vlad Glagolev <stealth AT 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 0000000..42e7abe
--- /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 0000000..1223017
--- /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 0000000..b5a15a2
--- /dev/null
+++ b/education/granule/HISTORY
@@ -0,0 +1,3 @@
+2008-10-25 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (f94f6f9a83c2e9b30f6b9a52a36acd8a95597ea3), George Sherwood, 10/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page