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/py-psycopg2/pkg-descr

Number of commits found: 7

Wednesday, 5 Apr 2023
17:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-psycopg2: Update WWW and clean up pkg-descr
commit hash: 29fe6915356faec1cbfc1ce4e129a7b64f4ccb42 commit hash: 29fe6915356faec1cbfc1ce4e129a7b64f4ccb42 commit hash: 29fe6915356faec1cbfc1ce4e129a7b64f4ccb42 commit hash: 29fe6915356faec1cbfc1ce4e129a7b64f4ccb42 29fe69153
Wednesday, 7 Sep 2022
21:58 Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 fb16dfe
Monday, 24 Apr 2017
15:16 sunpoet search for other commits by this committer
Update to 2.7.1

- Add LICENSE_FILE
- Add GitHub repository to WWW

Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
		http://initd.org/psycopg/articles/2017/03/13/psycopg-271-released/
		http://initd.org/psycopg/articles/2017/03/01/psycopg-27-released/
Original commitRevision:439306 
Sunday, 26 Jan 2014
23:32 rm search for other commits by this committer
- convert to autogenerated packing list to fix python3 packaging
- simplify DOCS and EXAMPLES installation

PR:		182422
Reported by:	    Arseny Nasokin <eirnym@gmail.com>
Approved by:	miwi (maintainer, by email)
Original commitRevision:341308 
Tuesday, 10 Apr 2012
06:49 miwi search for other commits by this committer
- Update to 2.4.5

PR:             166529
Submitted by:   rm@
Original commit
Wednesday, 28 Dec 2011
09:25 rm search for other commits by this committer
- update to 2.4.4
- change USE_PYTHON to `yes' (Python3 is supported)
- update WWW
- sort pkg-plist

Approved by:   miwi (mentor)
Original commit
Thursday, 10 Aug 2006
19:35 miwi search for other commits by this committer
psycopg2 is a PostgreSQL database adapter for the Python programming language.
It was written from scratch with the aim of being small, fast and stable. It
supports the full Python DBAPI-2.0 and is thread safe.

psycopg2 is different from the other database adapter because it was designed
for heavily multi-threaded applications that create and destroy lots of cursors
and make a conspicuous number of concurrent INSERTs or UPDATEs. Every open
Python connection keeps a pool of real (UNIX or TCP/IP) connections to the
database. Every time a new cursor is created, a new connection does not need to
be opened; instead one of the unused connections from the pool is used. That
makes psycopg very fast in typical client-server applications that create a
servicing thread every time a client request arrives.

WWW: http://initd.org/projects/psycopg2

Approved by:    krion (mentor)
Original commit

Number of commits found: 7