parent
08688e4d5b
commit
ebe3fffc18
1 changed files with 7 additions and 2 deletions
|
@ -5,6 +5,11 @@ class Newlisp < Formula
|
||||||
url "http://www.newlisp.org/downloads/newlisp-10.6.0.tgz"
|
url "http://www.newlisp.org/downloads/newlisp-10.6.0.tgz"
|
||||||
sha1 "0f5ce581d070ff171cbef504308e578885aa5e72"
|
sha1 "0f5ce581d070ff171cbef504308e578885aa5e72"
|
||||||
|
|
||||||
|
devel do
|
||||||
|
url "http://www.newlisp.org/downloads/development/newlisp-10.6.1.tgz"
|
||||||
|
sha1 "6f7d06df961022f4319b0ea7227480847e221cb0"
|
||||||
|
end
|
||||||
|
|
||||||
depends_on "readline"
|
depends_on "readline"
|
||||||
|
|
||||||
patch :DATA
|
patch :DATA
|
||||||
|
@ -46,7 +51,7 @@ __END__
|
||||||
|
|
||||||
; newlisp-edit.lsp - multiple tab LISP editor and support for running code from the editor
|
; newlisp-edit.lsp - multiple tab LISP editor and support for running code from the editor
|
||||||
; needs 9.9.2 version minimum to run
|
; needs 9.9.2 version minimum to run
|
||||||
@@ -155,7 +155,7 @@
|
@@ -157,7 +157,7 @@
|
||||||
(write-file file (base64-dec text)))
|
(write-file file (base64-dec text)))
|
||||||
(if (= ostype "Win32")
|
(if (= ostype "Win32")
|
||||||
(catch (exec (string {newlisp.exe "} currentScriptFile {" } file " > " (string file "out"))) 'result)
|
(catch (exec (string {newlisp.exe "} currentScriptFile {" } file " > " (string file "out"))) 'result)
|
||||||
|
@ -55,7 +60,7 @@ __END__
|
||||||
)
|
)
|
||||||
(if (list? result)
|
(if (list? result)
|
||||||
(begin
|
(begin
|
||||||
@@ -223,7 +223,7 @@
|
@@ -225,7 +225,7 @@
|
||||||
(gs:run-shell 'OutputArea
|
(gs:run-shell 'OutputArea
|
||||||
(string newlispDir "/newlisp.exe") (string currentExtension " -C -w \"" $HOME "\""))
|
(string newlispDir "/newlisp.exe") (string currentExtension " -C -w \"" $HOME "\""))
|
||||||
(gs:run-shell 'OutputArea
|
(gs:run-shell 'OutputArea
|
||||||
|
|
Loading…
Reference in a new issue