aboutsummaryrefslogtreecommitdiff
path: root/accessibility/atk
Commit message (Collapse)AuthorAgeFilesLines
* Update MASTER_SITES for 2.3 -> 2.4.Jeremy Messenger2004-12-231-1/+1
| | | | Notes: svn path=/head/; revision=125009
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-0/+6
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).Joe Marcus Clarke2004-11-073-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <ahze@FreeBSD.org>). 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 <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. 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! Notes: svn path=/head/; revision=121068
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113296
* Update to 1.6.1.Joe Marcus Clarke2004-04-193-3/+8
| | | | Notes: svn path=/head/; revision=107627
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releaseJoe Marcus Clarke2004-04-055-32/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru> Notes: svn path=/head/; revision=106172
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104457
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Start to populate the new accessibility physical category after respectiveJoe Marcus Clarke2004-01-221-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=98760
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Looks like they re-rolled the atk tarball to re-include the API documentation.Joe Marcus Clarke2003-10-203-1/+33
| | | | | | | This is simply a documentation update. Notes: svn path=/head/; revision=91743
* Update to 1.4.1.Adam Weinberger2003-10-093-33/+4
| | | | Notes: svn path=/head/; revision=90717
* Correct some obsolete MASTER_SITESJoe Marcus Clarke2003-10-061-1/+1
| | | | | | | | PR: 57557 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=90336
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-184-41/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> 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 Notes: svn path=/head/; revision=89023
* Update to 1.2.4.Joe Marcus Clarke2003-05-133-2/+8
| | | | Notes: svn path=/head/; revision=80886
* * Update to 1.2.3Joe Marcus Clarke2003-04-163-9/+28
| | | | | | | * Convert to new GNOME infrastructure Notes: svn path=/head/; revision=79053
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to GNOME 2.2.Joe Marcus Clarke2003-02-075-21/+81
| | | | | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts. Notes: svn path=/head/; revision=75035
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Update to 1.0.3.Joe Marcus Clarke2002-08-042-3/+3
| | | | Notes: svn path=/head/; revision=63939
* Use USE_REINPLACE.Maxim Sobolev2002-07-111-2/+3
| | | | Notes: svn path=/head/; revision=62815
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.Joe Marcus Clarke2002-06-301-1/+1
| | | | Notes: svn path=/head/; revision=62233
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-06-261-1/+1
| | | | Notes: svn path=/head/; revision=62009
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.Joe Marcus Clarke2002-06-151-1/+1
| | | | Notes: svn path=/head/; revision=61311
* Finish up the '\' tag team with sobomax, and hopefully get atk buildingJoe Marcus Clarke2002-06-111-1/+1
| | | | | | | | | again. Reported by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=61117
* Kill offending `\'.Maxim Sobolev2002-06-111-1/+1
| | | | | | | | Submitted by: Franz Klammer <klammer@webonaut.com> Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=61116
* Update to the latest GNOME 2 snapshot. This will be done it two parts.Joe Marcus Clarke2002-06-111-3/+3
| | | | | | | | This first part is the GNOME 2 API. The next part will contain the desktop components. Notes: svn path=/head/; revision=61095
* Update to 1.0.2.Joe Marcus Clarke2002-06-012-3/+4
| | | | | | | | | | This is a set of commits for GTK+-2.0 and friends to support freetype2-2.1.0. PR: 38796 Notes: svn path=/head/; revision=60439
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.Joe Marcus Clarke2002-05-281-1/+1
| | | | Notes: svn path=/head/; revision=60202
* Back to betas...Update to GNOME 2.0 beta 5.Joe Marcus Clarke2002-05-191-1/+1
| | | | Notes: svn path=/head/; revision=59482
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-05-121-1/+1
| | | | Notes: svn path=/head/; revision=58959
* Update to GNOME 2.0 RC 1.Joe Marcus Clarke2002-05-021-1/+1
| | | | Notes: svn path=/head/; revision=58444
* Use GNOME2 beta4 download location for all GNOME2 ports.Maxim Sobolev2002-04-261-1/+1
| | | | Notes: svn path=/head/; revision=58178
* Use USE_LIBTOOL.Maxim Sobolev2002-04-263-46/+14
| | | | Notes: svn path=/head/; revision=58146
* Update to GNOME 2.0 beta3.Joe Marcus Clarke2002-04-062-3/+3
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=57392
* Update gtk/glib to the version 2.0 and other related ports to the latestMaxim Sobolev2002-03-113-6/+8
| | | | | | | | | | versions. PR: 35541, 35744, 35757 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=55874
* Update all components of the GNOME 2.0 to the versions included into GNOMEMaxim Sobolev2002-02-273-8/+5
| | | | | | | 2.0-beta release. Notes: svn path=/head/; revision=55302
* Update to 0.10.Maxim Sobolev2002-02-124-9/+28
| | | | Notes: svn path=/head/; revision=54600
* Update to 0.9.Maxim Sobolev2002-01-183-9/+14
| | | | Notes: svn path=/head/; revision=53295
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50306
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* Update to 0.5.Maxim Sobolev2001-10-243-4/+7
| | | | Notes: svn path=/head/; revision=49161
* Update to 0.2.Maxim Sobolev2001-08-015-5/+39
| | | | Notes: svn path=/head/; revision=45712
* Add atk 0.1, a GNOME accessibility toolkit (ATK).Maxim Sobolev2001-05-145-0/+61
Notes: svn path=/head/; revision=42583