Adopted joe (by Joe Allen) Jari
sdesc: "Fast and simple editor which emulates 5 other editors" ldesc: "JSTAR is a close immitation of WordStar with many JOE extensions. JPICO is a close immitation of the Pine mailing system's PICO editor, but with many extensions and improvements. JMACS is a Emacs imitation. RJOE is a restricted version of JOE, which allowes you to edit only the files specified on the command line." category: Editors requires: cygwin cygncurses8 a) manual download wget \ http://cygwin.cante.net/joe/joe-3.5-2.tar.bz2 \ http://cygwin.cante.net/joe/joe-3.5-2-src.tar.bz2 \ http://cygwin.cante.net/joe/setup.hint b) automated: get.sh displays further instructions gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8 mkdir joe ; cd joe rm -f get.sh get.sh.sig wget http://cygwin.cante.net/joe/get.sh \ http://cygwin.cante.net/joe/get.sh.sig gpg --verify get.sh.sig get.sh && sh get.sh