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: devel/py-pip/pkg-descr

Number of commits found: 6

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
Sunday, 18 Jan 2015
09:26 nivit search for other commits by this committer
- Update to 6.0.6
- Switch back to CHEESESHOP as download site
  because doc sources are now included in the
  distribution file
- Update WWW address in pkg-descr

Relnotes:	https://pip.pypa.io/en/latest/news.html
Original commitRevision:377286 
Thursday, 10 Apr 2014
00:34 nivit search for other commits by this committer
- Update to 1.5.4
- Use GitHub as download site, so we can  build docs
- Build docs as HTML format with Sphinx
- Add a regression-test target (not active at the moment, because
  some tests fail)
- Update pkg-descr

Release Notes:	http://www.pip-installer.org/en/latest/news.html
Original commitRevision:350751 
Thursday, 25 Jul 2013
07:28 nivit search for other commits by this committer
- Update to 1.4
- Fix WWW line in pkg-descr

Build log:	http://goo.gl/6UmyMk
Change log:	http://goo.gl/9pUy4v
Original commitRevision:323626 
Saturday, 12 Mar 2011
23:33 nivit search for other commits by this committer
- Update to 0.8.3
- Change web site URL in pkg-descr
Original commit
Monday, 19 Jan 2009
22:02 nivit search for other commits by this committer
pip is a replacement for easy_install. It uses mostly the same techniques
for finding packages, so packages that were made easy_installable should
be pip-installable as well.

pip is meant to improve on easy_install. Some of the improvements:

    * All packages are downloaded before installation. Partially-completed
      installation doesn't occur as a result.
    * Care is taken to present useful output on the console.
    * The reasons for actions are kept track of. For instance, if a package
      is being installed, pip keeps track of why that package was required.
    * Error messages should be useful.
    * Packages don't have to be installed as egg archives, they can be
      installed flat (while keeping the egg metadata).

WWW:    http://pip.openplans.org/
Original commit

Number of commits found: 6