Skip to Content.
Sympa Menu

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

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 (c0cfa9a38aec65f42c5596f49351496d910fcd1e)
  • Date: Wed, 3 Jun 2015 02:18:42 +0000

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

ChangeLog | 4 ++++
devel/jimtcl/BUILD | 2 ++
devel/jimtcl/DETAILS | 24 ++++++++++++++++++++++++
devel/jimtcl/HISTORY | 2 ++
4 files changed, 32 insertions(+)

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

jimtcl: new spell, A small-footprint implementation of Tcl

diff --git a/ChangeLog b/ChangeLog
index 6bb8e8b..864b662 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-03 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/jimtcl: new spell, A small-footprint implementation of
+ Tcl
+
2015-06-02 Treeve Jelbert <treeve AT sourcemage.org>
* qt5/qtjsbackend: spell deprecated
* qt5/*/CONFLICTS: delete no longer needed files
diff --git a/devel/jimtcl/BUILD b/devel/jimtcl/BUILD
new file mode 100755
index 0000000..208a8e7
--- /dev/null
+++ b/devel/jimtcl/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS --full"
+default_build
diff --git a/devel/jimtcl/DETAILS b/devel/jimtcl/DETAILS
new file mode 100755
index 0000000..10ad338
--- /dev/null
+++ b/devel/jimtcl/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=jimtcl
+ VERSION=0.76
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/msteveb/$SPELL/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:d652546a24eaff85511517e0083931cdc68848c2c41b446d8f5b728254f160dbe5ef06ad395c6043ceb4f46b03438b4c51a4ac0bd4fff61d437bec05249cae93
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://jim.tcl.tk/";
+ LICENSE[0]="FreeBSD"
+ ENTERED=20150602
+ KEYWORDS=""
+ SHORT="A small-footprint implementation of Tcl"
+cat << EOF
+Jim is an opensource small-footprint implementation of the Tcl programming
+language. It implements a large subset of Tcl and adds new features like
+references with garbage collection, closures, built-in Object Oriented
+Programming system, Functional Programming commands, first-class arrays and
+UTF-8 support. All this with a binary size of about 100-200kB (depending
+upon selected options).
+
+The Jim core is very stable. Jim passes over 3000 unit tests and many
+Tcl programs run unmodified. Jim is highly modular with the possiblity to
+configure many components as loadable modules, or omitted entirely. A number
+of extensions are included with Jim which may be built as loadable modules.
+EOF
diff --git a/devel/jimtcl/HISTORY b/devel/jimtcl/HISTORY
new file mode 100644
index 0000000..e83a8c1
--- /dev/null
+++ b/devel/jimtcl/HISTORY
@@ -0,0 +1,2 @@
+2015-06-02 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c0cfa9a38aec65f42c5596f49351496d910fcd1e), Ismael Luceno, 06/02/2015

Archive powered by MHonArc 2.6.24.

Top of Page