Skip to Content.
Sympa Menu

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

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 (65b55b5f7cf6dc586c25bc427e5b12efd4c95486)
  • Date: Sat, 4 Apr 2015 13:05:28 -0500

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

ChangeLog | 1 +
devel/tclkitemu/DEPENDS | 5 +++++
devel/tclkitemu/DETAILS | 14 ++++++++++++++
devel/tclkitemu/HISTORY | 2 ++
4 files changed, 22 insertions(+)

New commits:
commit 65b55b5f7cf6dc586c25bc427e5b12efd4c95486
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tclkitemu: new spell, Tclkit emulation

diff --git a/ChangeLog b/ChangeLog
index 7e5be51..004e020 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* devel/memchan: new spell, In-memory channels for Tcl.
* gnome2-libs/ubuntulooks: new spell, ubuntulooks theme for GTK+
2.x
+ * devel/tclkitemu: new spell, Tclkit emulation

2015-04-02 Vlad Glagolev <stealth AT sourcemage.org>
* kernel.gpg: added C4790F9D public key (Linux Kernel Archives
diff --git a/devel/tclkitemu/DEPENDS b/devel/tclkitemu/DEPENDS
new file mode 100755
index 0000000..b2d257e
--- /dev/null
+++ b/devel/tclkitemu/DEPENDS
@@ -0,0 +1,5 @@
+depends tcl &&
+depends tclvfs &&
+depends vqtcl &&
+depends trf &&
+depends memchan
diff --git a/devel/tclkitemu/DETAILS b/devel/tclkitemu/DETAILS
new file mode 100755
index 0000000..f3124fe
--- /dev/null
+++ b/devel/tclkitemu/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=tclkitemu
+ VERSION=1.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]="https://github.com/ismaell/$SPELL/archive/v${SOURCE##*-}";
+
SOURCE_HASH=sha512:b63e3cd582acf772ad9a40c585ce60961e60671be1186e3b94a9d640c6acfcc5084fdf3dd16467a470e08ce4860fdbbfe9ceed8bcc9fd2764595ba2a0fe5459f
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/ismaell/tclkitemu";
+ LICENSE[0]="BSD"
+ ENTERED=20150404
+ KEYWORDS=""
+ SHORT="Tclkit emulation"
+cat << EOF
+Collection of scripts to deal with starkits and starpacks.
+EOF
diff --git a/devel/tclkitemu/HISTORY b/devel/tclkitemu/HISTORY
new file mode 100644
index 0000000..edc0674
--- /dev/null
+++ b/devel/tclkitemu/HISTORY
@@ -0,0 +1,2 @@
+2015-04-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



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

Archive powered by MHonArc 2.6.24.

Top of Page