The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD accessibility : gail

An implementation of the ATK interfaces for GTK+ widgets

 Gail, the Gnome Accessibility Implementation library, contains
the bindings to integrate the platform-independent ATK accessibility
widgets into the Gtk structure. 

http://developer.gnome.org/projects/gap/



gail history


v. 1.62
date: 2007/12/12 04:32:12;  author: marcus;  state: Exp;  lines: +2 -2
Update to 1.20.2.

v. 1.61 date: 2007/10/24 23:34:40; author: marcus; state: Exp; lines: +4 -4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
v. 1.60 date: 2007/05/19 19:57:34; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.59 date: 2007/03/19 05:13:20; author: marcus; state: Exp; lines: +2 -2 Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico.
v. 1.58 date: 2006/12/18 14:30:50; author: ahze; state: Exp; lines: +1 -1 Update to 1.9.4
v. 1.57 date: 2006/10/14 08:35:06; author: marcus; state: Exp; lines: +6 -6 Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann tmclaugh mux Yuri Pankov chinsan Thomas Brian Gruber Franz Klammer Dominique Goncalves Pascal Hofstee Yasuda Keisuke backyard Andris Raugulis Eric L. Chen Pawel Worach QuiRK on #freebsd-gnome Shane Bell luigi sajd on #freebsd-gnome sat Chris Coleman kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz Enjoy! Approved by: portmgr (implicit, kris)
v. 1.56 date: 2006/09/04 22:51:16; author: mezz; state: Exp; lines: +1 -1 -INSTALLS_SHLIB -> USE_LDCONFIG. -Add locale stuff in plist that aren't in mtree/BSD.x11-4.dist. PR: ports/101489 Submitted by: Stanislav Sedov
v. 1.55 date: 2006/05/31 22:18:41; author: mezz; state: Exp; lines: +2 -3 - Add header in these *-reference ports. - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus
v. 1.54 date: 2006/05/10 19:33:08; author: jylefort; state: Exp; lines: +9 -2 Move the gail programming reference to the gail-reference port.
v. 1.53 date: 2006/04/30 00:47:13; author: marcus; state: Exp; lines: +4 -4 Presenting GNOME 2.14.1 for FreeBSD! Checkout http://www.gnome.org/start/2.14/ for the official release notes, and a list of all the gooides in this new release. In particular, GNOME 2.14 focused on performance, and they did not miss the mark. There's some new eye candy, but most of the big things are waiting until GNOME 2.16. On the FreeBSD side, we tried to clean up all the crashers we could. In particular, we really improved GNOME's 64-bit support. The good news is that this release does not bring any big shared library version bumps, so you can almost do a simple portupgrade to get to 2.14. There are a few minor gotchas that will be documented in UPDATING shortly. The FreeBSD GNOME Team would like th thank the following users for their patches, feedback, and sometimes incessant complaing about crashes (you know who you are). Yasuda Keisuke Pascal Hofstee rmgls@wanadoo.fr tmclaugh Yuri Pankov sajd on #freebsd-gnome ade ankon on #FreeBSD-Gnome mux Pascal Hofstee QuiRK on #freebsd-gnome Vladimir Timofeev
v. 1.52 date: 2006/02/23 10:34:17; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.51 date: 2006/02/21 20:51:15; author: marcus; state: Exp; lines: +1 -1 Update to 1.8.10.
v. 1.50 date: 2006/02/14 07:14:04; author: marcus; state: Exp; lines: +1 -1 Update to 1.8.9.
v. 1.49 date: 2005/11/29 05:28:40; author: marcus; state: Exp; lines: +1 -2 Update to 1.8.8.
v. 1.48 date: 2005/11/25 06:38:42; author: jylefort; state: Exp; lines: +1 -0 Fix some memory leaks in gailtreeview.c (now Glade will not crash anymore when saving a project). Reference: http://bugzilla.gnome.org/show_bug.cgi?id=322299
v. 1.47 date: 2005/11/24 13:51:02; author: jylefort; state: Exp; lines: +1 -2 Update to 1.8.7
v. 1.46 date: 2005/11/24 04:50:58; author: jylefort; state: Exp; lines: +1 -0 Fix a crash. Reference: http://bugzilla.gnome.org/show_bug.cgi?id=322044 Obtained from: GNOME CVS
v. 1.45 date: 2005/11/15 06:47:45; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.44 date: 2005/11/15 05:26:16; author: marcus; state: Exp; lines: +1 -2 Update to 1.8.6.
v. 1.43 date: 2005/11/05 05:20:50; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.42 date: 2005/08/30 20:07:01; author: marcus; state: Exp; lines: +1 -1 Update to 1.8.5.
v. 1.41 date: 2005/04/28 17:46:19; author: adamw; state: Exp; lines: +1 -1 Update to 1.8.4.
v. 1.40 date: 2005/04/12 01:31:35; author: adamw; state: Exp; lines: +1 -2 Update to 1.8.3.
v. 1.39 date: 2005/03/12 10:52:58; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.38 date: 2005/01/08 17:36:53; author: adamw; state: Exp; lines: +1 -1 Update to 1.8.2.
v. 1.37 date: 2004/11/25 19:56:13; author: marcus; state: Exp; lines: +1 -1 Update to 1.8.1.
v. 1.36 date: 2004/11/07 22:24:10; author: marcus; state: Exp; lines: +8 -3 Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact). This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson ). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer Piotr Smyrak Radek Kozlowski Khairil Yusof Yasuda Keisuke Tom McLaughlin Vladimir Grebenschikov GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer and Radek Kozlowski . As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY!
v. 1.35 date: 2004/07/09 17:41:49; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.34 date: 2004/06/08 21:21:18; author: mezz; state: Exp; lines: +2 -2 -Update to 1.6.6. -Remove patch-configure and use lthack instead.
v. 1.33 date: 2004/05/25 22:36:38; author: marcus; state: Exp; lines: +1 -1 Update to 1.6.5.
v. 1.32 date: 2004/05/14 17:39:15; author: marcus; state: Exp; lines: +1 -1 Update to 1.6.4.
v. 1.31 date: 2004/04/29 06:34:32; author: marcus; state: Exp; lines: +1 -1 Update to 1.6.3.
v. 1.30 date: 2004/04/19 21:59:08; author: marcus; state: Exp; lines: +1 -1 Update to 1.6.2.
v. 1.29 date: 2004/04/07 16:56:59; author: marcus; state: Exp; lines: +1 -1 Update to 1.6.1.
v. 1.28 date: 2004/04/05 03:11:18; author: marcus; state: Exp; lines: +3 -4 Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger Khairil Yusof Koop Mast Simon Barner Tom McLaughlin Scott Dodson Vladimir Grebenschikov
v. 1.27 date: 2004/03/14 06:15:54; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.26 date: 2004/02/04 05:18:18; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.25 date: 2004/01/22 08:56:42; author: marcus; state: Exp; lines: +1 -1 Start to populate the new accessibility physical category after respective repocopies. x11-toolkits/at-spi --> accessibility/at-spi devel/atk --> accessibility/atk editors/dasher --> accessibility/dasher x11-toolkits/gail --> accessibility/gail x11/gnomemag --> accessibility/gnomemag audio/gnomespeech --> accessibility/gnomespeech sysutils/gok --> accessibility/gok
v. 1.24 date: 2003/10/09 16:12:57; author: adamw; state: Exp; lines: +1 -1 Update to 1.4.1.
v. 1.23 date: 2003/09/18 06:49:23; author: marcus; state: Exp; lines: +2 -2 Update to GNOME 2.4.0. For all the goodies on what's changed, known issues, future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast Akifyev Sergey Franz Klammer Øyvind Kolbu Thomas E. Zander Jeremy Messenger Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
v. 1.22 date: 2003/05/13 05:45:32; author: marcus; state: Exp; lines: +1 -1 Update to 1.2.2.
v. 1.21 date: 2003/04/16 23:30:29; author: marcus; state: Exp; lines: +2 -6 Update to 1.2.1.
v. 1.20 date: 2003/03/07 06:13:59; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.19 date: 2003/02/07 18:42:20; author: marcus; state: Exp; lines: +7 -9 Update to GNOME 2.2. This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
v. 1.18 date: 2002/09/20 17:07:29; author: marcus; state: Exp; lines: +1 -1 GNOME has just changed the layout of their FTP site. This resulted in making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
v. 1.17 date: 2002/07/23 19:11:03; author: marcus; state: Exp; lines: +3 -2 Update to 0.17.
v. 1.16 date: 2002/07/18 16:00:23; author: sobomax; state: Exp; lines: +3 -2 Use USE_REINPLACE.
v. 1.15 date: 2002/06/30 22:20:36; author: marcus; state: Exp; lines: +1 -1 The FreeBSD GNOME team is proud to present GNOME 2.0 Release.
v. 1.14 date: 2002/06/26 09:18:32; author: marcus; state: Exp; lines: +1 -1 Update to GNOME 2.0 RC2.
v. 1.13 date: 2002/06/15 09:05:04; author: marcus; state: Exp; lines: +2 -2 Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
v. 1.12 date: 2002/06/11 08:15:27; author: marcus; state: Exp; lines: +2 -3 Update to the latest GNOME 2 snapshot. This will be done it two parts. This first part is the GNOME 2 API. The next part will contain the desktop components.
v. 1.11 date: 2002/06/03 05:54:16; author: marcus; state: Exp; lines: +2 -0 Make gail use X prefix. Bump PORTREVISION as this is required for glade2 to work.
v. 1.10 date: 2002/05/28 16:08:20; author: marcus; state: Exp; lines: +1 -1 Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
v. 1.9 date: 2002/05/19 20:16:01; author: marcus; state: Exp; lines: +1 -1 Back to betas...Update to GNOME 2.0 beta 5.
v. 1.8 date: 2002/05/12 06:49:01; author: marcus; state: Exp; lines: +1 -1 Update to GNOME 2.0 RC2.
v. 1.7 date: 2002/05/02 03:37:13; author: marcus; state: Exp; lines: +1 -1 Update to GNOME 2.0 RC 1.
v. 1.6 date: 2002/04/26 12:04:37; author: sobomax; state: Exp; lines: +3 -3 - Update to 0.13 (version found in the GNOME2 beta4); - use USE_LIBTOOL.
v. 1.5 date: 2002/04/06 22:37:34; author: marcus; state: Exp; lines: +2 -2 Update to GNOME 2.0 beta3. Approved by: sobomax
v. 1.4 date: 2002/03/11 20:35:06; author: sobomax; state: Exp; lines: +2 -2 Bring up already ported portion on GNOME2 development platform on par with GNOME2 beta2 release.
v. 1.3 date: 2002/02/27 11:20:56; author: sobomax; state: Exp; lines: +2 -2 Update all components of the GNOME 2.0 to the versions included into GNOME 2.0-beta release.
v. 1.2 date: 2002/02/21 09:46:20; author: sobomax; state: Exp; lines: +0 -2 Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with another dependencies.
v. 1.1 date: 2002/02/17 10:27:28; author: sobomax; state: Exp; Add gail 0.6, an implementation of the ATK interfaces for GTK+ widgets. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm