notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/duktape/files/patch-Makefile.cmdline

Number of commits found: 9

Monday, 21 Feb 2022
07:13 Daniel Engberg (diizzy) search for other commits by this committer
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
commit hash: 77ccf365300399ef0065fb10981e1dabd7a8396a commit hash: 77ccf365300399ef0065fb10981e1dabd7a8396a commit hash: 77ccf365300399ef0065fb10981e1dabd7a8396a commit hash: 77ccf365300399ef0065fb10981e1dabd7a8396a 77ccf36
Wednesday, 21 Oct 2020
10:26 rhurlin search for other commits by this committer
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
Original commitRevision:552860 
Thursday, 11 Oct 2018
02:19 swills search for other commits by this committer
lang/duktape: Update to 2.3.0

PR:		232139
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:481779 
Tuesday, 10 Oct 2017
13:21 vanilla search for other commits by this committer
Update to 2.2.0.
Original commitRevision:451700 
Wednesday, 18 May 2016
20:16 olivierd search for other commits by this committer
Update to 1.5.0

Changes: http://duktape.org/download.html#id33
Original commitRevision:415464 
Sunday, 21 Feb 2016
20:00 olivierd search for other commits by this committer
Update to 1.4.0

PR:		203481 (based on)
Submitted by:	<tkato432@yahoo.com>
Original commitRevision:409310 
Wednesday, 9 Sep 2015
21:48 amdmi3 search for other commits by this committer
- Convert to USES=libedit (port tries to to the same thing manually)
- Respect CFLAGS
- Fix WWW:
Original commitRevision:396541 
Saturday, 17 Jan 2015
01:46 bapt search for other commits by this committer
Update to 1.1.0
Use libedit from ports instead of libreadline
Original commitRevision:377210 
Friday, 28 Nov 2014
22:53 bapt search for other commits by this committer
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.

Main features:

  * Embeddable, portable, compact; about 210kB code, 80kB memory, 40kLoC source
(excluding comments etc)
  * Ecmascript E5/E5.1 compliant, some features borrowed
    from E6 draft
  * Built-in regular expression engine
  * Built-in Unicode support
  * Minimal platform dependencies
  * Combined reference counting and mark-and-sweep garbage collection with
    finalization
  * Custom features like coroutines, built-in logging framework, and built-in
    CommonJS-based module loading framework
  * Property virtualization using a subset of Ecmascript E6 Proxy object
  * Liberal license (MIT)
Original commitRevision:373582 

Number of commits found: 9