summaryrefslogtreecommitdiff
path: root/devel/at-spi
AgeCommit message (Collapse)AuthorFilesLines
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-05Fix typo in comment.wiz2-4/+4
2010-06-05Add comment to patch.wiz2-3/+5
2010-06-05Update to 1.30.1, set LICENSE.wiz3-17/+11
What's new in at-spi-1.30.1: * Fixes #538680. * Translation update. What's new in at-spi-1.30.0: * Fixes #612554. * Translation update. What's new in at-spi-1.29.92: * Translation update. What's new in at-spi-1.29.90: * Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus. * Translation update. What's new in at-spi-1.29.6: * Bugfixes: #608003, #607077. * Translation update. What's new in at-spi-1.29.5: * Bugfixes: #606251, #606254. * Translation update. What's new in at-spi-1.29.3: * Bugfixes: #565451, #593830. * Translation update. What's new in at-spi-1.29.2: * Bugfixes: #569428, #599244, #578334. * Translation update.
2009-10-25This needs dbus-glib.ahoka2-2/+5
2009-10-23follow pkgsrc's rules when installing an autostart filedrochner3-2/+17
noticed by wiz and abs
2009-10-21update to 1.28.1drochner4-177/+165
This switches to the gnome-2.28 release branch.
2009-09-30Add a bunch more gtkdoc-rebase workarounds.sketch1-1/+5
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-15/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-16Update at-spi and py-at-spi to 1.26.0.jmcneill4-163/+181
What"s new in at-spi-1.26.0: * Translation update: ml, gl, ta, as, hi, bn_IN, te. What's new in at-spi-1.25.92: * Bugfixes: #570752, #570754, #572188. What's new in at-spi-1.25.5: * Bugfixes: #566999, #566998, #567706. What's new in at-spi-1.25.4: * Bugfixes: #563806, #563943, #564880. What's new in at-spi-1.25.2: * Bugfixes: #540183, #560563, #553306, #561408, #446574, #532907, #554953. * Translation update. What's new in at-spi-1.25.1: * Bugfixes: #552469, #547943, #525519, #527585.
2009-01-16Update to 1.24.1:wiz4-16/+16
What's new in at-spi-1.24.1: * Bugfixes: #563943.
2008-10-24Add BUILDLINK_API_DEPENDS.gtk2+=gtk2+>=2.14.0 so this gets a gtk2 with gail.wiz1-1/+2
2008-10-16update to 1.24.0drochner5-19/+33
This switches to the gnome-2.24 release branch. (also remove "gail" dependency)
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-10update to 1.22.1drochner4-16/+16
This switches to the gnome-2.22 release branch.
2007-11-07trick configure to continue without Python, should fix the error seendrochner1-1/+4
in Dragonfly builds, add a .pc file
2007-10-31update to 1.20.1drochner4-24/+33
This switches to the new gnome-2.20 branch. Also add the Python bindings as a seperate pkg. I don't see where this is used, but is is a simple addition.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-1/+2
Bump PKGREVISION.
2007-04-10update to 1.18.1drochner3-10/+11
This moves this pkg to the new stable gnome branch, too much to list here.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg2-2/+4
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-10-17update to 1.7.12drochner3-30/+28
changes: -IDL namespace fix -bugfixes
2006-09-15Update to 1.7.11:jmmv3-64/+124
What's new in at-spi-1.7.11: * Docs fixes. * Fixed getAttributes APIs. * Export Hyperlink interface for AtkHyperlinkImpl peers. * Aggregate Document interface. What's new in at-spi-1.7.10: * New method Selection::deselectChild. RFE #326535. What's new in at-spi-1.7.9: * I18n uses po/LINGUAS now. * Table enhancement: new method Table::getRowColumnExtentsAtIndex RFE #326536. Assistance from Ariel Rios. * Text enhancement: Text::getAttributeRun, Text::getDefaultAttributeSet RFE #326540. Assistance from Ariel Rios. * New interface, Document. RFE #326520. * New roles, LINK, REDUNDANT_OBJECT, INPUT_METHOD_WINDOW, FORM. * Meaningful implementation and bridges for StreamableContent. RFE #326532. * Added STATE_VISITED, and relations DESCRIBED_BY, DESCRIPTION_FOR, and PARENT_WINDOW_OF.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-21Needs msgfmt.joerg1-2/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-68/+68
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06update to 1.7.7drochner3-7/+107
changes: * Documentation improvements * New locales * Cleanup * Bugfixes
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update to 1.7.4:jmmv3-9/+76
What's new in at-spi-1.7.4: * Fixed dist to include Accessibility_Selector.idl (missing from dist though in cvs since 1.7.3). * Bugfixes to EventDetails event support, and fixed event emission for implementors of SPI_REMOTE_OBJECT. What's new in at-spi-1.7.0 through 1.7.3: * Added idl/Accessibility_Selector.idl to the repository (missing in 1.7.0 through 1.7.2, added in 1.7.3) * DOCS: All the IDL is now documented with doxygen-compatible docs. Just run 'doxygen oxyfile' in the IDL directory. (This will be automated in a future version). * NEW API: idl: Accessibility::Accessible:getAttributes (name/value pair annotation for all objects) Accessibility::Accessible:getApplication (retrieves ref to host app) Accessibility::Component:getAlpha (get transparency/opacity value of component) Accessibility::Image:getLocale (get POSIX locale for image and imagedesc) Accessibility::Text:getAttributeValue (retrieve a single named attribute value) Accessibility::Relation:RELATION_PARENT_WINDOW_OF Accessibility::Role:ROLE_ENTRY, ROLE_CHART, ROLE_CAPTION, ROLE_DOCUMENT_FRAME, ROLE_HEADING, ROLE_PAGE, ROLE_SECTION (New roles for complex docs and forms.) Accessibility::State:STATE_REQUIRED, STATE_TRUNCATED, STATE_ANIMATED, STATE_INVALID_ENTRY, STATE_SUPPORTS_AUTOCOMPLETION, STATE_SELECTABLE_TEXT, STATE_IS_DEFAULT (New states, for complex forms) Accessibility::EventDetails (new, more detailed info marshalled with events) cspi: (AccessibleEvent_getSourceName): (AccessibleEvent_getSourceRole): (AccessibleEvent_getSourceApplication): (AccessibleEvent_getSourceDetails): New methods for interrogating/demarshalling event details i.e. source's accessible name, role, and host app. (Accessible_getAttributes): New, retrieve annotations/attributes on objects. (Accessible_getHostApplication): New, retrieve enclosing Application instance for an object. (AccessibleImage_getImageLocale): New, retrieve Locale info for an image. (AccessibleComponent_getAlpha): New, retrieve alpha value for an AccessibleComponent (see discussion in idl section above). * BUGFIXES: Some compiler fixes from Kjartan Marass. Some thread-related fixes from Michael Meeks. Don't allow non-preemptive listeners to pre-empt events! (Bill Haneman).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-10-14Update to 1.6.6:jmmv3-7/+33
* Fixed some discrepancies in event listener deregistration, improves on-the-fly deregistration of event listeners. Fixed some tests. * Added cspi docs back into dist. * Fixed brokenness in 'make check.'
2005-08-21Update to 1.6.3:jmmv2-6/+6
* bugfix for #165129 * Added locale 'xh' (Adi Attar)
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Update to 1.6.3:jmmv2-6/+7
* bugfix for #165129 * Added locale 'xh' (Adi Attar)
2005-02-26Update to 1.6.2:jmmv3-8/+11
* fixes for problems at logout time (hangs, crashes) * bugfixes for #160862, #152147. * minor enhancements to test login-helper-server-test.
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-28Update to 1.6.1:jmmv3-36/+7
* LoginHelper API docs improved. * fixed bug which caused problems if an app which loaded atk-bridge forks, and one fork exits. (Padraig O'Briain). * New language: Galician (gl), Jesus Bravo Alvarez. * Ansi build fixes (Kjartan Maraas).
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.