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: x11-toolkits/py-xlib/Makefile

Number of commits found: 32

Tuesday, 21 Jun 2022
12:01 Lorenzo Salvadore (salvadore) search for other commits by this committer
x11-toolkits/py-xlib: Rename as py-python-xlib

Requested by:	koobs
Approved by:	koobs (python ports compliance)
commit hash: 0ddc9a1ee526fd959d2328e058b1eeb8e6ec778c commit hash: 0ddc9a1ee526fd959d2328e058b1eeb8e6ec778c commit hash: 0ddc9a1ee526fd959d2328e058b1eeb8e6ec778c commit hash: 0ddc9a1ee526fd959d2328e058b1eeb8e6ec778c 0ddc9a1
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Sunday, 7 Jun 2020
09:03 tagattie search for other commits by this committer
Update to 0.27

PR:		246933
Submitted by:	Eero Hanninen <fax@nohik.ee> (maintainer)
Approved by:	mentors (implicit)
Changelog:	https://github.com/python-xlib/python-xlib/releases/tag/0.26
		https://github.com/python-xlib/python-xlib/releases/tag/0.27
Original commitRevision:538148 
Monday, 25 Mar 2019
16:19 kai search for other commits by this committer
x11-toolkits/py-xlib: Update to 0.25

While I'm here:

* Fix license
* Set MASTER_SITES to CHEESESHOP
* Pet portlint

Changelog since 0.23-4:

* Fix increasing memory usage on display instantiation
* Fix protocol handling: correctly support explicit Unix connections and fix
  support fox macOS
* Fix xfixes example
* Fix a bunch of typos in the code / documentation
* Improve Python 3 support: fix events sub-code handling and possible crashes
  when unpacking text data
* Add support for error handlers to the Composite extension

NV-CONTROL extension

* Add first implementation by Roberto Leinardi

https://github.com/python-xlib/python-xlib/blob/0.25/CHANGELOG.md

PR:		236418
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19617
Original commitRevision:496837 
Wednesday, 18 Jul 2018
20:22 yuri search for other commits by this committer
x11-toolkits/py-xlib: Update 0.21 -> 0.23-4

I am updating to 0.23-4 because of this bug
https://github.com/python-xlib/python-xlib/issues/121
It renders py-xlib broken on all systems with UNIX socket X11 DISPLAY, which is
often/always a default.

PR:		229872
Approved by:	Eero Hanninen <fax@nohik.ee> (maintainer)
Original commitRevision:474897 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Thursday, 22 Feb 2018
17:44 dbaio search for other commits by this committer
x11-toolkits/py-xlib: Update to 0.21

While here:
  Add LICENSE_FILE
  Allow concurrent installation
  Reorder Makefile

Changes:	https://github.com/python-xlib/python-xlib/releases/tag/0.21

PR:		226115
Submitted by:	Eero Hanninen <fax@nohik.ee> (maintainer)
Original commitRevision:462616 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Saturday, 30 Sep 2017
01:53 wen search for other commits by this committer
- Update to 0.20

PR:		222595
Submitted by:	fax@nohik.ee(maintainer)
Original commitRevision:450942 
Tuesday, 27 Dec 2016
18:41 rakuco search for other commits by this committer
Update to 0.18.

This is a bug fix update, release hilights:
- fix Python 3 buffer abstraction
- fix interrupted select handling for Python 3.3/3.4
- fix Unix socket support when only an abstract address is available

PR:		215604
Submitted by:	Eero Hanninen <fax@nohik.ee> (maintainer)
Original commitRevision:429643 
Friday, 23 Sep 2016
11:41 mat search for other commits by this committer
Fix runtime.

Sponsored by:	Absolight
Original commitRevision:422662 
Thursday, 22 Sep 2016
05:56 antoine search for other commits by this committer
Fix PKGNAME

Reported by:	 pkg-fallout
Original commitRevision:422590 
Wednesday, 21 Sep 2016
15:00 amdmi3 search for other commits by this committer
- Update to 0.17
- Pass maintainership to submitter
- Add LICENSE
- Add NO_ARCH

PR:		212409
Submitted by:	fax@nohik.ee
Approved by:	mwm@mired.org (maintainer)
Original commitRevision:422563 
Sunday, 19 Oct 2014
18:16 mva search for other commits by this committer
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
  x11-fonts/, x11-toolkits and x11-wm to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371203 
Saturday, 1 Mar 2014
18:00 miwi search for other commits by this committer
- Convert to autoplist
- Stage support
- Bump PORTREVISION
Original commitRevision:346670 
Friday, 20 Sep 2013
23:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Original commitRevision:327785 
Saturday, 22 Aug 2009
00:39 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with X
Original commit
Monday, 23 Feb 2009
21:22 nivit search for other commits by this committer
- Update to 0.14
- Use now %%PYTHON_SITELIBDIR%% inside pkg-plist

PR:             ports/131920
Submitted by:   Mike Meyer <mwm at mired dot org> (maintainer)
Original commit
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Original commit
Tuesday, 26 Sep 2006
12:41 rafan search for other commits by this committer
- Update to 0.13

PR:             ports/103650
Submitted by:   Mike Meyer <mwm at mired.org> (maintainer)
Original commit
Wednesday, 19 Jul 2006
23:25 rafan search for other commits by this committer
The py-xlib code has some problems running in a modern
environment. It refers to modules that don't exist any more,
is missing encoding declerations, and needs a buffer bumped.

This commit addresses these problems.

PR:             ports/100569
Submitted by:   maintainer
Original commit
Thursday, 1 Jun 2006
01:19 clsung search for other commits by this committer
- Update to 0.12a
- bugfix release

PR:             ports/98165
Submitted by:   Martin Wilke <freebsd_AT_unixfreunde dot de>
Approved by:    maintainer
Original commit
Monday, 5 Dec 2005
02:34 edwin search for other commits by this committer
Remove install-info from Makefile, it's automatically done when INFO is defined
Original commit
Sunday, 4 Dec 2005
20:07 edwin search for other commits by this committer
Add INFO macro
Original commit
Friday, 21 Feb 2003
14:19 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 29 Apr 2002
19:21 ijliao search for other commits by this committer
use USE_PYDISTUTILS
Original commit
Saturday, 30 Mar 2002
04:03 petef search for other commits by this committer
Update to 0.12.

PR:             36518
Submitted by:   maintainer
Original commit
Monday, 25 Feb 2002
22:13 pat search for other commits by this committer
Update to 0.11    
Original commit
Sunday, 17 Feb 2002
06:26 pat search for other commits by this committer
Update to 0.10    
Original commit
Saturday, 22 Dec 2001
20:20 petef search for other commits by this committer
Fix MASTER_SITE_SUBDIR.    
Original commit
Friday, 14 Dec 2001
05:34 petef search for other commits by this committer
Add py-xlib-0.9, an X11 library for Python    
Original commit

Number of commits found: 32