summaryrefslogtreecommitdiff
path: root/devel/at-spi
AgeCommit message (Collapse)AuthorFilesLines
2004-05-15Update to 1.4.2:jmmv4-22/+39
* languages: Gujarati (Guntupalli Karunakar), Canadian English (Alexander Winston) * Added omitted declarations for already-existing methods AccessibleTable_addRowSelection(), AccessibleTable_addColumnSelection(), AccessibleTable_removeRowSelection(), AccessibleTable_removeColumnSelection(). * bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-25Unused.wiz1-32/+0
2004-04-01Update to 1.4.0:jmmv5-45/+13
What's new in at-spi-1.4.0: [GNOME 2.6.0 release] * build improvements from Laszlo Peter. * en_GB added to ALL_LINGUAS. What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release] * Fix for bug #134036, which could steal keystrokes from applications if at-spi registry failed. * Build fixes, added .pc.in files (from Laszlo Peter). This is the gnome-2.6 beta release of at-spi. What's new in at-spi-1.3.15: * translations: Amanpreet Singh Alam (pa) Bojan Suzic (sr@ije)
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-16BUILDLINK_DEPENDS.<pkg> should be appended to, not set.jlam1-2/+2
2004-03-09Update to 1.3.15. This release includes translation updates and pregeneratedjmmv3-8/+39
API documentation.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-26Update to 1.3.13:jmmv3-35/+5
* Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK. (Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko) * bugfixes (bad g_free, and a null string issue that caused SEGV on Solaris when running sample programs).
2004-02-15Update to 1.3.12:jmmv3-8/+8
* Fix for docs bug #129728 (Sebastien Bacher). * Fix for bug #129479, allows distinction between multiple DISPLAY instances of at-spi registry. * Fix for #124837, which could cause 'hang' interactions between desktop and clients such as gnopernicus. * Fixes for NUMLOCK mask behavior, bug #129103. * Greatly improved key synthesis for non-Latin characters. We can now synthesize any KeySym which is defined in the current X keymap. (bug #128824). Thanks to Marcus G Kuhn for the public-domain code borrowed here. * Fixes for: 128912. * new languages: fa, ar, id.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-3/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-13bl3ify.jmmv4-10/+51
2004-02-13Update to 1.3.9. Changes in the package:jmmv5-43/+38
- Fill missing dependancies. - Use pkgsrc intltool. What's new in at-spi-1.3.9: * New api: AccessibleApplication_getLocale (app, type), returns a POSIX locale string for a locale category, for instance Accessibility_LOCALE_TYPE_MESSAGES. * New SPI_ROLE_EDITBAR. * New Accessible_getLocalizedRoleName. * New AccessibleText_getDefaultAttributes. * fixes to AccessibleStreamableContent, including a 'seek' implementation for cspi. Thanks to Michael Meeks for some related bugfixes in StreamableContent. * now we emit key-released events to appropriate keylisteners. * new LINGUAS in configure.in: nn (Asmund Sjeveland), lt (Gediminas Paulauskas), no (Kjartan Masass), eu (Christian Rose). * bugfixes for: #120991, #120473, #118581, #127463, #116009, #114926, #125834, #111429, #121974.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed2-3/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-30Whitespace fixescjep1-2/+2
2003-12-29Initial import of at-spi-1.3.8xtraeme6-0/+185
This is the Early Access Release of the Gnome Accessibility Project's Assistive Technology Service Provider Interface.