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: databases/pg_similarity/distinfo

Number of commits found: 1

Saturday, 28 Jul 2018
14:57 miwi search for other commits by this committer
pg_similarity is an extension to support similarity queries on PostgreSQL. The
implementation is tightly integrated in the RDBMS in the sense that it defines
operators so instead of the traditional operators (= and <>) you can use ~~~
and ! (any of these operators represents a similarity function).

pg_similarity has three main components:

* Functions: a set of functions that implements similarity algorithms available
  in the literature. These functions can be used as UDFs and, will be the base
  for implementing the similarity operators;
* Operators: a set of operators defined at the top of similarity functions. They
  use similarity functions to obtain the similarity threshold and, compare its
  value to a user-defined threshold to decide if it is a match or not;
* Session Variables: a set of variables that store similarity function
  parameters. Theses variables can be defined at run time.

WWW: http://pgsimilarity.projects.pgfoundry.org

PR:		220428
Submitted by:	Jov <amutu@amutu.com>
Sponsored by:	iXsystems Inc.
Original commitRevision:475583 

Number of commits found: 1