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.

Port details on branch 2022Q3
pg_similarity Set of functions and operators for executing similarity queries
20160917_2 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20160917_2Version of this port present on the latest quarterly branch.
Maintainer: amutu@amutu.com search for ports maintained by this maintainer
Port Added: 2018-07-28 14:58:06
Last Update: 2023-04-15 13:14:58
Commit Hash: a40c0e7
License: BSD3CLAUSE
WWW:
http://pgsimilarity.projects.pgfoundry.org
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. lib/postgresql/pg_similarity.so
  2. share/postgresql/extension/pg_similarity--1.0.sql
  3. share/postgresql/extension/pg_similarity--unpackaged--1.0.sql
  4. share/postgresql/extension/pg_similarity.control
  5. share/postgresql/extension/pg_similarity.sql
  6. /usr/local/share/licenses/postgresql13-pg_similarity-20160917_2/catalog.mk
  7. /usr/local/share/licenses/postgresql13-pg_similarity-20160917_2/LICENSE
  8. /usr/local/share/licenses/postgresql13-pg_similarity-20160917_2/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • postgresql13-pg_similarity>0:databases/pg_similarity
To install the port:
cd /usr/ports/databases/pg_similarity/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/pg_similarity
  • pkg install postgresql13-pg_similarity
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: postgresql13-pg_similarity
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1498975894 SHA256 (eulerto-pg_similarity-20160917-be1a8b0_GH0.tar.gz) = 6c990a211c6bc9f477fd401f5ecce102743b3e4811db73c233cdc79cc187ace9 SIZE (eulerto-pg_similarity-20160917-be1a8b0_GH0.tar.gz) = 57627

Packages (timestamps in pop-ups are UTC):
postgresql12-pg_similarity
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--20160917_2---20160917_2-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 
postgresql13-pg_similarity
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--20160917_2-----
FreeBSD:14:latest--20160917_2--20160917_2-20160917_2
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 
postgresql15-pg_similarity
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20160917_220160917_2-20160917_220160917_2---
FreeBSD:13:quarterly20160917_220160917_2-20160917_220160917_220160917_220160917_220160917_2
FreeBSD:14:latest20160917_220160917_2-20160917_220160917_2---
FreeBSD:14:quarterly20160917_220160917_2-20160917_220160917_220160917_220160917_220160917_2
FreeBSD:15:latest20160917_220160917_2n/a20160917_2n/a20160917_220160917_220160917_2
FreeBSD:15:quarterly--n/a-n/a---
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. postgres : databases/postgresql13-server
Runtime dependencies:
  1. postgres : databases/postgresql13-server
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_pg_similarity
USES:
gmake pgsql:11+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/eulerto/pg_similarity/tar.gz/be1a8b0?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port