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/bbfreeze-loader/pkg-descr

Number of commits found: 3

Wednesday, 25 Apr 2018
16:42 amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
Original commitRevision:468282 
Thursday, 8 Feb 2018
20:18 amdmi3 search for other commits by this committer
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
Original commitRevision:461265 
Friday, 28 Nov 2014
10:35 danfe search for other commits by this committer
Add two new ports: bbfreeze and bbfreeze-loader (helper script).

bbfreeze creates standalone executables from Python scripts.  It's similar
in purpose to the well known py2exe for Windows, py2app for OS X, PyInstaller
and cx_Freeze (in fact ancient versions were based on cx_Freeze.
And it uses the modulegraph package, which is also used by py2app).

It has the following features:

  - ZIP/Egg file import tracking
  - Binary dependency tracking (e.g. shared libraries)
  - Multiple script freezing support
  - Python interpreter included (named 'py')
  - Automatic pathname rewriting (pathnames in tracebacks are relative)
  - New distutils command: bdist_bbfreeze

WWW: https://pypi.python.org/pypi/bbfreeze/
Original commitRevision:373541 

Number of commits found: 3