Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (34e63b5596b5279749d17b66387f6aa70267df03)

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 grimoire by Ismael Luceno (34e63b5596b5279749d17b66387f6aa70267df03)
  • Date: Sat, 4 Apr 2015 14:13:49 -0500

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

ChangeLog | 1 +
education/tcltutor/BUILD | 1 +
education/tcltutor/DEPENDS | 2 ++
education/tcltutor/DETAILS | 16 ++++++++++++++++
education/tcltutor/HISTORY | 2 ++
education/tcltutor/INSTALL | 10 ++++++++++
6 files changed, 32 insertions(+)

New commits:
commit 34e63b5596b5279749d17b66387f6aa70267df03
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tcltutor: new spell, Learn Tcl

diff --git a/ChangeLog b/ChangeLog
index 004e020..03e565a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
* gnome2-libs/ubuntulooks: new spell, ubuntulooks theme for GTK+
2.x
* devel/tclkitemu: new spell, Tclkit emulation
+ * education/tcltutor: new spell, Learn Tcl

2015-04-02 Vlad Glagolev <stealth AT sourcemage.org>
* kernel.gpg: added C4790F9D public key (Linux Kernel Archives
diff --git a/education/tcltutor/BUILD b/education/tcltutor/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/education/tcltutor/BUILD
@@ -0,0 +1 @@
+true
diff --git a/education/tcltutor/DEPENDS b/education/tcltutor/DEPENDS
new file mode 100755
index 0000000..800fb22
--- /dev/null
+++ b/education/tcltutor/DEPENDS
@@ -0,0 +1,2 @@
+depends tcl &&
+depends tk
diff --git a/education/tcltutor/DETAILS b/education/tcltutor/DETAILS
new file mode 100755
index 0000000..2b9efdf
--- /dev/null
+++ b/education/tcltutor/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=tcltutor
+ VERSION=3.0b7
+ SOURCE="${SPELL}${VERSION//.}.tgz"
+ SOURCE_URL[0]=http://www.msen.com/~clif/${SOURCE}
+
SOURCE_HASH=sha512:17af025b192eefcfde03bf4f9dc173030a0048e84de4ef42c4525f645e5b5067d9209af0da4b1bc632cfbc6faf9703b96eaf9148324c63e4a3d367671756f0f9
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/TclTutor"
+ WEB_SITE="http://www.msen.com/~clif/TclTutor.html";
+ LICENSE[0]="BSD"
+ ENTERED=20150404
+ KEYWORDS=""
+ SHORT="Learn Tcl"
+cat << EOF
+TclTutor is a computer aided instruction package for learning the Tcl
+language. It consists of 47 lessons covering the basic Tcl commands,
including
+the dict command.
+EOF
diff --git a/education/tcltutor/HISTORY b/education/tcltutor/HISTORY
new file mode 100644
index 0000000..8e22e41
--- /dev/null
+++ b/education/tcltutor/HISTORY
@@ -0,0 +1,2 @@
+2015-04-04 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/education/tcltutor/INSTALL b/education/tcltutor/INSTALL
new file mode 100755
index 0000000..40bd0b4
--- /dev/null
+++ b/education/tcltutor/INSTALL
@@ -0,0 +1,10 @@
+dir="$INSTALL_ROOT/usr/share/games/$SPELL" &&
+wrapper="$INSTALL_ROOT/usr/games/$SPELL" &&
+cd "$SOURCE_DIRECTORY" &&
+mkdir -p "$dir" &&
+cp -r lesson *.tcl "$dir" &&
+cat >"$wrapper" <<EOF &&
+#!/bin/sh
+exec wish "$dir/TclTutor.tcl"
+EOF
+chmod 755 "$wrapper"



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (34e63b5596b5279749d17b66387f6aa70267df03), Ismael Luceno, 04/04/2015

Archive powered by MHonArc 2.6.24.

Top of Page