Port details |
- duktape-lib Embeddable Javascript engine (shared lib)
- 2.7.0 lang =7 2.7.0Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2018-04-14 17:10:16
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libevent, indexinfo, xcb-util-image, libXdamage, dav1d
- Also Listed In: devel
- License: MIT
- WWW:
- https://duktape.org/
- Description:
- Duktape is an embeddable Javascript engine, with a focus on portability and
compact footprint.
Duktape is easy to integrate into a C/C++ project: add duktape.c and duktape.h
to your build, and use the Duktape API to call Ecmascript functions from C code
and vice versa.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- duktape-lib>0:lang/duktape-lib
- To install the port:
- cd /usr/ports/lang/duktape-lib/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/duktape-lib
- pkg install duktape-lib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: duktape-lib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1645321077
SHA256 (duktape-2.7.0.tar.xz) = 90f8d2fa8b5567c6899830ddef2c03f3c27960b11aca222fa17aa7ac613c2890
SIZE (duktape-2.7.0.tar.xz) = 1026524
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Libraries
-
- devel/fungw
- net/gerbera
- net/libproxy-duktape
- sysutils/polkit
Configuration Options:
- No options to configure
- Options name:
- lang_duktape-lib
- USES:
- gmake tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.7.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.7.0 21 Feb 2022 07:13:52 |
Daniel Engberg (diizzy) |
lang/duktape*: Update to 2.7.0
Unfortunately upstream doesn't provide a changelog but its mainly
a few build bug files and pkgconfig file is now provided by upstream
See https://github.com/svaarala/duktape/commits/v2.7.0 for more
information |
2.6.0_1 08 Feb 2022 09:21:48 |
Fernando Apesteguía (fernape) Author: Alfonso S. Siciliano |
lang/duktape{-lib}: Reset MAINTAINER
Back to the pool.
PR: 261761
Reported by: alfix86@gmail.com (maintainer) |
2.6.0_1 07 Feb 2022 21:58:00 |
Charlie Li (vishwin) Author: Piotr Pawel Stefaniak |
lang/duktape-lib: add pkgconf file
This is needed for sysutils/polkit's duktape support, but also makes
it easier for other consumers to use the library.
While here, cosmetic cleanups.
PR: 254274
Reviewed by: diizzy
Tested by: vishwin
Approved by: Alfonso S. Siciliano <alfix86[at]gmail[dot]com> (maintainer),
fluffy (mentor) |
2.6.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.6.0 21 Oct 2020 10:26:21 |
rhurlin |
lang/duktape and lang/duktape-lib: Update to 2.6.0
- Use CC and CFLAGS from ports framework
- Don't install debug library
- Bump PORTREVISION of www/edbrowse (has lang/duktape-lib as dependency)
Changelog:
https://github.com/svaarala/duktape/blob/master/releases/releases.yaml
PR: 250358, 250359
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D26881 |
2.5.0 02 Dec 2019 02:38:26 |
vanilla |
Update to 2.5.0.
PR: 242335
Submitted by: maintainer |
2.4.0 02 Sep 2019 22:58:25 |
swills |
lang/duktape-lib: update to 2.4.0
PR: 239543
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) |
2.3.0 23 Jul 2019 09:02:18 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.3.0 12 Nov 2018 14:54:45 |
meta |
lang/duktape-lib: respect CC
PR: 233066
Submitted by: myself
Approved by: maintainer, mentors (implicit) |
2.3.0 05 Nov 2018 15:48:42 |
meta |
lang/duktape-lib: Update to 2.3.0
While here,
* add USES=gmake, new Makefile.sharedlibrary uses "gnu make" syntax
PR: 232138
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com>
Approved by: mentors (implicit) |
2.2.1 28 Apr 2018 19:05:19 |
dbaio |
lang/duktape-lib: Update to 2.2.1
Bump PORTREVISION of dependent port (www/edbrowse) due shlib change.
PR: 227822
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) |
2.2.0 14 Apr 2018 17:10:01 |
yuri |
New port: lang/duktape-lib: Embeddable Javascript engine (shared lib)
PR: 227516
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> |