Port details |
- py-autokey Desktop automation utility for FreeBSD and X11
- 0.95.10_7 deskutils
=0 Version of this port present on the latest quarterly branch. - Maintainer: daniel@shafer.cc
 - Port Added: 2018-12-31 02:37:21
- Last Update: 2023-03-02 05:23:10
- Commit Hash: fa81a4f
- Also Listed In: python
- License: GPLv3
- Description:
- Desktop automation utility for Linux and X11 written in Python 3.
Allows you to Configure keystroke to trigger phrases or scripts
written in Python.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}autokey>0:deskutils/py-autokey@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/deskutils/py-autokey/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/py-autokey
- pkg install py39-autokey
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-autokey listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-autokey
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1616218486
SHA256 (autokey-autokey-v0.95.10_GH0.tar.gz) = e622ca04b3340f1ca0999bf03f05c9071a9f8aa3bc91c26c45c35509d63ff23d
SIZE (autokey-autokey-v0.95.10_GH0.tar.gz) = 275919
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-dbus>0 : devel/py-dbus@py39
- py39-pyinotify>0 : devel/py-pyinotify@py39
- py39-python-xlib>0 : x11-toolkits/py-python-xlib@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- py39-gobject3>=0 : devel/py-gobject3@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-dbus>0 : devel/py-dbus@py39
- py39-pyinotify>0 : devel/py-pyinotify@py39
- py39-python-xlib>0 : x11-toolkits/py-python-xlib@py39
- libappindicator>0 : devel/libappindicator
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- py39-gobject3>=0 : devel/py-gobject3@py39
- Library dependencies:
-
- libatk-1.0.so : accessibility/at-spi2-core
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libgtksourceview-3.0.so : x11-toolkits/gtksourceview3
- libxml2.so : textproc/libxml2
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-autokey-0.95.10_7:
====> GUI (Graphical User Interface) support: you have to choose at least one of them
GTK3=on: GTK+ 3 GUI toolkit support
QT5=off: Qt 5 toolkit support
===> Use 'make config' to modify these settings
- Options name:
- deskutils_py-autokey
- USES:
- cpe python:3.6+ shebangfix gnome
- pkg-message:
- For install:
- This is an X11 application, and as such will not function 100% on
distributions that default to using Wayland instead of Xorg.
- WWW: https://github.com/autokey/autokey
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.95.10_7 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
0.95.10_6 29 Oct 2022 15:27:27
    |
Li-Wen Hsu (lwhsu)  |
Chase x11-toolkits/py-python-xlib package rename
PR: 267326 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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) |
0.95.10_5 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.95.10_5 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.95.10_5 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.95.10_4 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.95.10_3 07 Mar 2022 17:39:13
    |
Loïc Bartoletti (lbartoletti)  |
devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)
PR: 261685
Exp-run by: antoine |
0.95.10_2 27 Jan 2022 06:12:26
    |
Loïc Bartoletti (lbartoletti)  |
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.
PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.
This allows us to be in adequacy with the packages that the author of these (Only the first 15 lines of the commit message are shown above ) |
0.95.10_2 19 Oct 2021 08:36:47
    |
Tobias Kortkamp (tobik)  |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
0.95.10_2 14 Oct 2021 10:45:53
    |
Stefan Eßer (se)  |
deskutils/py-autokey: Add CPE information
Approved by: portmgr (blanket) |
0.95.10_2 10 Oct 2021 19:44:42
    |
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
0.95.10_2 27 Jul 2021 18:55:03
    |
Loïc Bartoletti (lbartoletti)  |
*/*: PyQt Update qscintilla2 to 2.13.0 and py-qt5-sip to 12.9.0
Changes:
- https://riverbankcomputing.com/news/QScintilla_2.13.0_Released
- https://www.riverbankcomputing.com/hg/sip/raw-file/tip/NEWS
PR: 257308
Exp-run by: antoine |
0.95.10_1 12 Jul 2021 12:36:11
    |
Loïc Bartoletti (lbartoletti)  |
devel/qscintilla2: Update to 2.12.1
Changelog:
https://riverbankcomputing.com/news/QScintilla_2.12.1_Released
PR: 257002
Exp-run by: antoine |
0.95.10 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.95.10 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.95.10 20 Mar 2021 07:47:23
  |
tcberner  |
deskutils/py-autokey: update to 0.95.10
* Mitigate crashes when entering invalid Python regular expressions in the
window filter dialogue.
* Added option to disable the handling of the Capslock modifier key. Fixes
issues when that key is remapped to something else, for example Ctrl. The
new option can be found in the settings dialogue.
* API function system.exec_command() now only trims the last character in
the output, if it is actually a newline character. If the executed
command does not output a newline at the end, the full output is returned.
* Fixed wrong optional argument in man page for autokey-run.
* Removed unnecessarily set executable bit from several AutoKey SVG icons.
Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D29350 |
0.95.9_4 16 Mar 2021 09:29:54
  |
lbartoletti  |
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1
PR: 254218
Exp-run by: antoine |
0.95.9_3 08 Mar 2021 06:49:18
  |
lbartoletti  |
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine |
0.95.9_2 18 Jan 2021 19:03:23
  |
lbartoletti  |
Update qscintilla2 to 2.11.6 |
0.95.9_1 11 Apr 2020 05:04:41
  |
lbartoletti  |
Update py-sip to 4.19.21 and qscintilla2 to 2.11.4
- Update py-sip to 4.19.21
- Update qscintilla2 to 2.11.4
- Replace MASTER_SITE_RIVERBANK with https versions
- Replace QSCI2_DISTNAME to match with the new one
PR: 245308
Approved by: tcberner (mentor)
Exp-run by: antoine |
0.95.9 07 Feb 2020 06:30:04
  |
lwhsu  |
- Update to 0.95.9
- Update WWW
- Pet portlint
PR: 243943
Approved by: Daniel Shafer <daniel@shafer.cc> (maintainer) |
0.95.4_1 06 Feb 2020 18:40:53
  |
antoine  |
py-autokey no longer depends on pygtk2 |
0.95.4_1 29 Jan 2020 13:28:35
  |
antoine  |
Deprecate a few pygtk2 ports
With hat: portmgr |
0.95.4_1 13 Aug 2019 16:01:59
  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
0.95.4_1 25 Apr 2019 14:30:39
  |
antoine  |
Clean up plist |
0.95.4_1 31 Dec 2018 20:19:50
  |
swills  |
deskutils/py-autokey: fix missing dependencies, cleanup
PR: 234533
Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) |
0.95.4 30 Dec 2018 20:52:40
  |
tcberner  |
New port: deskutils/py-autokey: a desktop automation utility for X11
https://github.com/autokey/autokey
PR: 232801
Submitted by: Daniel Shafer <daniel@shafer.cc>
Differential Revision: https://reviews.freebsd.org/D18407 |