blob: eca43030f9e7b5714e63def20e43d3a2ffaa131a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
@comment $NetBSD: PLIST,v 1.9 2019/08/23 13:41:31 ryoon Exp $
bin/newlisp
bin/${PKGNAME}
bin/newlispdoc
man/man1/newlisp.1
man/man1/newlispdoc.1
share/doc/newlisp/COPYING
share/doc/newlisp/CREDITS
share/doc/newlisp/CodePatterns.html
share/doc/newlisp/manual_frame.html
share/doc/newlisp/newLISPdoc.html
share/doc/newlisp/newlisp_index.html
share/doc/newlisp/newlisp_manual.html
share/${PKGNAME}/modules/canvas.lsp
share/${PKGNAME}/modules/cgi.lsp
share/${PKGNAME}/modules/crypto.lsp
share/${PKGNAME}/modules/ftp.lsp
share/${PKGNAME}/modules/getopts.lsp
share/${PKGNAME}/modules/gsl.lsp
share/${PKGNAME}/modules/infix.lsp
share/${PKGNAME}/modules/mysql.lsp
share/${PKGNAME}/modules/odbc.lsp
share/${PKGNAME}/modules/plot.lsp
share/${PKGNAME}/modules/pop3.lsp
share/${PKGNAME}/modules/postgres.lsp
share/${PKGNAME}/modules/postscript.lsp
share/${PKGNAME}/modules/smtp.lsp
share/${PKGNAME}/modules/smtpx.lsp
share/${PKGNAME}/modules/sqlite3.lsp
share/${PKGNAME}/modules/stat.lsp
share/${PKGNAME}/modules/unix.lsp
share/${PKGNAME}/modules/xmlrpc-client.lsp
share/${PKGNAME}/modules/zlib.lsp
share/${PKGNAME}/util/newlisp.vim
share/${PKGNAME}/util/syntax.cgi
|