jasper c3382d6bb4 update to newlisp-10.6.2 9 years ago
..
DESCR 513119e537 newLISP is a scripting language for developing web applications and 14 years ago
PLIST c3382d6bb4 update to newlisp-10.6.2 9 years ago
README ab689f4ef8 - add a README to explain how to run and use the guiserver. 12 years ago

README

$OpenBSD: README,v 1.1 2012/12/31 14:57:15 jasper Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

GUI
==============
In order to use the GUI provided by newlisp-edit, the guiserver must
be started. In order to do this Java must be installed, which can be
done with:

# pkg_add jdk

Next, start the server:

$ cd ${PREFIX}/share/newlisp-${V}/
$ java -jar guiserver.jar 47011 guiserver.lsp

Now run ${PREFIX}/bin/newlisp-edit to connect to the server.