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: editors/parinfer-rust/files

Number of commits found: 1

Saturday, 26 Jan 2019
17:03 tobik search for other commits by this committer
New port: editors/parinfer-rust

A full-featured, super fast implementation of Shaun Lebron's parinfer.

Parinfer is a proof-of-concept editor mode for Lisp programming
languages.  It simplifies the way we write Lisp by auto-adjusting
parens when indentation changes and vice versa.  The hope is to
make basic Lisp-editing easier for newcomers and experts alike,
while still allowing existing plugins like Paredit to satisfy the
need for more advanced operations.

Parinfer-rust comes with plugins for Kakoune, Vim8, and Neovim.
The Rust library can be called from other editors that can load
dynamic libraries.

This plugin implements "smart" mode.  Rather than switching between
"paren" mode and "indent" mode, parinfer uses information about how
the user is changing the file to decide what to do.

WWW: https://github.com/eraserhd/parinfer-rust
Original commitRevision:491303 

Number of commits found: 1