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-pyopencl/distinfo

Number of commits found: 8

Saturday, 22 Sep 2018
16:44 sunpoet search for other commits by this committer
Update to 2018.2

- Use PYNUMPY

Changes:	https://documen.tician.de/pyopencl/misc.html#user-visible-changes
		https://github.com/inducer/pyopencl/commits/master
Original commitRevision:480413 
Sunday, 25 Feb 2018
17:10 sunpoet search for other commits by this committer
Update to 2018.1.1

Changes:	https://documen.tician.de/pyopencl/misc.html#user-visible-changes
		https://github.com/inducer/pyopencl/commits/master
Original commitRevision:462965 
Saturday, 20 Jan 2018
10:02 sunpoet search for other commits by this committer
Update to 2018.1

Changes:	https://documen.tician.de/pyopencl/misc.html#user-visible-changes
		https://github.com/inducer/pyopencl/commits/master
Original commitRevision:459500 
Sunday, 17 Dec 2017
15:54 sunpoet search for other commits by this committer
Update to 2017.2.2

Changes:	https://documen.tician.de/pyopencl/misc.html#user-visible-changes
		https://github.com/inducer/pyopencl/commits/master
Original commitRevision:456549 
Saturday, 16 Dec 2017
20:56 sunpoet search for other commits by this committer
Update to 2017.2.1

Changes:	https://documen.tician.de/pyopencl/misc.html#user-visible-changes
		https://github.com/inducer/pyopencl/commits/master
Original commitRevision:456505 
Tuesday, 4 Jul 2017
08:08 sunpoet search for other commits by this committer
Update to 2017.2

Changes:	https://documen.tician.de/pyopencl/misc.html#user-visible-changes
		https://github.com/pyopencl/pyopencl/commits/master
Original commitRevision:445008 
Tuesday, 6 Jun 2017
13:51 sunpoet search for other commits by this committer
Update to 2017.1.1

- Add LICENSE_FILE

Changes:	https://documen.tician.de/pyopencl/misc.html#user-visible-changes
		https://github.com/pyopencl/pyopencl/commits/master
Original commitRevision:442772 
Thursday, 15 Oct 2015
00:15 jkim search for other commits by this committer
PyOpenCL gives you easy, Pythonic access to the OpenCL parallel computation
API.  What makes PyOpenCL special?

- Object cleanup tied to lifetime of objects. This idiom, often called RAII
  in C++, makes it much easier to write correct, leak- and crash-free code.
- Completeness.  PyOpenCL puts the full power of OpenCL's API at your
  disposal, if you wish.  Every obscure get_info() query and all CL calls
  are accessible.
- Automatic Error Checking.  All errors are automatically translated into
  Python exceptions.
- Speed. PyOpenCL's base layer is written in C++, so all the niceties above
  are virtually free.
- Helpful Documentation.
- Liberal license.  PyOpenCL is open-source under the MIT license and free
  for commercial, academic, and private use.

WWW: http://mathema.tician.de/software/pyopencl
Original commitRevision:399324 

Number of commits found: 8