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

Number of commits found: 16

Tuesday, 28 Sep 2021
15:34 Ryan Moeller (freqlabs) search for other commits by this committer
devel/py-sysctl: Fix off-by-one string termination

Update to v0.3.3 which fixes string-type sysctls having the last char
truncated.

Also follow the repo moving to truenas/py-sysctl.

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 851f7f63713a213a32976b793d26eaf14d373b4c commit hash: 851f7f63713a213a32976b793d26eaf14d373b4c commit hash: 851f7f63713a213a32976b793d26eaf14d373b4c commit hash: 851f7f63713a213a32976b793d26eaf14d373b4c 851f7f6
Wednesday, 6 Jan 2021
18:56 freqlabs search for other commits by this committer
devel/py-sysctl: Bump to 0.3.2

* Allow setting opaque values with a bytearray
* Don't segfault in the setter when the getter has not been called

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D28002
Original commitRevision:560556 
Thursday, 5 Nov 2020
19:22 freqlabs search for other commits by this committer
devel/py-sysctl: Bump for GIL changes

Now the GIL is relinquished while getting and setting sysctl values.

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D27106
Original commitRevision:554150 
Tuesday, 27 Oct 2020
17:27 freqlabs search for other commits by this committer
devel/py-sysctl: Fix Python 2.7 builds

*tips pointy hat*

Approved by:	bapt
Sponsored by:	iXsystems, Inc.
Original commitRevision:553457 
Monday, 26 Oct 2020
16:16 freqlabs search for other commits by this committer
devel/py-sysctl: Update to 0.3.1, become maintainer

Now raises exceptions on error instead of exiting Python.

Reviewed by:	wg
Approved by:	wg (ports, maintainer)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D26962
Original commitRevision:553365 
Monday, 5 Oct 2020
18:22 freqlabs search for other commits by this committer
devel/py-sysctl: Update to 0.3.0

Bring py-sysctl to 0.3.0, which features the following changes:

* .value now lazy-loaded on first access to avoid the overhead of getting unused
  values

* .description field added, also lazy-loaded on first access to minimize
overhead

* Support for CTL_SYSCTL_NEXTNOSKIP to include sysctls marked with CTLFLAG_SKIP
  once D26560 lands

Reviewed by:	wg
Approved by:	wg (ports, maintainer)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D26684
Original commitRevision:551534 
Wednesday, 26 Jul 2017
18:23 wg search for other commits by this committer
devel/py-sysctl: update to latest and use github
Original commitRevision:446689 
Friday, 20 Jun 2014
01:29 wg search for other commits by this committer
devel/py-sysctl: update to 0.2 and adjust license
Original commitRevision:358485 
Wednesday, 2 Apr 2014
13:22 wg search for other commits by this committer
devel/py-sysctl: update to 0.1b9
Original commitRevision:349917 
02:04 wg search for other commits by this committer
devel/py-sysctl: update to 0.1b8
Original commitRevision:349900 
Monday, 28 Oct 2013
21:52 wg search for other commits by this committer
devel/py-sysctl: update to 0.1b7

- Update to 0.1b7
- Use auto plist
Original commitRevision:331900 
Wednesday, 23 Oct 2013
11:24 wg search for other commits by this committer
devel/py-sysctl: update to 0.1b6

- Update to 0.1b6
Original commitRevision:331372 
Wednesday, 16 Oct 2013
14:05 wg search for other commits by this committer
devel/py-sysctl: update to 0.1b5

- Update to 0.1b5
- Use PYTHON_PY3K_PLIST_HACK
Original commitRevision:330514 
Thursday, 8 Aug 2013
18:08 wg search for other commits by this committer
devel/py-sysctl: update to 0.1b4

- Update to 0.1b4
Original commitRevision:324406 
Sunday, 14 Jul 2013
18:34 wg search for other commits by this committer
devel/py-sysctl: update to 0.1b3

- Update to 0.1b3
- Fix install with Python 3.x
Original commitRevision:322996 
Saturday, 13 Jul 2013
21:10 wg search for other commits by this committer
devel/py-sysctl: wrapper for the sysctl system functions

Python wrapper for the sysctl system functions.

It provides a very simple interface to query for sysctls and to change
their values in a pythonic way.

WWW: https://github.com/williambr/py-sysctl
Original commitRevision:322971 

Number of commits found: 16