Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (8e560c91c659c756ac2d4eddcca09c5e31a33ec6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (8e560c91c659c756ac2d4eddcca09c5e31a33ec6)
  • Date: Thu, 14 Dec 2006 15:11:51 -0600

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 4 ++++
devel/mzscheme/BUILD | 3 +++
devel/mzscheme/DETAILS | 30 ++++++++++++++++++++++++++++++
devel/mzscheme/HISTORY | 2 ++
4 files changed, 39 insertions(+)

New commits:
commit 8e560c91c659c756ac2d4eddcca09c5e31a33ec6
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

devel/mzscheme: new spell, implementation of Scheme programming language

diff --git a/ChangeLog b/ChangeLog
index e56e911..3951235 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-15 Alexander Tsamutali <astsmtl AT gmail.com>
+ * devel/mzscheme: new spell, implementation of the Scheme
+ programming language
+
2006-12-14 Juuso Alasuutari <iuso AT sourcemage.org>
* kde-apps/KDE_DEPENDS: Added depends qt-x11 & kdelibs.

diff --git a/devel/mzscheme/BUILD b/devel/mzscheme/BUILD
new file mode 100755
index 0000000..555bd52
--- /dev/null
+++ b/devel/mzscheme/BUILD
@@ -0,0 +1,3 @@
+OPTS="$OPTS --enable-shared" &&
+cd src &&
+default_build
diff --git a/devel/mzscheme/DETAILS b/devel/mzscheme/DETAILS
new file mode 100755
index 0000000..34f50c7
--- /dev/null
+++ b/devel/mzscheme/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=mzscheme
+ VERSION=360
+ SOURCE=mz-$VERSION-src-unix.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/mz-$VERSION
+
SOURCE_URL[0]=ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/$VERSION/mz/$SOURCE
+
SOURCE_HASH=sha512:9ee8da33b5015da34eb2bb508d26124fdc776510bc582c1c05332b62cf606db375beb9cb11f0e6e2255f821700fde936eca6f58462b168a41d671a9234cea0a0
+ LICENSE[0]=LGPL
+ WEB_SITE=http://www.plt-scheme.org/software/mzscheme/
+ ENTERED=20061215
+ KEYWORDS="devel scheme"
+ SHORT="an implementation of the Scheme programming language"
+cat << EOF
+MzScheme is an implementation of the Scheme programming language for Windows,
+Mac OS X, and Unix. The name is pronounced "miz scheme", as in "Ms. Scheme".
+
+MzScheme is R5RS-compliant, including the full numerical tower. It also
+provides threads (on all platforms), exceptions, modules, class-based
+objects, Unicode, regular-expression matching, TCP/IP, and more.
+
+MzScheme compiles Scheme to byte code. At run time on x86, x86_64, and
+PowerPC platforms, MzScheme converts byte code to native code through a
+just-in-time compiler. Alternately, on all platforms, the mzc compiler
+produces native code via C to run in MzScheme.
+
+MzScheme supports access to foreign functions and libraries directly from
+Scheme, as well as MzScheme-specific extensions that are implemented in
C/C++.
+MzScheme can also be embedded as an extension language within a C/C++
+application. Interoperability with C/C++ is facilitated by the use of a
+conservative garbage collector.
+EOF
diff --git a/devel/mzscheme/HISTORY b/devel/mzscheme/HISTORY
new file mode 100644
index 0000000..96b3daf
--- /dev/null
+++ b/devel/mzscheme/HISTORY
@@ -0,0 +1,2 @@
+2006-12-15 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, BUILD, HISTORY: Created this spell



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (8e560c91c659c756ac2d4eddcca09c5e31a33ec6), Alexander Tsamutali, 12/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page