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-importlib/pkg-descr

Number of commits found: 2

Sunday, 7 Oct 2012
05:21 rm search for other commits by this committer
importlib module is available in Python standard library since 2.7
(in 2.x branch) and 3.1 (in 3.x branch). Since we don't have 3.0
in ports, nor anything less 2.6, set USE_PYTHON to exactly 2.6

while here:
- trim Makefile header
- move pkg-plist contents to Makefile:PLIST_FILES
- correct WWW in pkg-descr

PR:		172409
Submitted by:	rm (myself)
Approved by:	Alexandros Kosiaris <akosiaris at gmail dot com> (maintainer)
Original commitRevision:305431 
Friday, 24 Feb 2012
18:34 jgh search for other commits by this committer
New port: (devel/py-importlib)

This package contains the code from importlib as found in Python 2.7.

It is provided so that people who wish to use importlib.import_module()
with a version of Python prior to 2.7 or in 3.0 have the function readily
available. The code in no way deviates from what can be found in the 2.7
trunk.

For documentation, see the importlib docs for Python 2.7.

WWW: http://pypi.python.org/pypi/importlib/1.0.

PR:     ports/165420
Submitted by:   Alexandros Kosiaris <akosiaris@gmail.com>
Original commit

Number of commits found: 2