Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Andra?? Levstik (5af7cab5a6cdbcceef2218f3f192ef5509d235e6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Andra?? Levstik (5af7cab5a6cdbcceef2218f3f192ef5509d235e6)
  • Date: Wed, 23 Aug 2006 17:10:39 -0500

GIT changes to master games grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 3 +++
games-puzzles/wordsearch/BUILD | 1 +
games-puzzles/wordsearch/DEPENDS | 2 ++
games-puzzles/wordsearch/DETAILS | 15 +++++++++++++++
games-puzzles/wordsearch/HISTORY | 2 ++
games-puzzles/wordsearch/INSTALL | 5 +++++
6 files changed, 28 insertions(+)

New commits:
commit 5af7cab5a6cdbcceef2218f3f192ef5509d235e6
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

wordsearch: new spell

diff --git a/ChangeLog b/ChangeLog
index 8aef2fc..42955d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-08-24 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * games-puzzles/wordsearch: new spell
+
2006-08-18 Pol Vinogradov <vin.public AT gmail.com>
* games-strategy-rts/glest: new spell, a cross-platform 3D realtime
strategy game
diff --git a/games-puzzles/wordsearch/BUILD b/games-puzzles/wordsearch/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/games-puzzles/wordsearch/BUILD
@@ -0,0 +1 @@
+true
diff --git a/games-puzzles/wordsearch/DEPENDS
b/games-puzzles/wordsearch/DEPENDS
new file mode 100755
index 0000000..a26a773
--- /dev/null
+++ b/games-puzzles/wordsearch/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends miscfiles
diff --git a/games-puzzles/wordsearch/DETAILS
b/games-puzzles/wordsearch/DETAILS
new file mode 100755
index 0000000..5c0187a
--- /dev/null
+++ b/games-puzzles/wordsearch/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=wordsearch
+ VERSION=1.4
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:9a20982e0ba70ca038ee21c7668c112eb51c7c53ae97e2ca179bda6257b39406efc5a44bb218309a6a59e036be35b0a3b484ec930f5d5972d6719e61604fe7e5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=http://decafbad.net/projects/wordsearch/
+ ENTERED=20060823
+ LICENSE[0]=GPL
+ SHORT="A Perl script that generates word search puzzles."
+cat << EOF
+WordSearch is a Perl script that generates word search puzzles. It will
+generate random word search puzzles, or you can give it a list which will
+allow it to generate your own puzzles.
+EOF
diff --git a/games-puzzles/wordsearch/HISTORY
b/games-puzzles/wordsearch/HISTORY
new file mode 100644
index 0000000..e7f6d70
--- /dev/null
+++ b/games-puzzles/wordsearch/HISTORY
@@ -0,0 +1,2 @@
+2006-08-23 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
diff --git a/games-puzzles/wordsearch/INSTALL
b/games-puzzles/wordsearch/INSTALL
new file mode 100755
index 0000000..2814152
--- /dev/null
+++ b/games-puzzles/wordsearch/INSTALL
@@ -0,0 +1,5 @@
+mv -v wordsearch.pl $INSTALL_ROOT/usr/games/wordsearch &&
+chmod -v 0750 $INSTALL_ROOT/usr/games/wordsearch &&
+chown -v games:games $INSTALL_ROOT/usr/games/wordsearch &&
+mkdir -vp $INSTALL_ROOT/usr/share/doc/wordsearch/ &&
+mv -v * $INSTALL_ROOT/usr/share/doc/wordsearch/



  • [SM-Commit] GIT changes to master games grimoire by Andra?? Levstik (5af7cab5a6cdbcceef2218f3f192ef5509d235e6), Andra?? Levstik, 08/23/2006

Archive powered by MHonArc 2.6.24.

Top of Page