Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (f60dec7f6243ef2842ef191fe8737c12ffc93cdb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (f60dec7f6243ef2842ef191fe8737c12ffc93cdb)
  • Date: Sun, 11 Feb 2007 09:02:29 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

ChangeLog | 3 +
gnome2-apps/gnome-sudoku/DEPENDS | 7 +++
gnome2-apps/gnome-sudoku/DETAILS | 36
+++++++++++++++++
gnome2-apps/gnome-sudoku/HISTORY | 2
gnome2-apps/gnome-sudoku/gnome-sudoku-0.7.1.tar.gz.sig |binary
5 files changed, 48 insertions(+)

New commits:
commit f60dec7f6243ef2842ef191fe8737c12ffc93cdb
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

ChangeLog: added new spell

commit c519e91b7d193bb4ac36448b5c927efa63a8ea44
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gnome-sudoku: new spell added

diff --git a/ChangeLog b/ChangeLog
index b49705a..108174a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-02-11 Robin Cook <rcook AT wyrms.net>
+ * gnome2-apps/gnome-sudoku: new spell
+
2007-02-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* net/smbnetfs: new spell, smbfs via fuse

diff --git a/gnome2-apps/gnome-sudoku/DEPENDS
b/gnome2-apps/gnome-sudoku/DEPENDS
new file mode 100755
index 0000000..8b87e3d
--- /dev/null
+++ b/gnome2-apps/gnome-sudoku/DEPENDS
@@ -0,0 +1,7 @@
+depends python &&
+depends numpy &&
+depensd numeric &&
+depends pygtk2 &&
+depends gnome-python2 &&
+depends gnome-python-desktop &&
+depends gnome-python-extras
diff --git a/gnome2-apps/gnome-sudoku/DETAILS
b/gnome2-apps/gnome-sudoku/DETAILS
new file mode 100755
index 0000000..67cc4b1
--- /dev/null
+++ b/gnome2-apps/gnome-sudoku/DETAILS
@@ -0,0 +1,36 @@
+ SPELL=gnome-sudoku
+ VERSION=0.7.1
+ BRANCH=`echo ${VERSION}|cut -d . -f 1,2`
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ ENTERED=20070210
+ KEYWORDS="gnome2"
+ SHORT="Sudoku game generator"
+cat << EOF
+GNOME Sudoku is meant to have as simple, unobstrusive an interface as
possible
+while still providing features that make playing difficult Sudoku more fun.
+Some of the features are:
+
+* The board and numbers automatically resize when you resize the window.
+* The game is easily navigable from the keyboard -- you can use arrow keys
to
+ move around and then just type the number to fill in the board.
+* The game is easily playable with the mouse. Clicking on a square will
+ highlight it. Clicking on the square again will show you a grid with the
+ numbers 1 through 9; you can just click on a number to choose it.
+* You can automatically fill in the current square (to quickly fill in the
+ last empty box in a row for example).
+* You can click "hint" to show the numbers that are valid for the current
+ square.
+* You can add notes or "pencilmarks" to squares easily - just click in the
+ square to select it, and then click in the upper or lower part of the
+ square to type the note. (You can also type "n" for note if you're a
+ keyboard-centric user).
+* You can create "trackers" to automatically color certain entries a
+ different color. You can then easily delete all numbers of a certain color
+ (or delete all numbers that are not a certain color). This makes
+ trail-and-error a much easier technique to use (this is heresy to some, I
+ know, but can be quite helpful for difficult puzzles).
+EOF
diff --git a/gnome2-apps/gnome-sudoku/HISTORY
b/gnome2-apps/gnome-sudoku/HISTORY
new file mode 100644
index 0000000..ab7c4a3
--- /dev/null
+++ b/gnome2-apps/gnome-sudoku/HISTORY
@@ -0,0 +1,2 @@
+2007-02-10 Robin Cook <rcook AT wyrms.net>
+ * New Spell
diff --git a/gnome2-apps/gnome-sudoku/gnome-sudoku-0.7.1.tar.gz.sig
b/gnome2-apps/gnome-sudoku/gnome-sudoku-0.7.1.tar.gz.sig
new file mode 100644
index 0000000..ec98ba7
Binary files /dev/null and
b/gnome2-apps/gnome-sudoku/gnome-sudoku-0.7.1.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (f60dec7f6243ef2842ef191fe8737c12ffc93cdb), Robin Cook, 02/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page