b4261b617b
The NGS JavaScript interpreter is an independent implementation of the JavaScript language, developed by Netscape et al. This implementation is designed to be re-entrant, extendible, fast, and programmable. Maintainer Jose Nazario <jose@crimelabs.net>
20 lines
403 B
Plaintext
20 lines
403 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/10/22 22:17:02 pvalchev Exp $
|
|
@unexec install-info --delete --info-dir=%D/info %D/info/js.info
|
|
bin/js
|
|
bin/jsas
|
|
bin/jsdas
|
|
bin/jswrap
|
|
include/js.h
|
|
include/jsconfig.h
|
|
include/jsint.h
|
|
info/js.info
|
|
info/js.info-1
|
|
info/js.info-2
|
|
info/js.info-3
|
|
info/js.info-4
|
|
lib/libjs.a
|
|
lib/libjs.la
|
|
man/man1/js.1
|
|
man/man1/jsdas.1
|
|
@exec install-info --info-dir=%D/info %D/info/js.info
|