Thu Nov 23 15:12:51 2017 UTC ()
atk: update to 2.26.1.

Changes in version 2.26.1
=========================

* Build: meson, tracked by bug 785802)
   * Ad option to disable introspection
   * Fix .rc generation in Meson builds

* Build (Visual Studio)
   * Enhance security of x64 binaries

Translations
  Pawan Chitrakar (ne), Xavi Ivars (ca@valencia), hanniedu (nl)

Changes in version 2.26
=======================

* Build: meson on Windows, tracked by Bug 785802 (not fully fixed yet):
   * Force-include msvc_recommended_pragmas.h on MSVC
   * tests: Fix build on pre-C99
   * meson: Build .rc file on Windows

Contributors
   Chun-wei Fan

Translations
   Ask Hjorth Larsen (da)

Changes in version 2.25.90
==========================

* Bugfixing
   * 689810: Move include guards out to enable GCC optimisation
* Build (meson)
   * Keep the version in sync with Autotools
   * Add atkversion.h to introspection build
* Build (visual studio)
   * Adapt to the Python-field glib-genmarshal
   * Adapt to new glib-genmarshal command line
   * Use PythonDir instead of PythonPath
   * Integrate introspection builds
   * Don't build introspection by default
   * Make marshal generation more robust
* Misc
   * Update AUTHORS file

Contributors
  Emmanuele Bassi, Daniel Boles, Chun-wei Fan, Rico Tzschichholz

Translations
  Pawan Chitrakar (ne), Fabio Tomat (fur)

Changes in version 2.25.2
=========================

* Bugfixing:
   * Bug 781715: Crash under atk_gobject_accessible_dispose()
* Build (general/autotools):
   * Add ATK_UNAVAILABLE macro
   * Use template files for the ATK enumerations
   * Convert atkversion.h.in to UTF-8 encoding
   * Include the marshallers header, not the source
   * Add buildir to the docs directories
   * Update deprecation warnings symbols
   * Simplify GObject dependency discovery
* Build (meson):
   * Bug 782871: Add meson build system
   * Dist the Meson files
   * Use the appropriate soversion
   * Use the appropriate GETTEXT_PACKAGE
   * Install atk.h
   * Only depend on generated header
* Build (win32):
   * win32: Fix replacing items in files with UTF-8 content
* Cleaning:
   * Remove atk.spec.in
   * Remove uninstalled pkg-config file
   * Remove unused script for bundling ATK on Windows
   * Remove ChangeLog
   * Remove local introspection.m4
* Docs:
   * Modernise the API reference:
      * Use XInclude
      * Stop using SGML mode with XML files
      * Drop version.xml and use the gtk-doc package entities
   * Update the README mentioning Meson, Ninja, and cleaning a little
   * Remove empty overrides file
* Gobject introspection:
   * Mark unbindable functions as 'skip
* Misc:
   * Update git ignore file
* New Relations and Roles:
   * Bug 748384: Add ATK_ROLE_FOOTNOTE
   * Bug 781587: Add error-message, error-for, details and details-for-relation
* Translation support:
   * Update po/Makevars (copyright and bug address)

Contributors:
Emmanuele Bassi, Milan Crha, Joanmarie Diggs, Piotr Dr��g, Chun-wei Fan

Translations:
Yuras Shumovich (be)


(wiz)
diff -r1.98 -r1.99 pkgsrc/devel/atk/Makefile
diff -r1.43 -r1.44 pkgsrc/devel/atk/PLIST
diff -r1.52 -r1.53 pkgsrc/devel/atk/distinfo

cvs diff -r1.98 -r1.99 pkgsrc/devel/atk/Makefile (switch to unified diff)

--- pkgsrc/devel/atk/Makefile 2017/10/15 23:19:11 1.98
+++ pkgsrc/devel/atk/Makefile 2017/11/23 15:12:50 1.99
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.98 2017/10/15 23:19:11 prlw1 Exp $ 1# $NetBSD: Makefile,v 1.99 2017/11/23 15:12:50 wiz Exp $
2 2
3DISTNAME= atk-2.24.0 3DISTNAME= atk-2.26.1
4CATEGORIES= devel gnome 4CATEGORIES= devel gnome
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/${PKGVERSION_NOREV:R}/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://developer.gnome.org/atk/ 9HOMEPAGE= https://developer.gnome.org/atk/
10COMMENT= Set of interfaces for accessibility 10COMMENT= Set of interfaces for accessibility
11LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
12 12
13USE_TOOLS+= gmake pkg-config msgfmt 13USE_TOOLS+= gmake pkg-config msgfmt
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
16USE_LANGUAGES= c99 16USE_LANGUAGES= c99
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18PKGCONFIG_OVERRIDE= atk.pc.in 18PKGCONFIG_OVERRIDE= atk.pc.in
19 19
20.include "../../devel/gettext-lib/buildlink3.mk" 20.include "../../devel/gettext-lib/buildlink3.mk"
21BUILDLINK_API_DEPENDS.glib2+= glib2>=2.31.2 21BUILDLINK_API_DEPENDS.glib2+= glib2>=2.31.2
22.include "../../devel/glib2/buildlink3.mk" 22.include "../../devel/glib2/buildlink3.mk"
23BUILDLINK_DEPMETHOD.gobject-introspection:= build 23BUILDLINK_DEPMETHOD.gobject-introspection:= build
24.include "../../devel/gobject-introspection/buildlink3.mk" 24.include "../../devel/gobject-introspection/buildlink3.mk"
25 25
26.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.43 -r1.44 pkgsrc/devel/atk/PLIST (switch to unified diff)

--- pkgsrc/devel/atk/PLIST 2017/07/03 18:07:44 1.43
+++ pkgsrc/devel/atk/PLIST 2017/11/23 15:12:50 1.44
@@ -1,202 +1,203 @@ @@ -1,202 +1,203 @@
1@comment $NetBSD: PLIST,v 1.43 2017/07/03 18:07:44 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.44 2017/11/23 15:12:50 wiz Exp $
2include/atk-1.0/atk/atk-enum-types.h 2include/atk-1.0/atk/atk-enum-types.h
3include/atk-1.0/atk/atk.h 3include/atk-1.0/atk/atk.h
4include/atk-1.0/atk/atkaction.h 4include/atk-1.0/atk/atkaction.h
5include/atk-1.0/atk/atkcomponent.h 5include/atk-1.0/atk/atkcomponent.h
6include/atk-1.0/atk/atkdocument.h 6include/atk-1.0/atk/atkdocument.h
7include/atk-1.0/atk/atkeditabletext.h 7include/atk-1.0/atk/atkeditabletext.h
8include/atk-1.0/atk/atkgobjectaccessible.h 8include/atk-1.0/atk/atkgobjectaccessible.h
9include/atk-1.0/atk/atkhyperlink.h 9include/atk-1.0/atk/atkhyperlink.h
10include/atk-1.0/atk/atkhyperlinkimpl.h 10include/atk-1.0/atk/atkhyperlinkimpl.h
11include/atk-1.0/atk/atkhypertext.h 11include/atk-1.0/atk/atkhypertext.h
12include/atk-1.0/atk/atkimage.h 12include/atk-1.0/atk/atkimage.h
13include/atk-1.0/atk/atkmisc.h 13include/atk-1.0/atk/atkmisc.h
14include/atk-1.0/atk/atknoopobject.h 14include/atk-1.0/atk/atknoopobject.h
15include/atk-1.0/atk/atknoopobjectfactory.h 15include/atk-1.0/atk/atknoopobjectfactory.h
16include/atk-1.0/atk/atkobject.h 16include/atk-1.0/atk/atkobject.h
17include/atk-1.0/atk/atkobjectfactory.h 17include/atk-1.0/atk/atkobjectfactory.h
18include/atk-1.0/atk/atkplug.h 18include/atk-1.0/atk/atkplug.h
19include/atk-1.0/atk/atkrange.h 19include/atk-1.0/atk/atkrange.h
20include/atk-1.0/atk/atkregistry.h 20include/atk-1.0/atk/atkregistry.h
21include/atk-1.0/atk/atkrelation.h 21include/atk-1.0/atk/atkrelation.h
22include/atk-1.0/atk/atkrelationset.h 22include/atk-1.0/atk/atkrelationset.h
23include/atk-1.0/atk/atkrelationtype.h 23include/atk-1.0/atk/atkrelationtype.h
24include/atk-1.0/atk/atkselection.h 24include/atk-1.0/atk/atkselection.h
25include/atk-1.0/atk/atksocket.h 25include/atk-1.0/atk/atksocket.h
26include/atk-1.0/atk/atkstate.h 26include/atk-1.0/atk/atkstate.h
27include/atk-1.0/atk/atkstateset.h 27include/atk-1.0/atk/atkstateset.h
28include/atk-1.0/atk/atkstreamablecontent.h 28include/atk-1.0/atk/atkstreamablecontent.h
29include/atk-1.0/atk/atktable.h 29include/atk-1.0/atk/atktable.h
30include/atk-1.0/atk/atktablecell.h 30include/atk-1.0/atk/atktablecell.h
31include/atk-1.0/atk/atktext.h 31include/atk-1.0/atk/atktext.h
32include/atk-1.0/atk/atkutil.h 32include/atk-1.0/atk/atkutil.h
33include/atk-1.0/atk/atkvalue.h 33include/atk-1.0/atk/atkvalue.h
34include/atk-1.0/atk/atkversion.h 34include/atk-1.0/atk/atkversion.h
35include/atk-1.0/atk/atkwindow.h 35include/atk-1.0/atk/atkwindow.h
36lib/girepository-1.0/Atk-1.0.typelib 36lib/girepository-1.0/Atk-1.0.typelib
37lib/libatk-1.0.la 37lib/libatk-1.0.la
38lib/pkgconfig/atk.pc 38lib/pkgconfig/atk.pc
39share/gir-1.0/Atk-1.0.gir 39share/gir-1.0/Atk-1.0.gir
40share/gtk-doc/html/atk/AtkAction.html 40share/gtk-doc/html/atk/AtkAction.html
41share/gtk-doc/html/atk/AtkComponent.html 41share/gtk-doc/html/atk/AtkComponent.html
42share/gtk-doc/html/atk/AtkDocument.html 42share/gtk-doc/html/atk/AtkDocument.html
43share/gtk-doc/html/atk/AtkEditableText.html 43share/gtk-doc/html/atk/AtkEditableText.html
44share/gtk-doc/html/atk/AtkGObjectAccessible.html 44share/gtk-doc/html/atk/AtkGObjectAccessible.html
45share/gtk-doc/html/atk/AtkHyperlink.html 45share/gtk-doc/html/atk/AtkHyperlink.html
46share/gtk-doc/html/atk/AtkHypertext.html 46share/gtk-doc/html/atk/AtkHypertext.html
47share/gtk-doc/html/atk/AtkImage.html 47share/gtk-doc/html/atk/AtkImage.html
48share/gtk-doc/html/atk/AtkMisc.html 48share/gtk-doc/html/atk/AtkMisc.html
49share/gtk-doc/html/atk/AtkNoOpObject.html 49share/gtk-doc/html/atk/AtkNoOpObject.html
50share/gtk-doc/html/atk/AtkNoOpObjectFactory.html 50share/gtk-doc/html/atk/AtkNoOpObjectFactory.html
51share/gtk-doc/html/atk/AtkObject.html 51share/gtk-doc/html/atk/AtkObject.html
52share/gtk-doc/html/atk/AtkObjectFactory.html 52share/gtk-doc/html/atk/AtkObjectFactory.html
53share/gtk-doc/html/atk/AtkRegistry.html 53share/gtk-doc/html/atk/AtkRegistry.html
54share/gtk-doc/html/atk/AtkRelation.html 54share/gtk-doc/html/atk/AtkRelation.html
55share/gtk-doc/html/atk/AtkRelationSet.html 55share/gtk-doc/html/atk/AtkRelationSet.html
56share/gtk-doc/html/atk/AtkSelection.html 56share/gtk-doc/html/atk/AtkSelection.html
57share/gtk-doc/html/atk/AtkStateSet.html 57share/gtk-doc/html/atk/AtkStateSet.html
58share/gtk-doc/html/atk/AtkStreamableContent.html 58share/gtk-doc/html/atk/AtkStreamableContent.html
59share/gtk-doc/html/atk/AtkTable.html 59share/gtk-doc/html/atk/AtkTable.html
60share/gtk-doc/html/atk/AtkTableCell.html 60share/gtk-doc/html/atk/AtkTableCell.html
61share/gtk-doc/html/atk/AtkText.html 61share/gtk-doc/html/atk/AtkText.html
62share/gtk-doc/html/atk/AtkUtil.html 62share/gtk-doc/html/atk/AtkUtil.html
63share/gtk-doc/html/atk/AtkValue.html 63share/gtk-doc/html/atk/AtkValue.html
64share/gtk-doc/html/atk/AtkWindow.html 64share/gtk-doc/html/atk/AtkWindow.html
65share/gtk-doc/html/atk/accessibles.html 65share/gtk-doc/html/atk/accessibles.html
 66share/gtk-doc/html/atk/annotation-glossary.html
66share/gtk-doc/html/atk/api-index-1-12.html 67share/gtk-doc/html/atk/api-index-1-12.html
67share/gtk-doc/html/atk/api-index-1-13.html 68share/gtk-doc/html/atk/api-index-1-13.html
68share/gtk-doc/html/atk/api-index-1-20.html 69share/gtk-doc/html/atk/api-index-1-20.html
69share/gtk-doc/html/atk/api-index-1-22.html 70share/gtk-doc/html/atk/api-index-1-22.html
70share/gtk-doc/html/atk/api-index-1-3.html 71share/gtk-doc/html/atk/api-index-1-3.html
71share/gtk-doc/html/atk/api-index-1-30.html 72share/gtk-doc/html/atk/api-index-1-30.html
72share/gtk-doc/html/atk/api-index-1-4.html 73share/gtk-doc/html/atk/api-index-1-4.html
73share/gtk-doc/html/atk/api-index-1-6.html 74share/gtk-doc/html/atk/api-index-1-6.html
74share/gtk-doc/html/atk/api-index-1-9.html 75share/gtk-doc/html/atk/api-index-1-9.html
75share/gtk-doc/html/atk/api-index-2-10.html 76share/gtk-doc/html/atk/api-index-2-10.html
76share/gtk-doc/html/atk/api-index-2-12.html 77share/gtk-doc/html/atk/api-index-2-12.html
77share/gtk-doc/html/atk/api-index-2-2.html 78share/gtk-doc/html/atk/api-index-2-2.html
78share/gtk-doc/html/atk/api-index-2-8.html 79share/gtk-doc/html/atk/api-index-2-8.html
79share/gtk-doc/html/atk/api-index-deprecated.html 80share/gtk-doc/html/atk/api-index-deprecated.html
80share/gtk-doc/html/atk/api-index-full.html 81share/gtk-doc/html/atk/api-index-full.html
81share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html 82share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html
82share/gtk-doc/html/atk/atk-AtkPlug.html 83share/gtk-doc/html/atk/atk-AtkPlug.html
83share/gtk-doc/html/atk/atk-AtkRange.html 84share/gtk-doc/html/atk/atk-AtkRange.html
84share/gtk-doc/html/atk/atk-AtkSocket.html 85share/gtk-doc/html/atk/atk-AtkSocket.html
85share/gtk-doc/html/atk/atk-AtkState.html 86share/gtk-doc/html/atk/atk-AtkState.html
86share/gtk-doc/html/atk/atk-Versioning-Utilities.html 87share/gtk-doc/html/atk/atk-Versioning-Utilities.html
87share/gtk-doc/html/atk/atk.devhelp2 88share/gtk-doc/html/atk/atk.devhelp2
88share/gtk-doc/html/atk/base-object.html 89share/gtk-doc/html/atk/base-object.html
89share/gtk-doc/html/atk/data.html 90share/gtk-doc/html/atk/data.html
90share/gtk-doc/html/atk/deprecated.html 91share/gtk-doc/html/atk/deprecated.html
91share/gtk-doc/html/atk/home.png 92share/gtk-doc/html/atk/home.png
92share/gtk-doc/html/atk/index.html 93share/gtk-doc/html/atk/index.html
93share/gtk-doc/html/atk/interfaces.html 94share/gtk-doc/html/atk/interfaces.html
94share/gtk-doc/html/atk/left-insensitive.png 95share/gtk-doc/html/atk/left-insensitive.png
95share/gtk-doc/html/atk/left.png 96share/gtk-doc/html/atk/left.png
96share/gtk-doc/html/atk/overview.html 97share/gtk-doc/html/atk/overview.html
97share/gtk-doc/html/atk/right-insensitive.png 98share/gtk-doc/html/atk/right-insensitive.png
98share/gtk-doc/html/atk/right.png 99share/gtk-doc/html/atk/right.png
99share/gtk-doc/html/atk/style.css 100share/gtk-doc/html/atk/style.css
100share/gtk-doc/html/atk/toolkit.html 101share/gtk-doc/html/atk/toolkit.html
101share/gtk-doc/html/atk/up-insensitive.png 102share/gtk-doc/html/atk/up-insensitive.png
102share/gtk-doc/html/atk/up.png 103share/gtk-doc/html/atk/up.png
103share/gtk-doc/html/atk/utilities.html 104share/gtk-doc/html/atk/utilities.html
104share/locale/af/LC_MESSAGES/atk10.mo 105share/locale/af/LC_MESSAGES/atk10.mo
105share/locale/am/LC_MESSAGES/atk10.mo 106share/locale/am/LC_MESSAGES/atk10.mo
106share/locale/an/LC_MESSAGES/atk10.mo 107share/locale/an/LC_MESSAGES/atk10.mo
107share/locale/ar/LC_MESSAGES/atk10.mo 108share/locale/ar/LC_MESSAGES/atk10.mo
108share/locale/as/LC_MESSAGES/atk10.mo 109share/locale/as/LC_MESSAGES/atk10.mo
109share/locale/ast/LC_MESSAGES/atk10.mo 110share/locale/ast/LC_MESSAGES/atk10.mo
110share/locale/az/LC_MESSAGES/atk10.mo 111share/locale/az/LC_MESSAGES/atk10.mo
111share/locale/be/LC_MESSAGES/atk10.mo 112share/locale/be/LC_MESSAGES/atk10.mo
112share/locale/be@latin/LC_MESSAGES/atk10.mo 113share/locale/be@latin/LC_MESSAGES/atk10.mo
113share/locale/bg/LC_MESSAGES/atk10.mo 114share/locale/bg/LC_MESSAGES/atk10.mo
114share/locale/bn/LC_MESSAGES/atk10.mo 115share/locale/bn/LC_MESSAGES/atk10.mo
115share/locale/bn_IN/LC_MESSAGES/atk10.mo 116share/locale/bn_IN/LC_MESSAGES/atk10.mo
116share/locale/bs/LC_MESSAGES/atk10.mo 117share/locale/bs/LC_MESSAGES/atk10.mo
117share/locale/ca/LC_MESSAGES/atk10.mo 118share/locale/ca/LC_MESSAGES/atk10.mo
118share/locale/ca@valencia/LC_MESSAGES/atk10.mo 119share/locale/ca@valencia/LC_MESSAGES/atk10.mo
119share/locale/cs/LC_MESSAGES/atk10.mo 120share/locale/cs/LC_MESSAGES/atk10.mo
120share/locale/cy/LC_MESSAGES/atk10.mo 121share/locale/cy/LC_MESSAGES/atk10.mo
121share/locale/da/LC_MESSAGES/atk10.mo 122share/locale/da/LC_MESSAGES/atk10.mo
122share/locale/de/LC_MESSAGES/atk10.mo 123share/locale/de/LC_MESSAGES/atk10.mo
123share/locale/dz/LC_MESSAGES/atk10.mo 124share/locale/dz/LC_MESSAGES/atk10.mo
124share/locale/el/LC_MESSAGES/atk10.mo 125share/locale/el/LC_MESSAGES/atk10.mo
125share/locale/en@shaw/LC_MESSAGES/atk10.mo 126share/locale/en@shaw/LC_MESSAGES/atk10.mo
126share/locale/en_CA/LC_MESSAGES/atk10.mo 127share/locale/en_CA/LC_MESSAGES/atk10.mo
127share/locale/en_GB/LC_MESSAGES/atk10.mo 128share/locale/en_GB/LC_MESSAGES/atk10.mo
128share/locale/eo/LC_MESSAGES/atk10.mo 129share/locale/eo/LC_MESSAGES/atk10.mo
129share/locale/es/LC_MESSAGES/atk10.mo 130share/locale/es/LC_MESSAGES/atk10.mo
130share/locale/et/LC_MESSAGES/atk10.mo 131share/locale/et/LC_MESSAGES/atk10.mo
131share/locale/eu/LC_MESSAGES/atk10.mo 132share/locale/eu/LC_MESSAGES/atk10.mo
132share/locale/fa/LC_MESSAGES/atk10.mo 133share/locale/fa/LC_MESSAGES/atk10.mo
133share/locale/fi/LC_MESSAGES/atk10.mo 134share/locale/fi/LC_MESSAGES/atk10.mo
134share/locale/fr/LC_MESSAGES/atk10.mo 135share/locale/fr/LC_MESSAGES/atk10.mo
135share/locale/fur/LC_MESSAGES/atk10.mo 136share/locale/fur/LC_MESSAGES/atk10.mo
136share/locale/ga/LC_MESSAGES/atk10.mo 137share/locale/ga/LC_MESSAGES/atk10.mo
137share/locale/gd/LC_MESSAGES/atk10.mo 138share/locale/gd/LC_MESSAGES/atk10.mo
138share/locale/gl/LC_MESSAGES/atk10.mo 139share/locale/gl/LC_MESSAGES/atk10.mo
139share/locale/gu/LC_MESSAGES/atk10.mo 140share/locale/gu/LC_MESSAGES/atk10.mo
140share/locale/he/LC_MESSAGES/atk10.mo 141share/locale/he/LC_MESSAGES/atk10.mo
141share/locale/hi/LC_MESSAGES/atk10.mo 142share/locale/hi/LC_MESSAGES/atk10.mo
142share/locale/hr/LC_MESSAGES/atk10.mo 143share/locale/hr/LC_MESSAGES/atk10.mo
143share/locale/hu/LC_MESSAGES/atk10.mo 144share/locale/hu/LC_MESSAGES/atk10.mo
144share/locale/hy/LC_MESSAGES/atk10.mo 145share/locale/hy/LC_MESSAGES/atk10.mo
145share/locale/id/LC_MESSAGES/atk10.mo 146share/locale/id/LC_MESSAGES/atk10.mo
146share/locale/is/LC_MESSAGES/atk10.mo 147share/locale/is/LC_MESSAGES/atk10.mo
147share/locale/it/LC_MESSAGES/atk10.mo 148share/locale/it/LC_MESSAGES/atk10.mo
148share/locale/ja/LC_MESSAGES/atk10.mo 149share/locale/ja/LC_MESSAGES/atk10.mo
149share/locale/ka/LC_MESSAGES/atk10.mo 150share/locale/ka/LC_MESSAGES/atk10.mo
150share/locale/kk/LC_MESSAGES/atk10.mo 151share/locale/kk/LC_MESSAGES/atk10.mo
151share/locale/km/LC_MESSAGES/atk10.mo 152share/locale/km/LC_MESSAGES/atk10.mo
152share/locale/kn/LC_MESSAGES/atk10.mo 153share/locale/kn/LC_MESSAGES/atk10.mo
153share/locale/ko/LC_MESSAGES/atk10.mo 154share/locale/ko/LC_MESSAGES/atk10.mo
154share/locale/ku/LC_MESSAGES/atk10.mo 155share/locale/ku/LC_MESSAGES/atk10.mo
155share/locale/li/LC_MESSAGES/atk10.mo 156share/locale/li/LC_MESSAGES/atk10.mo
156share/locale/lt/LC_MESSAGES/atk10.mo 157share/locale/lt/LC_MESSAGES/atk10.mo
157share/locale/lv/LC_MESSAGES/atk10.mo 158share/locale/lv/LC_MESSAGES/atk10.mo
158share/locale/mai/LC_MESSAGES/atk10.mo 159share/locale/mai/LC_MESSAGES/atk10.mo
159share/locale/mk/LC_MESSAGES/atk10.mo 160share/locale/mk/LC_MESSAGES/atk10.mo
160share/locale/ml/LC_MESSAGES/atk10.mo 161share/locale/ml/LC_MESSAGES/atk10.mo
161share/locale/mn/LC_MESSAGES/atk10.mo 162share/locale/mn/LC_MESSAGES/atk10.mo
162share/locale/mr/LC_MESSAGES/atk10.mo 163share/locale/mr/LC_MESSAGES/atk10.mo
163share/locale/ms/LC_MESSAGES/atk10.mo 164share/locale/ms/LC_MESSAGES/atk10.mo
164share/locale/nb/LC_MESSAGES/atk10.mo 165share/locale/nb/LC_MESSAGES/atk10.mo
165share/locale/ne/LC_MESSAGES/atk10.mo 166share/locale/ne/LC_MESSAGES/atk10.mo
166share/locale/nl/LC_MESSAGES/atk10.mo 167share/locale/nl/LC_MESSAGES/atk10.mo
167share/locale/nn/LC_MESSAGES/atk10.mo 168share/locale/nn/LC_MESSAGES/atk10.mo
168share/locale/oc/LC_MESSAGES/atk10.mo 169share/locale/oc/LC_MESSAGES/atk10.mo
169share/locale/or/LC_MESSAGES/atk10.mo 170share/locale/or/LC_MESSAGES/atk10.mo
170share/locale/pa/LC_MESSAGES/atk10.mo 171share/locale/pa/LC_MESSAGES/atk10.mo
171share/locale/pl/LC_MESSAGES/atk10.mo 172share/locale/pl/LC_MESSAGES/atk10.mo
172share/locale/ps/LC_MESSAGES/atk10.mo 173share/locale/ps/LC_MESSAGES/atk10.mo
173share/locale/pt/LC_MESSAGES/atk10.mo 174share/locale/pt/LC_MESSAGES/atk10.mo
174share/locale/pt_BR/LC_MESSAGES/atk10.mo 175share/locale/pt_BR/LC_MESSAGES/atk10.mo
175share/locale/ro/LC_MESSAGES/atk10.mo 176share/locale/ro/LC_MESSAGES/atk10.mo
176share/locale/ru/LC_MESSAGES/atk10.mo 177share/locale/ru/LC_MESSAGES/atk10.mo
177share/locale/rw/LC_MESSAGES/atk10.mo 178share/locale/rw/LC_MESSAGES/atk10.mo
178share/locale/si/LC_MESSAGES/atk10.mo 179share/locale/si/LC_MESSAGES/atk10.mo
179share/locale/sk/LC_MESSAGES/atk10.mo 180share/locale/sk/LC_MESSAGES/atk10.mo
180share/locale/sl/LC_MESSAGES/atk10.mo 181share/locale/sl/LC_MESSAGES/atk10.mo
181share/locale/sq/LC_MESSAGES/atk10.mo 182share/locale/sq/LC_MESSAGES/atk10.mo
182share/locale/sr/LC_MESSAGES/atk10.mo 183share/locale/sr/LC_MESSAGES/atk10.mo
183share/locale/sr@ije/LC_MESSAGES/atk10.mo 184share/locale/sr@ije/LC_MESSAGES/atk10.mo
184share/locale/sr@latin/LC_MESSAGES/atk10.mo 185share/locale/sr@latin/LC_MESSAGES/atk10.mo
185share/locale/sv/LC_MESSAGES/atk10.mo 186share/locale/sv/LC_MESSAGES/atk10.mo
186share/locale/ta/LC_MESSAGES/atk10.mo 187share/locale/ta/LC_MESSAGES/atk10.mo
187share/locale/te/LC_MESSAGES/atk10.mo 188share/locale/te/LC_MESSAGES/atk10.mo
188share/locale/tg/LC_MESSAGES/atk10.mo 189share/locale/tg/LC_MESSAGES/atk10.mo
189share/locale/th/LC_MESSAGES/atk10.mo 190share/locale/th/LC_MESSAGES/atk10.mo
190share/locale/tk/LC_MESSAGES/atk10.mo 191share/locale/tk/LC_MESSAGES/atk10.mo
191share/locale/tr/LC_MESSAGES/atk10.mo 192share/locale/tr/LC_MESSAGES/atk10.mo
192share/locale/tt/LC_MESSAGES/atk10.mo 193share/locale/tt/LC_MESSAGES/atk10.mo
193share/locale/ug/LC_MESSAGES/atk10.mo 194share/locale/ug/LC_MESSAGES/atk10.mo
194share/locale/uk/LC_MESSAGES/atk10.mo 195share/locale/uk/LC_MESSAGES/atk10.mo
195share/locale/vi/LC_MESSAGES/atk10.mo 196share/locale/vi/LC_MESSAGES/atk10.mo
196share/locale/wa/LC_MESSAGES/atk10.mo 197share/locale/wa/LC_MESSAGES/atk10.mo
197share/locale/xh/LC_MESSAGES/atk10.mo 198share/locale/xh/LC_MESSAGES/atk10.mo
198share/locale/yi/LC_MESSAGES/atk10.mo 199share/locale/yi/LC_MESSAGES/atk10.mo
199share/locale/zh_CN/LC_MESSAGES/atk10.mo 200share/locale/zh_CN/LC_MESSAGES/atk10.mo
200share/locale/zh_HK/LC_MESSAGES/atk10.mo 201share/locale/zh_HK/LC_MESSAGES/atk10.mo
201share/locale/zh_TW/LC_MESSAGES/atk10.mo 202share/locale/zh_TW/LC_MESSAGES/atk10.mo
202share/locale/zu/LC_MESSAGES/atk10.mo 203share/locale/zu/LC_MESSAGES/atk10.mo

cvs diff -r1.52 -r1.53 pkgsrc/devel/atk/distinfo (switch to unified diff)

--- pkgsrc/devel/atk/distinfo 2017/07/03 18:07:44 1.52
+++ pkgsrc/devel/atk/distinfo 2017/11/23 15:12:50 1.53
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.52 2017/07/03 18:07:44 prlw1 Exp $ 1$NetBSD: distinfo,v 1.53 2017/11/23 15:12:50 wiz Exp $
2 2
3SHA1 (atk-2.24.0.tar.xz) = 499fa622ea7c12ba15bef1b270a95d14607e3b67 3SHA1 (atk-2.26.1.tar.xz) = 78f33bdbacbc447c86a357690417c1b70e7664fc
4RMD160 (atk-2.24.0.tar.xz) = 73df21c72cd41404fff44b34fc08939e7bbc50ae 4RMD160 (atk-2.26.1.tar.xz) = 55faa64463bd91d7cf8395334c2fd5958cac5585
5SHA512 (atk-2.24.0.tar.xz) = 3ae0a4d5f28d5619d465135c685161f690732053bcb70a47669c951fbf389b5d2ccc5c7c73d4ee8c5a3b2df14e2f5b082e812a215f10a79b27b412d077f5e962 5SHA512 (atk-2.26.1.tar.xz) = 9a802f1856f0f608c3b4ef6de27dc8174e103dbb32431a4dcffcac48c685cc48efb087ab73f661d7327341e8074b73bb7877c596f93228283ca5907910d64a6b
6Size (atk-2.24.0.tar.xz) = 748972 bytes 6Size (atk-2.26.1.tar.xz) = 711960 bytes