[Lunar-commits] <moonbase-other> js: remove it as it is in the moonbase under spidermonkey name.

Florin Braescu florin at lunar-linux.org
Sat Feb 16 13:39:28 CET 2013


commit 8fc23cb09d0986d029fd7a0b49a609cedc93e63d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 16 Feb 2013 04:39:28 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/8fc23cb09d0986d029fd7a0b49a609cedc93e63d

js: remove it as it is in the moonbase under spidermonkey name.
---
  compilers/js/BUILD   | +0/-9     
  compilers/js/DEPENDS | +0/-1     
  compilers/js/DETAILS | +0/-17    
  3 files changed, 27 deletions(-)

--- a/compilers/js/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
-    OPTS+=" --with-system-nspr --enable-threadsafe "
-    cd js/src
-    default_build
-
-    install -m 0755 shell/js /usr/bin
-
-) > $C_FIFO 2>&1
--- a/compilers/js/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends nspr
--- a/compilers/js/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
-          MODULE=js
-         VERSION=1.8.5
-          SOURCE=js185-1.0.0.tar.gz
-      SOURCE_URL=http://ftp.mozilla.org/pub/mozilla.org/$MODULE
-      SOURCE_VFY=sha1:52a01449c48d7a117b35f213d3e4263578d846d6
-        WEB_SITE=https://developer.mozilla.org/En/SpiderMonkey/$VERSION
-         ENTERED=20130210
-         UPDATED=20130210
-           SHORT="JavaScript interpreter and libraries"
-
-cat <<EOF
-SpiderMonkey 1.8.5 includes a just-in-time compiler (JIT) (several, actually)
-that compiles JavaScript to machine code, for a significant speed increase.
-It is supported only on x86, x86_64 and ARM architectures. On other platforms,
-the JIT is simply disabled; JavaScript code runs in an interpreter, as in
-previous versions. It's the same language, just not as fast.
-EOF




More information about the Lunar-commits mailing list