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/cling/files/patch-projects_CMakeLists.txt

Number of commits found: 2

Wednesday, 15 Aug 2018
13:16 mmokhi search for other commits by this committer
lang/cling: Update port to new release 0.5-2018-08-13
Also,
Fix the problem of some non-header files as headers (Thanks to yuri@)
Fix Jupyter integration

PR:		230637
Reported by:	yuri
Sponsored by:	The FreeBSD Foundation
Original commitRevision:477226 
Tuesday, 3 Jan 2017
08:06 novel search for other commits by this committer
Add lang/cling: Interactive C++ Interpreter Based on LLVM and Clang Libs

Cling is an interactive C++ interpreter,
built on the top of LLVM and Clang libraries.
Its advantages over the standard interpreters are that it has command prompt
and uses just-in-time (JIT) compiler for compilation.
One of Cling's main goals is to provide contemporary, high-performance
alternative of the current C++ interpreter in the ROOT project "CINT".
The backward-compatibility with CINT is major priority during the development.

Its main advantages are:
    Production-grade parser.
    Just-in-time compiler (JIT).
    Modular C++ API from the ground up.
    Separate parser and execution engine.
    C++ 11 support through clang.

PR:		215689
Submitted by:	Mahdi Mokhtari
Reviewed by:	mat, novel
Differential Revision:	https://reviews.freebsd.org/D9012
Original commitRevision:430442 

Number of commits found: 2