The FreeBSD Ports Archive
FreeBSD accessibility : at-spi4>
An Assistive Technology Service Provider Interface
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.
http://developer.gnome.org/projects/gap/
|
at-spi history
v. 1.61
date: 2007/10/24 23:34:39; author: marcus; state: Exp; lines: +7 -6
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:30; 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/04/09 14:47:26; author: ahze; state: Exp; lines: +1 -1
Update to 1.18.1
v. 1.58
date: 2007/03/19 05:13:18; 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.57
date: 2007/01/08 18:15:29; author: marcus; state: Exp; lines: +1 -1
Update to 1.7.15.
v. 1.56
date: 2006/12/18 14:13:25; author: ahze; state: Exp; lines: +1 -1
Update to 1.7.14
v. 1.55
date: 2006/11/08 01:54:47; author: marcus; state: Exp; lines: +3 -3
Update to 1.7.13.
v. 1.54
date: 2006/10/14 08:35:04; author: marcus; state: Exp; lines: +4 -4
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.53
date: 2006/09/04 23:08:10; 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/101509
Submitted by: Stanislav Sedov
v. 1.52
date: 2006/05/31 22:18:41; author: mezz; state: Exp; lines: +2 -4
- 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.51
date: 2006/05/11 03:35:50; author: jylefort; state: Exp; lines: +10 -3
Move the at-spi programming reference to the at-spi-reference port.
v. 1.50
date: 2006/04/30 00:47:12; author: marcus; state: Exp; lines: +9 -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.49
date: 2006/02/23 10:34:15; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.48
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.47
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.46
date: 2005/09/05 21:08:46; author: marcus; state: Exp; lines: +1 -1
Update to 1.6.6.
v. 1.45
date: 2005/08/30 20:21:28; author: marcus; state: Exp; lines: +1 -1
Update to 1.6.5.
v. 1.44
date: 2005/05/11 18:25:14; author: marcus; state: Exp; lines: +1 -2
Update to 1.6.4.
v. 1.43
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.42
date: 2005/03/08 14:27:37; author: kwm; state: Exp; lines: +1 -1
Update to 1.6.3.
v. 1.41
date: 2004/12/13 00:29:21; author: marcus; state: Exp; lines: +1 -1
Update to 1.6.2.
v. 1.40
date: 2004/12/03 03:33:37; author: marcus; state: Exp; lines: +1 -1
Update to 1.6.1.
v. 1.39
date: 2004/11/07 22:24:09; author: marcus; state: Exp; lines: +5 -4
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.38
date: 2004/07/09 17:41:48; 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.37
date: 2004/04/19 22:46:19; author: marcus; state: Exp; lines: +1 -1
Update to 1.4.2.
v. 1.36
date: 2004/04/05 03:11:17; author: marcus; state: Exp; lines: +2 -2
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.35
date: 2004/03/16 19:10:03; author: marcus; state: Exp; lines: +1 -1
Update to 1.3.16.
v. 1.34
date: 2004/03/14 06:15:53; 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.33
date: 2004/03/09 05:36:06; author: marcus; state: Exp; lines: +1 -1
Update to 1.3.15.
v. 1.32
date: 2004/03/01 21:36:18; author: marcus; state: Exp; lines: +1 -1
Update to 1.3.14.
v. 1.31
date: 2004/02/25 08:17:04; author: adamw; state: Exp; lines: +6 -2
Update to 1.3.13.
v. 1.30
date: 2004/02/10 18:05:38; author: marcus; state: Exp; lines: +2 -5
Update to 1.3.12.
v. 1.29
date: 2004/02/04 05:18:17; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.28
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.27
date: 2004/01/18 21:17:16; author: marcus; state: Exp; lines: +2 -0
Add a missing BUILD_DEPENDS on intltool.
Reported by: bento
v. 1.26
date: 2004/01/12 21:37:02; author: marcus; state: Exp; lines: +1 -1
Update to 1.3.11.
v. 1.25
date: 2003/12/05 16:02:55; author: adamw; state: Exp; lines: +1 -1
Update to 1.3.9.
v. 1.24
date: 2003/10/13 18:57:44; author: marcus; state: Exp; lines: +1 -1
Update to 1.3.8.
v. 1.23
date: 2003/09/18 06:49:21; 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/07/15 17:18:26; author: marcus; state: Exp; lines: +2 -2
Update to 1.2.1.
v. 1.21
date: 2003/04/22 04:56:27; author: marcus; state: Exp; lines: +1 -5
Convert to new GNOME infrastructure.
v. 1.20
date: 2003/04/20 19:53:57; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.19
date: 2003/03/07 06:13:58; 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.18
date: 2003/02/07 18:42:18; author: marcus; state: Exp; lines: +2 -2
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2
counterparts.
v. 1.17
date: 2002/09/20 17:07:28; 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.16
date: 2002/08/29 05:20:13; author: marcus; state: Exp; lines: +2 -3
Update to 1.0.2.
v. 1.15
date: 2002/07/28 17:18:22; author: marcus; state: Exp; lines: +3 -10
* Fix packaging error on bento
* Use USE_GNOMENG
Submitted by: bento (packaging stuff)
v. 1.14
date: 2002/07/23 19:20:40; author: marcus; state: Exp; lines: +2 -1
Chase gailutil's version bump.
v. 1.13
date: 2002/06/30 22:20:41; author: marcus; state: Exp; lines: +1 -1
The FreeBSD GNOME team is proud to present GNOME 2.0 Release.
v. 1.12
date: 2002/06/26 09:18:34; author: marcus; state: Exp; lines: +1 -1
Update to GNOME 2.0 RC2.
v. 1.11
date: 2002/06/15 09:05:06; author: marcus; state: Exp; lines: +3 -3
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
v. 1.10
date: 2002/06/11 08:15:28; author: marcus; state: Exp; lines: +3 -4
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.9
date: 2002/05/28 16:08:22; author: marcus; state: Exp; lines: +1 -1
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
v. 1.8
date: 2002/05/19 20:16:03; author: marcus; state: Exp; lines: +1 -1
Back to betas...Update to GNOME 2.0 beta 5.
v. 1.7
date: 2002/05/12 06:49:02; author: marcus; state: Exp; lines: +1 -1
Update to GNOME 2.0 RC2.
v. 1.6
date: 2002/05/02 03:37:14; author: marcus; state: Exp; lines: +1 -1
Update to GNOME 2.0 RC 1.
v. 1.5
date: 2002/04/30 16:24:02; author: marcus; state: Exp; lines: +3 -2
Move back to share/gnome as a datadir.
The GNOME 2.0 APIs can be installed right along with the GNOME 1.4 APIs, but
the desktops will be mutually independent. That is, you will not be
able to install gnomedesktop, for example, on the same machine as gnomecore.
However, you will be able to install the GNOME 2.0 desktop, and use all your
favorite GNOME 1.4 applications (like gaim, AbiWord, Evolution, etc.).
v. 1.4
date: 2002/04/26 14:49:59; author: sobomax; state: Exp; lines: +1 -1
Use GNOME2 beta4 download location for all GNOME2 ports.
v. 1.3
date: 2002/04/26 13:22:42; author: sobomax; state: Exp; lines: +3 -4
- Update to 0.12.1 (version found in the GNOME2 beta4);
- use USE_LIBTOOL.
v. 1.2
date: 2002/04/22 21:16:30; author: marcus; state: Exp; lines: +3 -2
Change the GNOME 2.0 library ports to use share/gnome2 instead of share/gnome
in preparation for the GNOME 2.0 desktop.
Reviewed by: sobomax
Approved by: sobomax
v. 1.1
date: 2002/04/12 11:41:50; author: sobomax; state: Exp;
Add at-spi 0.10.0, an Assistive Technology Service Provider Interface for GNOME.
=============================================================================
|
| |

|