pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/libduktape



Module Name:    pkgsrc
Committed By:   agc
Date:           Thu May  5 03:57:26 UTC 2016

Added Files:
        pkgsrc/lang/libduktape: DESCR Makefile PLIST buildlink3.mk distinfo
        pkgsrc/lang/libduktape/files: Makefile

Log Message:
Add libduktape, an MIT-licensed Javascript engine - this is the library
which can be embedded in other C programs.

        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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/libduktape/DESCR \
    pkgsrc/lang/libduktape/Makefile pkgsrc/lang/libduktape/PLIST \
    pkgsrc/lang/libduktape/buildlink3.mk pkgsrc/lang/libduktape/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/libduktape/files/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index