newLISP is a scripting language for developing web applications and

programs in general and in the domains of artificial intelligence (AI)
and statistics.

..from maintainer Ted Walther <ted@reactor-core.org>
This commit is contained in:
todd 2010-10-27 08:13:32 +00:00
parent 9b8dad4d1e
commit 513119e537
4 changed files with 125 additions and 0 deletions

38
lang/newlisp/Makefile Normal file
View File

@ -0,0 +1,38 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/27 08:13:32 todd Exp $
# Makefile prepared Sat Feb 13 11:r7:14 PST 2010 by Ted Walther <ted@reactor-core.org>
COMMENT= newLISP is a LISP like, general purpose scripting language
DISTNAME= newlisp-10.2.16
CATEGORIES= lang
HOMEPAGE= http://newlisp.org/
MAINTAINER= Ted Walther <ted@reactor-core.org>
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c m ncurses readline
MASTER_SITES= http://dpkg.reactor-core.org/port/
EXTRACT_SUFX= .tgz
SEPARATE_BUILD= simple
CONFIGURE_STYLE= simple
CONFIGURE_SCRIPT= configure-alt
CONFIGURE_ARGS += --enable-readline
DESTDIRNAME= DESTDIR
REGRESS_IS_INTERACTIVE= No
NO_REGRESS= No
REGRESS_TARGET= check
CFLAGS += -Wall -pedantic -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -c
LDFLAGS += -lm
WRKBUILD= ${WRKSRC}
WRKCONF= ${WRKBUILD}
WRKINST= ${WRKDIR}/fake-${DISTNAME}
.include <bsd.port.mk>

5
lang/newlisp/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (newlisp-10.2.16.tgz) = fDvieLAbKro736VAHGParQ==
RMD160 (newlisp-10.2.16.tgz) = ng3sGIjzgxBFqui2FoN/1V4d3yo=
SHA1 (newlisp-10.2.16.tgz) = I9woeZYpMQQX47tK4GP8m1LAVyM=
SHA256 (newlisp-10.2.16.tgz) = x0gZuojMCZDort9xFWarx4O1KVW+2hy/pRmilQ0+Dg8=
SIZE (newlisp-10.2.16.tgz) = 1491005

3
lang/newlisp/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
newLISP is a scripting language for developing web applications and
programs in general and in the domains of artificial intelligence (AI)
and statistics.

79
lang/newlisp/pkg/PLIST Normal file
View File

@ -0,0 +1,79 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/27 08:13:32 todd Exp $
bin/newlisp
@bin bin/newlisp-10.2.16
bin/newlisp-edit
bin/newlispdoc
@man man/man1/newlisp.1
@man man/man1/newlispdoc.1
share/doc/newlisp/
share/doc/newlisp/COPYING
share/doc/newlisp/CREDITS
share/doc/newlisp/CodePatterns.html
share/doc/newlisp/guiserver/
share/doc/newlisp/guiserver/COPYING
share/doc/newlisp/guiserver/guiserver.lsp.html
share/doc/newlisp/guiserver/index.html
share/doc/newlisp/guiserver/newlispdoc.css
share/doc/newlisp/manual_frame.html
share/doc/newlisp/newLISP-10.3-Release.html
share/doc/newlisp/newLISPdoc.html
share/doc/newlisp/newlisp_index.html
share/doc/newlisp/newlisp_manual.html
share/newlisp-10.2.16/
share/newlisp-10.2.16/guiserver/
share/newlisp-10.2.16/guiserver.jar
share/newlisp-10.2.16/guiserver.lsp
share/newlisp-10.2.16/guiserver/allfonts-demo.lsp
share/newlisp-10.2.16/guiserver/animation-demo.lsp
share/newlisp-10.2.16/guiserver/border-layout-demo.lsp
share/newlisp-10.2.16/guiserver/button-demo.lsp
share/newlisp-10.2.16/guiserver/clipboard-demo.lsp
share/newlisp-10.2.16/guiserver/cursor-demo.lsp
share/newlisp-10.2.16/guiserver/drag-demo.lsp
share/newlisp-10.2.16/guiserver/font-demo.lsp
share/newlisp-10.2.16/guiserver/frameless-demo.lsp
share/newlisp-10.2.16/guiserver/html-demo.lsp
share/newlisp-10.2.16/guiserver/image-demo.lsp
share/newlisp-10.2.16/guiserver/midi-demo.lsp
share/newlisp-10.2.16/guiserver/midi2-demo.lsp
share/newlisp-10.2.16/guiserver/mouse-demo.lsp
share/newlisp-10.2.16/guiserver/move-resize-demo.lsp
share/newlisp-10.2.16/guiserver/pinballs-demo.lsp
share/newlisp-10.2.16/guiserver/properties-demo.lsp
share/newlisp-10.2.16/guiserver/rotation-demo.lsp
share/newlisp-10.2.16/guiserver/shapes-demo.lsp
share/newlisp-10.2.16/guiserver/sound-demo.lsp
share/newlisp-10.2.16/guiserver/stroke-demo.lsp
share/newlisp-10.2.16/guiserver/tabs-demo.lsp
share/newlisp-10.2.16/guiserver/textrot-demo.lsp
share/newlisp-10.2.16/guiserver/uppercase.lsp
share/newlisp-10.2.16/guiserver/widgets-demo.lsp
share/newlisp-10.2.16/guiserver/word-count.lsp
share/newlisp-10.2.16/init.lsp.example
share/newlisp-10.2.16/modules/
share/newlisp-10.2.16/modules/canvas.lsp
share/newlisp-10.2.16/modules/cgi.lsp
share/newlisp-10.2.16/modules/crypto.lsp
share/newlisp-10.2.16/modules/ftp.lsp
share/newlisp-10.2.16/modules/gmp.lsp
share/newlisp-10.2.16/modules/infix.lsp
share/newlisp-10.2.16/modules/macro.lsp
share/newlisp-10.2.16/modules/mysql.lsp
share/newlisp-10.2.16/modules/odbc.lsp
share/newlisp-10.2.16/modules/pop3.lsp
share/newlisp-10.2.16/modules/postgres.lsp
share/newlisp-10.2.16/modules/postscript.lsp
share/newlisp-10.2.16/modules/smtp.lsp
share/newlisp-10.2.16/modules/smtpx.lsp
share/newlisp-10.2.16/modules/sqlite3.lsp
share/newlisp-10.2.16/modules/stat.lsp
share/newlisp-10.2.16/modules/unix.lsp
share/newlisp-10.2.16/modules/xmlrpc-client.lsp
share/newlisp-10.2.16/modules/zlib.lsp
share/newlisp-10.2.16/newLISP128.png
share/newlisp-10.2.16/util/
share/newlisp-10.2.16/util/httpd-conf.lsp
share/newlisp-10.2.16/util/link.lsp
share/newlisp-10.2.16/util/nanorc
share/newlisp-10.2.16/util/newlisp.vim
share/newlisp-10.2.16/util/syntax.cgi