aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-xlib
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 0.27Hiroki Tagato2020-06-072-4/+4
| | | | | | | | | | | PR: 246933 Submitted by: Eero Hänninen <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 Notes: svn path=/head/; revision=538148
* x11-toolkits/py-xlib: Update to 0.25Kai Knoblich2019-03-253-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=496837
* x11-toolkits/py-xlib: Update 0.21 -> 0.23-4Yuri Victorovich2018-07-182-7/+5
| | | | | | | | | | | 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 Hänninen <fax@nohik.ee> (maintainer) Notes: svn path=/head/; revision=474897
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* x11-toolkits/py-xlib: Update to 0.21Danilo G. Baio2018-02-222-7/+10
| | | | | | | | | | | | | | | 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 Hänninen <fax@nohik.ee> (maintainer) Notes: svn path=/head/; revision=462616
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=455210
* - Update to 0.20Wen Heping2017-09-303-16/+5
| | | | | | | | PR: 222595 Submitted by: fax@nohik.ee(maintainer) Notes: svn path=/head/; revision=450942
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Update to 0.18.Raphael Kubo da Costa2016-12-272-5/+4
| | | | | | | | | | | | | 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 Hänninen <fax@nohik.ee> (maintainer) Notes: svn path=/head/; revision=429643
* Fix runtime.Mathieu Arnold2016-09-231-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=422662
* Fix PKGNAMEAntoine Brodin2016-09-221-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=422590
* - Update to 0.17Dmitry Marakasov2016-09-214-27/+26
| | | | | | | | | | | | | - Pass maintainership to submitter - Add LICENSE - Add NO_ARCH PR: 212409 Submitted by: fax@nohik.ee Approved by: mwm@mired.org (maintainer) Notes: svn path=/head/; revision=422563
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-191-3/+2
| | | | | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371203
* - Convert to autoplistMartin Wilke2014-03-012-168/+2
| | | | | | | | - Stage support - Bump PORTREVISION Notes: svn path=/head/; revision=346670
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* - Kick MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276920
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* - Update to 0.14Nicola Vitale2009-02-234-174/+181
| | | | | | | | | | - Use now %%PYTHON_SITELIBDIR%% inside pkg-plist PR: ports/131920 Submitted by: Mike Meyer <mwm at mired dot org> (maintainer) Notes: svn path=/head/; revision=228949
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=196700
* - Update to 0.13Rong-En Fan2006-09-266-46/+15
| | | | | | | | PR: ports/103650 Submitted by: Mike Meyer <mwm at mired.org> (maintainer) Notes: svn path=/head/; revision=173897
* The py-xlib code has some problems running in a modernRong-En Fan2006-07-193-0/+33
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=168284
* - Update to 0.12aCheng-Lung Sung2006-06-012-4/+4
| | | | | | | | | | | - bugfix release PR: ports/98165 Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de> Approved by: maintainer Notes: svn path=/head/; revision=164131
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-1/+0
| | | | Notes: svn path=/head/; revision=150432
* Add INFO macroEdwin Groothuis2005-12-042-3/+1
| | | | Notes: svn path=/head/; revision=150401
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76045
* use USE_PYDISTUTILSYing-Chieh Liao2002-04-291-8/+2
| | | | Notes: svn path=/head/; revision=58337
* Update to 0.12.Pete Fritchman2002-03-303-2/+5
| | | | | | | | PR: 36518 Submitted by: maintainer Notes: svn path=/head/; revision=56895
* Update to 0.11Patrick Li2002-02-252-2/+2
| | | | | | | | PR: 35311 Submitted by: maintainer Notes: svn path=/head/; revision=55243
* Update to 0.10Patrick Li2002-02-172-2/+2
| | | | | | | | PR: 35027 Submitted by: maintainer Notes: svn path=/head/; revision=54794
* Fix MASTER_SITE_SUBDIR.Pete Fritchman2001-12-221-1/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=52008
* Add py-xlib-0.9, an X11 library for PythonPete Fritchman2001-12-146-0/+210
PR: 32540 Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=51514