summaryrefslogtreecommitdiff
path: root/devel/atk
AgeCommit message (Collapse)AuthorFilesLines
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-10build dependency on gobject-introspection should be sufficientdrochner1-1/+2
2012-02-10switch on introspection support, bump PKGREVdrochner2-3/+6
2012-02-06Revbump forwiz2-3/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-31Update atk to 2.2.0.obache5-80/+11
Based on PR#45738 by Patrick Welche. Changes in version 2.2.0: ========================= * * Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and * Catalan (Valencian) translations Changes in version 2.1.92: ========================== * * Updated Visual Studio files due AtkWindow addition * Bug 649577: atk_add_global_event_listener should only accept ATK events * Minor documentation updates * Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi, * Asturian, Italian, Polish, British English, Brazilian Portuguese, * Korean, Telugu and Kannada Translation Changes in version 2.1.5: ========================= * * Bug 638924: Add AtkWindow * Fixing out of tree compilation on Win32 * Update README.txt * Fixing release number of the new ATK roles added * Updated Traditional Chinese, Indonesian, Bulgarian, French, * Hungarian and Swedish translations Changes in version 2.1.0: ========================= * * Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1 * Bug 651343: New ATK Roles * Added Leon Fan as maintainer * Improved Visual C++ 2010 infrastructure * Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian, * Norwegian, Galician, and Spanish translations
2011-07-18Use patch provided by the ATK maintainers to fix GNOME bug 654767. Testedtron4-14/+54
under NetBSD/amd64 5.1_STABLE and Mac OS 10.6.8. Bump package revision because the shared library version was increased.
2011-07-17Fix shared library version number based on OBATA Akio's analysis intron3-3/+22
GNOME bug 654767. The package is now compatible with previously built binary packages under Mac OS X.
2011-07-15Fix dead HOMEPAGE.ryoon1-2/+2
2011-07-15Fix PLIST - at least on amd64 NetBSD 5.99abs1-9/+19
2011-07-15Fix MASTER_SITES so distfile can be downloadedabs1-2/+2
2011-07-15Update to 2.0.1ryoon2-7/+6
Changelog: Changes in version 2.0.1: ========================= * * Bug 652205: Use const instead G_CONST_RETURN * Bug 649307: Clarify AtkPlug and AtkSocket docs * Bug 551489: Fix doc of atk_text_get_text_before_offset * Bug 588083: Information about return value of some AtkText methods can be clearer * Added Alejandro Piñåiro Iglesias as maintainer * Updated .gitignore * VS 2008/2010 support update * New Zulu translation added, Esperanto and Catalan updated Changes in version 2.0.0: ========================= * *Translation update. Changes in version 1.91.92: ========================= * *BGO#638377: Add text_insert, text_remove, and text_update signals *Reviewed Serbian Translation *Fix introspection for atk_text_get_bounded_ranges *Visual C++ 2010 Project Files *Updated Spanish translation Changes in version 1.33.6: ========================= * *Returns FALSE on atk_object_add_relationship if it is already included *Bug 640574: gobject-introspection annotation and documentation fixes *Bug 637663: Added atk_streamable_content_get_uri to atk/atk.symbols *Add missing Makefiles to AC_CONFIG_FILES *Fixes for the MSVC Project Files *Update deprecated autoconf macros and use new libtool syntax *Documentation fixes *Translation updates
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2010-10-16Update to 1.32.0:wiz3-8/+10
Changes in version 1.32.0: ========================= Fixes: #630097, #621717, #571622, #617851, #616812. Translation update.
2010-05-31update to 1.30.0drochner3-8/+12
this switches to the gnome-2.30 branch
2009-10-21update to 1.28.0drochner3-8/+9
This switches to the gnome-2.28 release branch.
2009-07-10Set license to "gnu-lgpl-v2" (GNU Library General Public License,tron1-1/+2
version 2.0).
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-06-03Remove build dependency on gtk-doc, related to PR#41475.obache1-2/+5
It comes from upstream Bug#562310: http://bugzilla.gnome.org/show_bug.cgi?id=562310 Availability detection of `gtkdoc-rebase' command is depend on the behaviour of `which' command, if `which gtkdoc-rebase' return false, do nothing. It is known as not works as expected on Darwin and Solaris, then failed in unwanted gtkdoc-rebase execution, and abort. It is already fixed in upstream gtk-doc repository, but not released yet(1.12?). So, some packages may contain and be using un-fixed gtk-doc.* files. For easy to determine whether it is fixed or not, check gtk-doc.make contains following commit (not using 'which gtkdoc-rebase', but $(GTKDOC_REBASE) macro): http://git.gnome.org./cgit/gtk-doc/commit/?id=ef5f56ca5fd4a077e6f7a374e8dd333b7a6a8d42
2009-05-26BUILD_DEPEND on gtk-doc (by including its buildlink3.mk file) towiz1-6/+3
get gtkdoc-rebase. Addresses PR 41475 by John D. Baker.
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 atk to 1.26.0.jmcneill3-9/+10
Changes in version 1.26.0: ========================= * *Fixes: Improve the documentation. Sven Herzberg. *Translation update. Changes in version 1.25.2: ========================= * *Fixes: #562204, #505445, #361757, #478620, #560156, #477708, #478595, #478583 #480126. *Translation update.
2008-10-06update to atk-1.24.0.tnn3-9/+10
Bug fixes: 551474 - add LINGUAS file to pass make dist 535704 - Add guards to prevent including individual files 526752 - Deprecated symbols should be marked with macro ATK_DISABLE_DEPRECATED Also translation updates.
2008-04-10update to 1.22.0drochner2-7/+7
This switches to the gnome-2.22 release branch.
2007-09-18Update to 1.20.0:wiz3-9/+11
Changes in version 1.20.0: ========================= * *Add "si" (Sinhala) to ALL_LINGUAS. Changes in version 1.19.6: ========================= * *Fixes #460851. Add a new API: atk_get_version. Changes in version 1.19.3: ========================= * *Fixes #434784. *Remove gnome-doc-utils dependence. Changes in version 1.19.1: ========================= * *Fixes #382328, #418194, #413357.
2007-07-21Drop maintainership.wiz1-2/+2
2007-03-20update to 1.18.0drochner3-9/+10
This switches to the new stable branch for gnome-2.18. Most visible change: addes a new atkmisc API which is needed for newer gnome s/w.
2007-02-23Fixed the invalid use of AM_GLIB_DEFINE_LOCALEDIR. PKGREVISION++rillig1-1/+8
2007-01-06Update to 1.12.4:wiz2-6/+6
Changes in version 1.12.4: ========================= *Add Li Yuan to MAINTAINERS.
2006-12-02Instead of setting compiler flags in each package if it uses C99,jschauma1-7/+2
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@
2006-10-17update to 1.12.3drochner2-47/+44
changes: -bugfixes -implement AtkDocument -translation updates
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-1/+2
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-06Update to 1.12.3:wiz3-10/+10
Changes in version 1.12.3: ========================= * * Add missing signals to fix win32 build (Cedric Gustin, bug #355912). * New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung). * Implement AtkDocument signals (Neo Liu) * Update docs to include info on AtkDocument signals. * Bugfixes: #357847, #340553, #346464, #352227,
2006-08-22Update to 1.12.2:wiz3-8/+8
Changes in version 1.12.2: ========================= * Documentation fixes. * New language: Bengali (Runa Bhattacharjee)
2006-08-04There was a second release of the tarball for 1.12.1 after wewiz2-5/+9
already had updated the package. The changes are some updates to NEWS, build infrastructure, two translations, and a change to AtkHyperlinkImpl. Set DIST_SUBDIR and bump PKGREVISION (since the code did change, even though only slightly).
2006-07-12Does not really need perl, just checks for it.wiz1-2/+2
2006-07-12Update to 1.12.1:wiz3-10/+18
Changes in version 1.12.0: [ongoing] ========================= * Added ATK_ROLE_FORM * Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
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-06-12Needs msgfmt.joerg1-2/+2
2006-05-08add "-c99" to the CFLAGS if using MIPSProjschauma1-1/+7
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-81/+81
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-08Require new ATK version since at least one function was added in thejoerg1-3/+3
0.11 tree, which is also used by other packages.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
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-04-02Update to 1.11.4:wiz3-7/+9
Changes in version 1.11.4: ========================= * Enhanced documentation: gtk-doc API docs are now at 100% coverage. * allow for NULL in-params to AtkImage coordinate APIs. * New langs: Georgian (ka) Vladimir Sichinava Oriya (or) Gora Mohanty
2006-03-30Update to 1.11.3:jmmv3-9/+39
Changes in version 1.11.3: ========================= * Fix for localization bug #317458 from Kazuzi IWAMOTO. * Included docs in tarball as appropriate. Changes in version 1.11.0: ========================= Added new APIs - minor enhancements to AtkImage, AtkDocument, AtkObject, AtkComponent, AtkState. Significant API additions: Added locale attribute to AtkImage instances, and Document instances. Added the ability to assign weakly-typed attributes to AtkObject as name-value pairs; also added similar name-value pairs to AtkDocument for attributes which are intended to be valid over the entire document. Minor documentation fixes (thanks to Bill Abt). Added 'tt' (Tatar) locale, Simos Xenitellis
2006-03-10Take over maintainership, jmmv@ ok.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-02Update to 1.10.3:jmmv3-8/+13
Changes in version 1.10.3: ========================= Libtool fix. N.B. : 1.10.2 was released with a buggy libtool! in version 1.10.2: * Minor build fixes incl Win32 (Tor Lillqvist) * New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)