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: lang/cython/pkg-descr

Number of commits found: 7

Monday, 11 Sep 2023
03:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/cython: Update pkg-descr
commit hash: 26deacbdaee2f2e28ce08654a0ba4d8a0537f7ff commit hash: 26deacbdaee2f2e28ce08654a0ba4d8a0537f7ff commit hash: 26deacbdaee2f2e28ce08654a0ba4d8a0537f7ff commit hash: 26deacbdaee2f2e28ce08654a0ba4d8a0537f7ff 26deacb
Monday, 30 Jan 2023
12:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/cython: Update to 0.29.33

- Update WWW and clean up pkg-descr

Changes:	https://github.com/cython/cython/blob/master/CHANGES.rst
commit hash: 5ec7bed73e1a184ff423b92aad1aa83e43c01809 commit hash: 5ec7bed73e1a184ff423b92aad1aa83e43c01809 commit hash: 5ec7bed73e1a184ff423b92aad1aa83e43c01809 commit hash: 5ec7bed73e1a184ff423b92aad1aa83e43c01809 5ec7bed
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
Monday, 28 Feb 2022
12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/cython: Update to 0.29.27

- Fix build with Python 3.11a4 [1]

Changes:	https://github.com/cython/cython/blob/master/CHANGES.rst
Obtained
from:	https://github.com/cython/cython/commit/bbac8b5476b1b97afcbac69e3079c11223911908
[1]
commit hash: 4d818faf94997640d57fc547c67ef39018d319e6 commit hash: 4d818faf94997640d57fc547c67ef39018d319e6 commit hash: 4d818faf94997640d57fc547c67ef39018d319e6 commit hash: 4d818faf94997640d57fc547c67ef39018d319e6 4d818fa
Saturday, 2 Feb 2019
21:56 sunpoet search for other commits by this committer
Update MASTER_SITES and WWW

The source is unfetchable from cython.org.

Approved by:	portmgr (blanket)
Original commitRevision:492015 
Friday, 19 Jul 2013
08:28 wen search for other commits by this committer
- Update to 0.19.1
Original commitRevision:323271 
Sunday, 9 Nov 2008
22:56 miwi search for other commits by this committer
The Cython language makes writing C extensions for the Python language
as easy as Python itself. Cython is a source code translator based on
the well-known Pyrex, but supports more cutting edge functionality and
optimizations.

The Cython language is very close to the Python language (and most
Python code is also valid Cython code), but Cython additionally supports
calling C functions and declaring C types on variables and class
attributes. This allows the compiler to generate very efficient C code
from Cython code.

This makes Cython the ideal language for writing glue code for external
C libraries, and for fast C modules that speed up the execution of
Python code.

WWW:    http://www.cython.org/

PR:             ports/128722
Submitted by:   Wen Heping <wenhping at gmail.com>
Original commit

Number of commits found: 7