Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.27 21 Jun 2022 12:01:51 |
Lorenzo Salvadore (salvadore) |
x11-toolkits/py-xlib: Rename as py-python-xlib
Requested by: koobs
Approved by: koobs (python ports compliance) |
0.27 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.27 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.27 07 Jun 2020 09:03:47 |
tagattie |
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 |
0.25 25 Mar 2019 16:19:08 |
kai |
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 (Only the first 15 lines of the commit message are shown above ) |
0.23.4 18 Jul 2018 20:22:15 |
yuri |
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) |
0.21 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.21 22 Feb 2018 17:44:36 |
dbaio |
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) |
0.20 30 Nov 2017 15:50:34 |
mat |
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 (Only the first 15 lines of the commit message are shown above ) |
0.20 30 Sep 2017 01:53:02 |
wen |
- Update to 0.20
PR: 222595
Submitted by: fax@nohik.ee(maintainer) |
0.18 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.18 27 Dec 2016 18:41:22 |
rakuco |
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) |
0.17_1 23 Sep 2016 11:41:48 |
mat |
Fix runtime.
Sponsored by: Absolight |
0.17 22 Sep 2016 05:56:07 |
antoine |
Fix PKGNAME
Reported by: pkg-fallout |
0.17 21 Sep 2016 15:00:35 |
amdmi3 |
- 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) |
0.14_1 19 Oct 2014 18:16:16 |
mva |
- 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) |
0.14_1 01 Mar 2014 18:00:24 |
miwi |
- Convert to autoplist
- Stage support
- Bump PORTREVISION |
0.14 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.14 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
0.14 02 Jul 2011 18:18:48 |
miwi |
- Kick MD5 support |
0.14 22 Aug 2009 00:39:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
0.14 23 Feb 2009 21:22:20 |
nivit |
- Update to 0.14
- Use now %%PYTHON_SITELIBDIR%% inside pkg-plist
PR: ports/131920
Submitted by: Mike Meyer <mwm at mired dot org> (maintainer) |
0.13 30 Jul 2007 09:42:28 |
alexbl |
- 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 |
0.13 26 Sep 2006 12:41:18 |
rafan |
- Update to 0.13
PR: ports/103650
Submitted by: Mike Meyer <mwm at mired.org> (maintainer) |
0.12a_1 19 Jul 2006 23:25:17 |
rafan |
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 |
0.12a 01 Jun 2006 01:19:52 |
clsung |
- Update to 0.12a
- bugfix release
PR: ports/98165
Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de>
Approved by: maintainer |
0.12 24 Jan 2006 03:16:52 |
edwin |
SHA256ify
Approved by: krion@ |
0.12 05 Dec 2005 02:34:07 |
edwin |
Remove install-info from Makefile, it's automatically done when INFO is defined |
0.12 04 Dec 2005 20:07:17 |
edwin |
Add INFO macro |
0.12 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.12 21 Feb 2003 14:19:11 |
knu |
De-pkg-comment. |
0.12 29 Apr 2002 19:21:15 |
ijliao |
use USE_PYDISTUTILS |
0.12 30 Mar 2002 04:03:10 |
petef |
Update to 0.12.
PR: 36518
Submitted by: maintainer |
25 Feb 2002 22:13:05 |
pat |
Update to 0.11 |
17 Feb 2002 06:26:52 |
pat |
Update to 0.10 |
22 Dec 2001 20:20:59 |
petef |
Fix MASTER_SITE_SUBDIR. |
14 Dec 2001 05:34:19 |
petef |
Add py-xlib-0.9, an X11 library for Python |