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-d2to1/pkg-plist

Number of commits found: 2

Saturday, 1 Feb 2014
11:24 koobs search for other commits by this committer
devel/py-d2to1: Update to 0.2.11 and modernise

- Enable STAGE support
- Enable AUTOPLIST, delete pkg-plist
- Deprecate easy_install target
- Update LICENSE (BSD3CLAUSE)

Changes: 0.2.10 (2013-04-10)

 * Replaced distribute_setup.py with ez_setup.py in order to bootstrap with
   modern setuptools when necessary.
 * Fixed a couple minor Python 3-specific issues. In particular the data_files
   option could be passed to setup() as a dict_items object instead of a list
   which is what would normally be expected.
 * Added a tox.ini (frankly I thought there already was one).
Original commitRevision:342116 
Tuesday, 18 Jun 2013
11:03 koobs search for other commits by this committer
devel/py-d2to1: Distutils2-like setup.cfg files for setuptools [NEW PORT]

d2to1 (the 'd' is for 'distutils') allows using distutils2-like
setup.cfg files for a package's metadata with a distribute/setuptools
setup.py script.

It works by providing a distutils2-formatted setup.cfg file containing
all of a package's metadata, and a very minimal setup.py which will
slurp its arguments from the setup.cfg.

WWW: https://github.com/iguananaut/d2to1
Original commitRevision:321179 

Number of commits found: 2