#17498 closed enhancement (fixed)
clojure 20081217 + readline variant
Reported by: | mpdippery@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | clojure, lisp, java | Cc: | juno@… |
Port: | clojure |
Description
Updated Clojure port to include a "readline" variant, which enables readline-like support in the Clojure REPL using the JLine library.
Included is a patch for the Portfile, as well as a new script, clj-jline.sh
, which is a new launcher script that launches the Clojure REPL via JLine. clj-jline.sh
should go in the files
directory.
Attachments (2)
Change History (10)
Changed 16 years ago by mpdippery@…
Attachment: | clj-jline.sh added |
---|
comment:1 Changed 16 years ago by mpdippery@…
There's a new version of Clojure out (#17821), so I've updated the Portfile diff to include the new version, as well as the readline variant.
Changed 16 years ago by mpdippery@…
Attachment: | Portfile.diff added |
---|
Updated Portfile to include new version of Clojure as well as readline variant
comment:2 Changed 16 years ago by mpdippery@…
If someone with the ability to edit titles could change the title of this ticket to something like "clojure 20081217 + readline variant" or something along those lines, that'd be great.
comment:3 Changed 16 years ago by mf2k (Frank Schima)
Summary: | clojure 20080916 → clojure 20081217 + readline variant |
---|
I updated the summary.
comment:4 Changed 16 years ago by mf2k (Frank Schima)
Cc: | juno@… added |
---|
Cc'ing reporter of duplicate ticket #17821.
comment:5 Changed 16 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed revision r44508. Thanks!
comment:6 Changed 16 years ago by mpdippery@…
You'll have to add JLine (#17497) for the readline
variant to work properly.
comment:8 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
JLine-enabled launcher script