- add a README to explain how to run and use the guiserver.

maintainer timed-out.
This commit is contained in:
jasper 2012-12-31 14:57:15 +00:00
parent af84bdcf70
commit ab689f4ef8
3 changed files with 24 additions and 2 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2012/12/31 14:52:45 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2012/12/31 14:57:15 jasper Exp $
COMMENT= newLISP is a LISP like, general purpose scripting language
V= 10.4.5
DISTNAME= newlisp-$V
REVISION= 0
CATEGORIES= lang
HOMEPAGE= http://newlisp.org/
MAINTAINER= Ted Walther <ted@reactor-core.org>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2012/12/31 14:52:45 jasper Exp $
@comment $OpenBSD: PLIST,v 1.4 2012/12/31 14:57:15 jasper Exp $
bin/newlisp
@bin bin/newlisp-${V}
bin/newlisp-edit
@ -18,6 +18,7 @@ share/doc/newlisp/manual_frame.html
share/doc/newlisp/newLISPdoc.html
share/doc/newlisp/newlisp_index.html
share/doc/newlisp/newlisp_manual.html
share/doc/pkg-readmes/${FULLPKGNAME}
share/newlisp-${V}/
share/newlisp-${V}/guiserver/
share/newlisp-${V}/guiserver.jar

20
lang/newlisp/pkg/README Normal file
View File

@ -0,0 +1,20 @@
$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.