lang/duktape - The NetBSD Packages Collection

Embeddable Javascript engine

Duktape is an embeddable ECMAScript E5/E5.1 engine with a focus on
portability and compact footprint.  By integrating Duktape into your
C/C++ program you can easily extend its functionality through
scripting.  You can also build the main control flow of your program
in ECMAScript and use fast C code functions to do heavy lifting.

The terms ECMAScript and JavaScript are often considered more or less
equivalent, although JavaScript and its variants are technically just
one environment where the ECMAScript language is used.  The line
between the two is not very clear in practice:  even non-browser
ECMAScript environments often provide some browser-specific built-ins.
Duktape is no exception, and provides the commonly used print() and
alert() built-ins.  Even so, we use the term ECMAScript throughout to
refer to the language implemented by Duktape.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

lang/libduktape

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64duktape-2.7.0.tgz
NetBSD 10.0aarch64duktape-2.7.0.tgz
NetBSD 10.0aarch64duktape-2.7.0.tgz
NetBSD 10.0aarch64ebduktape-2.7.0.tgz
NetBSD 10.0aarch64ebduktape-2.7.0.tgz
NetBSD 10.0alphaduktape-2.7.0.tgz
NetBSD 10.0earmv4duktape-2.7.0.tgz
NetBSD 10.0earmv6hfduktape-2.7.0.tgz
NetBSD 10.0earmv6hfduktape-2.7.0.tgz
NetBSD 10.0earmv6hfduktape-2.7.0.tgz
NetBSD 10.0earmv7hfduktape-2.7.0.tgz
NetBSD 10.0earmv7hfduktape-2.7.0.tgz
NetBSD 10.0earmv7hfduktape-2.7.0.tgz
NetBSD 10.0i386duktape-2.7.0.tgz
NetBSD 10.0i386duktape-2.7.0.tgz
NetBSD 10.0m68kduktape-2.7.0.tgz
NetBSD 10.0powerpcduktape-2.7.0.tgz
NetBSD 10.0vaxduktape-2.7.0.tgz
NetBSD 10.0x86_64duktape-2.7.0.tgz
NetBSD 10.0_BETAx86_64duktape-2.7.0.tgz
NetBSD 8.0i386duktape-2.7.0.tgz
NetBSD 8.0i386duktape-2.7.0.tgz
NetBSD 8.0i386duktape-2.7.0.tgz
NetBSD 8.0powerpcduktape-2.7.0.tgz
NetBSD 8.0powerpcduktape-2.7.0.tgz
NetBSD 8.0powerpcduktape-2.7.0.tgz
NetBSD 8.0powerpcduktape-2.7.0.tgz
NetBSD 8.0x86_64duktape-2.7.0.tgz
NetBSD 8.0x86_64duktape-2.7.0.tgz
NetBSD 8.0x86_64duktape-2.7.0.tgz
NetBSD 9.0aarch64duktape-2.7.0.tgz
NetBSD 9.0aarch64duktape-2.7.0.tgz
NetBSD 9.0aarch64duktape-2.7.0.tgz
NetBSD 9.0alphaduktape-2.7.0.tgz
NetBSD 9.0alphaduktape-2.7.0.tgz
NetBSD 9.0earmduktape-2.7.0.tgz
NetBSD 9.0earmv6hfduktape-2.7.0.tgz
NetBSD 9.0earmv6hfduktape-2.7.0.tgz
NetBSD 9.0earmv6hfduktape-2.7.0.tgz
NetBSD 9.0earmv7hfduktape-2.7.0.tgz
NetBSD 9.0earmv7hfduktape-2.7.0.tgz
NetBSD 9.0earmv7hfduktape-2.7.0.tgz
NetBSD 9.0i386duktape-2.7.0.tgz
NetBSD 9.0i386duktape-2.7.0.tgz
NetBSD 9.0m68kduktape-2.7.0.tgz
NetBSD 9.0m68kduktape-2.7.0.tgz
NetBSD 9.0m68kduktape-2.7.0.tgz
NetBSD 9.0mips64ebduktape-2.7.0.tgz
NetBSD 9.0powerpcduktape-2.7.0.tgz
NetBSD 9.0powerpcduktape-2.7.0.tgz
NetBSD 9.0powerpcduktape-2.7.0.tgz
NetBSD 9.0sh3elduktape-2.7.0.tgz
NetBSD 9.0sparc64duktape-2.7.0.tgz
NetBSD 9.0sparcduktape-2.7.0.tgz
NetBSD 9.0sparcduktape-2.7.0.tgz
NetBSD 9.0vaxduktape-2.7.0.tgz
NetBSD 9.0vaxduktape-2.7.0.tgz
NetBSD 9.0x86_64duktape-2.7.0.tgz
NetBSD 9.0x86_64duktape-2.7.0.tgz
NetBSD 9.3x86_64duktape-2.7.0.tgz
NetBSD 9.3x86_64duktape-2.7.0.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.