Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (28a0ccec75de5fd147ae9cff1e5216c839e42a17)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (28a0ccec75de5fd147ae9cff1e5216c839e42a17)
  • Date: Sat, 16 Mar 2013 16:45:21 -0500

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 5 ++++-
games-cards/pysolfc/BUILD | 1 +
games-cards/pysolfc/CONFLICTS | 1 +
games-cards/pysolfc/DEPENDS | 3 +++
games-cards/pysolfc/DETAILS | 24 ++++++++++++++++++++++++
games-cards/pysolfc/HISTORY | 3 +++
games-cards/pysolfc/INSTALL | 4 ++++
7 files changed, 40 insertions(+), 1 deletion(-)

New commits:
commit 28a0ccec75de5fd147ae9cff1e5216c839e42a17
Author: Javier Vasquez <j.e.vasquez.v AT gmail.com>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pysolfc: new spell, a fork of pysol

Signed-off-by: Ismael Luceno <ismael AT sourcemage.org>

commit c11516eda68221a03e92588b47506dfc6ee8eda2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Fix changelog entry

diff --git a/ChangeLog b/ChangeLog
index 11e4732..a4805fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-2013-02-17 Ismael Luceno <ismael.luceno AT gmail.com>
+2013-03-16 Javier Vasquez <j.e.vasquez.v AT gmail.com>
+ * games-cards/pysolfc: new spell, a fork of pysol
+
+2013-02-17 Ismael Luceno <ismael AT sourcemage.org>
* games-rpg-mp/manaplus: new spell, a fork of manasource

2012-12-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
diff --git a/games-cards/pysolfc/BUILD b/games-cards/pysolfc/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/games-cards/pysolfc/BUILD
@@ -0,0 +1 @@
+true
diff --git a/games-cards/pysolfc/CONFLICTS b/games-cards/pysolfc/CONFLICTS
new file mode 100755
index 0000000..31b14dc
--- /dev/null
+++ b/games-cards/pysolfc/CONFLICTS
@@ -0,0 +1 @@
+conflicts pysol
diff --git a/games-cards/pysolfc/DEPENDS b/games-cards/pysolfc/DEPENDS
new file mode 100755
index 0000000..fe00cee
--- /dev/null
+++ b/games-cards/pysolfc/DEPENDS
@@ -0,0 +1,3 @@
+depends tk &&
+message "${MESSAGE_COLOR}Needs python built against tk${DEFAULT_COLOR}" &&
+depends python
diff --git a/games-cards/pysolfc/DETAILS b/games-cards/pysolfc/DETAILS
new file mode 100755
index 0000000..fe8f60f
--- /dev/null
+++ b/games-cards/pysolfc/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=pysolfc
+ VERSION=2.0
+ SOURCE=PySolFC-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/PySolFC-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/pysolfc/$SOURCE
+
SOURCE_HASH=sha512:ec5a11565bd43e097cf1854fe246b8f92acd74077c0b3b158c999f9dc45966e8f805c60a2cfbd815137d970e0e6409d0ae437b9807bac9c39353657cf596b6fc
+ WEB_SITE=http://pysolfc.sourceforge.net
+ LICENSE[0]=GPL
+ SHORT="Large collection of card games (Fan Club edition)"
+cat << EOF
+PySolFC is a collection of more than 1000 solitaire card
+games. It is a fork of PySol Solitaire.
+
+There are games that use the 52 card International Pattern
+deck, games for the 78 card Tarock deck, eight and ten suit
+Ganjifa games, Hanafuda games, Matrix games, Mahjongg games,
+and games for an original hexadecimal-based deck.
+
+Its features include modern look and feel (uses Ttk widget
+set), multiple cardsets and tableau backgrounds, sound,
+unlimited undo, player statistics, a hint system, demo games,
+a solitaire wizard, support for user written plug-ins,
+an integrated HTML help browser, and lots of documentation.
+EOF
diff --git a/games-cards/pysolfc/HISTORY b/games-cards/pysolfc/HISTORY
new file mode 100644
index 0000000..2b91b08
--- /dev/null
+++ b/games-cards/pysolfc/HISTORY
@@ -0,0 +1,3 @@
+2012-12-27 Javier Vasquez <j.e.vasquez.v AT gmail.com>
+ * BUILD, CONFLICTS, DEPENDS, DETAILS, INSTALL:
+ spell created.
diff --git a/games-cards/pysolfc/INSTALL b/games-cards/pysolfc/INSTALL
new file mode 100755
index 0000000..d227a2d
--- /dev/null
+++ b/games-cards/pysolfc/INSTALL
@@ -0,0 +1,4 @@
+cd $SOURCE_DIRECTORY &&
+python setup.py install --root="${INSTALL_ROOT}/" &&
+cd ${INSTALL_ROOT}/usr/bin &&
+ln -s pysol.py pysol



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (28a0ccec75de5fd147ae9cff1e5216c839e42a17), Ismael Luceno, 03/16/2013

Archive powered by MHonArc 2.6.24.

Top of Page