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

Number of commits found: 3

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 
Monday, 2 Dec 2019
02:33 vanilla search for other commits by this committer
Update to 2.5.0.

PR:		242334
Submitted by:	maintainer
Original commitRevision:518820 
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: 3