Port details |
- py-atspi Python API for the D-BUS based SPI framework
- 2.38.2_1 accessibility
=3 2.38.2_1Version of this port present on the latest quarterly branch. - Maintainer: gnome@FreeBSD.org
 - Port Added: 2010-05-10 21:19:33
- Last Update: 2024-11-22 22:31:54
- Commit Hash: 32a55d2
- People watching this port, also watch:: libXdamage, mDNSResponder, OpenSP, autoconf, xorg-docs
- Also Listed In: python x11-toolkits
- License: LGPL20
- WWW:
- https://gitlab.gnome.org/GNOME/pyatspi2
- Description:
- This is the Gnome Accessibility Project's Assistive Technology
Service Provider Interface. It allows accessibility applications
and assistive technologies to announce their respective existence
to each other.
This port is the Python API to interface with the D-BUS based SPI framework.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}atspi>0:accessibility/py-atspi@${PY_FLAVOR}
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/accessibility/py-atspi/ && make install clean
- To add the package, run one of these commands:
- pkg install accessibility/py-atspi
- pkg install py311-atspi
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 py311-atspi listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-atspi
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1656739231
SHA256 (gnome/pyatspi-2.38.2.tar.xz) = 0e7089c0b6309614b53620836b3462d7f91284e436fe4929ba1619a841cf1185
SIZE (gnome/pyatspi-2.38.2.tar.xz) = 318596
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:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- gmake>=4.4.1 : devel/gmake
- intltool-extract : textproc/intltool
- py311-pygobject>=0 : devel/py-pygobject@py311
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- at-spi2-registryd : accessibility/at-spi2-core
- py311-pygobject>=0 : devel/py-pygobject@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- accessibility/caribou
- accessibility/orca
Configuration Options:
- No options to configure
- Options name:
- accessibility_py-atspi
- USES:
- gettext gmake gnome localbase pathfix pkgconfig python tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.38.2_1 22 Nov 2024 22:31:54
    |
Charlie Li (vishwin)  |
devel/py-pygobject: bump consumer PORTREVISIONs after port rename
With hat: gnome
PR: 273722 |
2.38.2 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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) |
2.38.2 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 ) |
2.38.2 20 Jul 2022 14:20:47
    |
Tobias C. Berner (tcberner)  |
accessibility: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* David K. Gerry
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Koop Mast <kwm@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
With hat: portmgr |
2.38.2 02 Jul 2022 05:25:29
    |
Neel Chauhan (nc)  |
accessibility/py-atspi: Use 'gnome' dir not 'gnome3' |
2.38.2 26 Apr 2022 20:53:01
    |
Neel Chauhan (nc)  |
accessibility/py-atspi: Update to 2.38.2 |
2.38.1 09 Oct 2021 23:33:24
    |
Neel Chauhan (nc)  |
accessibility/py-atspi: Update to 2.38.1 |
2.38.0 04 May 2021 23:10:26
    |
Adriaan de Groot (adridg)  |
accessibility/at-spi2*: Update WWW
The WWW links to LinuxFoundation.org were hopelessly bitrotten,
point to the GNOME GitLab instead which is still wrong-ish,
but the links and documentation might be updated there.
Reported (and fixed already) upstream as well.
PR: 251536
Reported by: Edward Sanford Sutton III |
2.38.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.38.0 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.38.0 07 Nov 2020 09:56:08
  |
tcberner  |
accessibility/py-atspi: Update to 2.38.0
PR: 250820
Submitted by: Neel Chauhan <neel@neelc.org> |
2.36.0 11 Jun 2020 17:47:16
  |
bapt  |
Update to 2.36.0 |
2.26.0 03 Oct 2018 16:51:17
  |
rm  |
accessibility/py-atspi: fix build with python 3.7
Add upstream patch for https://gitlab.gnome.org/GNOME/pyatspi2/issues/1
This patch fixes build with python 3.7
With hat: gnome |
2.26.0 01 Oct 2018 06:10:39
  |
antoine  |
Cleanup plist handling |
2.26.0 30 Sep 2018 11:58:31
  |
kwm  |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761 |
2.24.0 20 Jan 2018 20:21:16
  |
antoine  |
Do not use %%PYTHON_PYOEXTENSION%% in python2 plists
With hat: portmgr |
2.24.0 03 Jan 2018 13:22:32
  |
mat  |
Cleanup Mk/Uses/gnome.mk.
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.
PR: 224618
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13550 |
2.24.0 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 ) |
2.24.0 01 Apr 2017 21:05:54
  |
bapt  |
Update to 2.24 |
2.18.0 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.18.0 14 Feb 2016 18:57:54
  |
kwm  |
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006 |
2.16.0 05 Aug 2015 19:13:26
  |
kwm  |
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980 |
2.12.0_3 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.12.0_3 19 Nov 2014 11:49:06
  |
kwm  |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above ) |
2.8.0 18 Oct 2014 07:49:18
  |
mva  |
- Convert ports from accessibility/, archivers/ and astro/ to new
USES=python
Approved by: portmgr (implicit)
With hat: python@ |
2.8.0 30 May 2014 05:47:09
  |
miwi  |
- Convert use_xz,bzip to USES
Approved by: portmgr |
2.8.0 29 Mar 2014 13:24:08
  |
kwm  |
Stage all gnome@ ports in accessibility, which finishes this category! |
2.8.0 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.8.0 29 Oct 2013 17:05:51
  |
kwm  |
Restrict python to -2.7
Submitted by: mva@ |
2.8.0 20 Sep 2013 11:02:49
  |
bapt  |
Add no stage all over the place in accessibility in preparation for the staging
area support |
2.8.0 31 Jul 2013 11:57:46
  |
kwm  |
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1] |
0.4.1_1 24 Apr 2013 18:10:32
  |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.4.1_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.4.1 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.4.1 20 Nov 2010 15:37:08
 |
kwm  |
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX (Only the first 15 lines of the commit message are shown above ) |
0.1.8_1 13 Sep 2010 23:44:04
 |
pgollucci  |
- Add missing python virtual categories |
0.1.8_1 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.1.8 10 May 2010 21:19:08
 |
kwm  |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |