diff options
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-poke/Makefile | 3 | ||||
-rw-r--r-- | accessibility/at-spi2-atk/Makefile | 36 | ||||
-rw-r--r-- | accessibility/at-spi2-atk/distinfo | 4 | ||||
-rw-r--r-- | accessibility/at-spi2-atk/files/patch-atk-adaptor_accessible-cache.c | 11 | ||||
-rw-r--r-- | accessibility/at-spi2-atk/pkg-plist | 77 | ||||
-rw-r--r-- | accessibility/at-spi2-core/Makefile | 23 | ||||
-rw-r--r-- | accessibility/at-spi2-core/distinfo | 4 | ||||
-rw-r--r-- | accessibility/at-spi2-core/files/patch-atspi_Makefile.in | 10 | ||||
-rw-r--r-- | accessibility/at-spi2-core/files/patch-registryd_registry.c | 42 | ||||
-rw-r--r-- | accessibility/at-spi2-core/pkg-plist | 167 | ||||
-rw-r--r-- | accessibility/atk/Makefile | 10 | ||||
-rw-r--r-- | accessibility/atk/distinfo | 4 | ||||
-rw-r--r-- | accessibility/atk/pkg-plist | 16 | ||||
-rw-r--r-- | accessibility/atkmm/Makefile | 17 | ||||
-rw-r--r-- | accessibility/atkmm/distinfo | 4 | ||||
-rw-r--r-- | accessibility/py-papi/Makefile | 1 |
16 files changed, 265 insertions, 164 deletions
diff --git a/accessibility/at-poke/Makefile b/accessibility/at-poke/Makefile index de74c4281b6e..28d4f723d853 100644 --- a/accessibility/at-poke/Makefile +++ b/accessibility/at-poke/Makefile @@ -21,4 +21,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-patch: + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/eventlog.h + .include <bsd.port.mk> diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile index fb67fdb8750b..607125e93a4e 100644 --- a/accessibility/at-spi2-atk/Makefile +++ b/accessibility/at-spi2-atk/Makefile @@ -1,34 +1,34 @@ -# New ports collection makefile for: at-spi -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/accessibility/at-spi2-atk/Makefile,v 1.16 2010/11/16 11:53:13 kwm Exp $ -# +# $MCom: ports/accessibility/at-spi2-atk/Makefile,v 1.38 2012/12/16 22:36:25 kwm Exp $ PORTNAME= at-spi2-atk -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 2.6.2 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Assisted Technology Provider module for GTK+ -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core +LICENSE= LGPL21 -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_BZIP2= yes -USE_GETTEXT= yes +BUILD_DEPENDS= at-spi2-core>=2.1.4:${PORTSDIR}/accessibility/at-spi2-core +LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus +RUN_DEPENDS= at-spi2-core>=2.1.4:${PORTSDIR}/accessibility/at-spi2-core + +CONFLICTS= at-spi-1.[0-9]* +PORTSCOUT= limitw:1,even + +USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomehier intlhack gconf2 libxml2 +USE_GNOME= gnomehack gnomehier intlhack glib20 atk +USE_PKGCONFIG= build GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -GCONF_SCHEMAS= at-spi2.schemas +CONFIGURE_ARGS= --enable-p2p +GLIB_SCHEMAS= org.a11y.atspi.gschema.xml .include <bsd.port.mk> diff --git a/accessibility/at-spi2-atk/distinfo b/accessibility/at-spi2-atk/distinfo index 21d9b152adc4..e325fa4f0063 100644 --- a/accessibility/at-spi2-atk/distinfo +++ b/accessibility/at-spi2-atk/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/at-spi2-atk-0.4.1.tar.bz2) = ad885b257f9e12bc1cfb0f21bd1075c00bdedca3f66d01b57401ecb12c9f411c -SIZE (gnome2/at-spi2-atk-0.4.1.tar.bz2) = 337286 +SHA256 (gnome3/at-spi2-atk-2.6.2.tar.xz) = 496c8432e8ab82735145f9af5d45209e9b708bf3c94e527ee091d08641a9bcfa +SIZE (gnome3/at-spi2-atk-2.6.2.tar.xz) = 274748 diff --git a/accessibility/at-spi2-atk/files/patch-atk-adaptor_accessible-cache.c b/accessibility/at-spi2-atk/files/patch-atk-adaptor_accessible-cache.c new file mode 100644 index 000000000000..2ccb400fb7b9 --- /dev/null +++ b/accessibility/at-spi2-atk/files/patch-atk-adaptor_accessible-cache.c @@ -0,0 +1,11 @@ +--- atk-adaptor/accessible-cache.c.orig 2012-11-21 23:46:32.000000000 +0000 ++++ atk-adaptor/accessible-cache.c 2012-11-21 23:47:06.000000000 +0000 +@@ -362,7 +362,7 @@ + if (!child) + { + g_static_rec_mutex_unlock (&cache_mutex); +- return; ++ return FALSE; + } + + g_object_ref (child); diff --git a/accessibility/at-spi2-atk/pkg-plist b/accessibility/at-spi2-atk/pkg-plist index ef93366a36d6..1085e7997bb5 100644 --- a/accessibility/at-spi2-atk/pkg-plist +++ b/accessibility/at-spi2-atk/pkg-plist @@ -1,63 +1,14 @@ -lib/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.a -lib/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.la -lib/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.so -lib/gtk-3.0/modules/at-spi-dbus/modules/libatk-bridge.a -lib/gtk-3.0/modules/at-spi-dbus/modules/libatk-bridge.la -lib/gtk-3.0/modules/at-spi-dbus/modules/libatk-bridge.so -share/gnome/autostart/atk-bridge.desktop -share/locale/ar/LC_MESSAGES/at-spi2-atk.mo -share/locale/ast/LC_MESSAGES/at-spi2-atk.mo -share/locale/bg/LC_MESSAGES/at-spi2-atk.mo -share/locale/bn/LC_MESSAGES/at-spi2-atk.mo -share/locale/ca/LC_MESSAGES/at-spi2-atk.mo -share/locale/cs/LC_MESSAGES/at-spi2-atk.mo -share/locale/cy/LC_MESSAGES/at-spi2-atk.mo -share/locale/de/LC_MESSAGES/at-spi2-atk.mo -share/locale/el/LC_MESSAGES/at-spi2-atk.mo -share/locale/en@shaw/LC_MESSAGES/at-spi2-atk.mo -share/locale/en_GB/LC_MESSAGES/at-spi2-atk.mo -share/locale/es/LC_MESSAGES/at-spi2-atk.mo -share/locale/et/LC_MESSAGES/at-spi2-atk.mo -share/locale/eu/LC_MESSAGES/at-spi2-atk.mo -share/locale/fi/LC_MESSAGES/at-spi2-atk.mo -share/locale/fr/LC_MESSAGES/at-spi2-atk.mo -share/locale/gl/LC_MESSAGES/at-spi2-atk.mo -share/locale/he/LC_MESSAGES/at-spi2-atk.mo -share/locale/hu/LC_MESSAGES/at-spi2-atk.mo -share/locale/it/LC_MESSAGES/at-spi2-atk.mo -share/locale/ko/LC_MESSAGES/at-spi2-atk.mo -share/locale/lt/LC_MESSAGES/at-spi2-atk.mo -share/locale/nb/LC_MESSAGES/at-spi2-atk.mo -share/locale/nl/LC_MESSAGES/at-spi2-atk.mo -share/locale/nn/LC_MESSAGES/at-spi2-atk.mo -share/locale/pl/LC_MESSAGES/at-spi2-atk.mo -share/locale/pt/LC_MESSAGES/at-spi2-atk.mo -share/locale/pt_BR/LC_MESSAGES/at-spi2-atk.mo -share/locale/ro/LC_MESSAGES/at-spi2-atk.mo -share/locale/ru/LC_MESSAGES/at-spi2-atk.mo -share/locale/sk/LC_MESSAGES/at-spi2-atk.mo -share/locale/sl/LC_MESSAGES/at-spi2-atk.mo -share/locale/sr/LC_MESSAGES/at-spi2-atk.mo -share/locale/sr@latin/LC_MESSAGES/at-spi2-atk.mo -share/locale/sv/LC_MESSAGES/at-spi2-atk.mo -share/locale/ta/LC_MESSAGES/at-spi2-atk.mo -share/locale/th/LC_MESSAGES/at-spi2-atk.mo -share/locale/uk/LC_MESSAGES/at-spi2-atk.mo -share/locale/vi/LC_MESSAGES/at-spi2-atk.mo -share/locale/zh_CN/LC_MESSAGES/at-spi2-atk.mo -share/locale/zh_HK/LC_MESSAGES/at-spi2-atk.mo -share/locale/zh_TW/LC_MESSAGES/at-spi2-atk.mo -@dirrm lib/gtk-2.0/modules/at-spi-dbus/modules -@dirrm lib/gtk-2.0/modules/at-spi-dbus -@dirrm lib/gtk-3.0/modules/at-spi-dbus/modules -@dirrm lib/gtk-3.0/modules/at-spi-dbus -@dirrmtry lib/gtk-3.0/modules -@dirrmtry lib/gtk-3.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast +include/at-spi2-atk/2.0/atk-bridge.h +lib/libatk-bridge-2.0.la +lib/libatk-bridge-2.0.so +lib/libatk-bridge-2.0.so.0 +lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop +lib/gtk-2.0/modules/libatk-bridge.la +lib/gtk-2.0/modules/libatk-bridge.so +libdata/pkgconfig/atk-bridge-2.0.pc +@dirrmtry lib/gtk-2.0/modules +@dirrmtry lib/gtk-2.0 +@dirrmtry lib/gnome-settings-daemon-3.0/gtk-modules +@dirrmtry lib/gnome-settings-daemon-3.0 +@dirrm include/at-spi2-atk/2.0 +@dirrm include/at-spi2-atk diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile index 4e11ffcf028e..d58997e9082b 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -1,28 +1,33 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.17 2010/11/16 11:48:22 kwm Exp $ +# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.41 2012/12/16 22:36:25 kwm Exp $ PORTNAME= at-spi2-core -PORTVERSION= 0.4.1 +PORTVERSION= 2.6.3 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Assistive Technology Service Provider Interface LICENSE= LGPL21 -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus -USE_BZIP2= yes +PORTSCOUT= limitw:1,even + +USE_XZ= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomehier intlhack -USE_XORG= x11 xi xtst +USE_GNOME= gnomehack gnomehier glib20 intlhack +USE_PKGCONFIG= build +USE_XORG= x11 xi xtst xext +USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static - +CONFIGURE_ARGS= --enable-static \ + --disable-xevie CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/accessibility/at-spi2-core/distinfo b/accessibility/at-spi2-core/distinfo index 310cdb76efb3..6304e38a067c 100644 --- a/accessibility/at-spi2-core/distinfo +++ b/accessibility/at-spi2-core/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/at-spi2-core-0.4.1.tar.bz2) = e3f10134851691b4c0878c2bdb778e21ded01e140b7a930d1958513c775765f9 -SIZE (gnome2/at-spi2-core-0.4.1.tar.bz2) = 277204 +SHA256 (gnome3/at-spi2-core-2.6.3.tar.xz) = fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea +SIZE (gnome3/at-spi2-core-2.6.3.tar.xz) = 445084 diff --git a/accessibility/at-spi2-core/files/patch-atspi_Makefile.in b/accessibility/at-spi2-core/files/patch-atspi_Makefile.in new file mode 100644 index 000000000000..e6d6cbeb0b18 --- /dev/null +++ b/accessibility/at-spi2-core/files/patch-atspi_Makefile.in @@ -0,0 +1,10 @@ +--- atspi/Makefile.in.orig 2011-01-24 00:11:24.000000000 +0000 ++++ atspi/Makefile.in 2011-01-24 00:13:25.000000000 +0000 +@@ -897,6 +897,7 @@ + @HAVE_INTROSPECTION_TRUE@ --nsversion=2.0 \ + @HAVE_INTROSPECTION_TRUE@ -I$(top_builddir) \ + @HAVE_INTROSPECTION_TRUE@ -I$(top_srcdir) \ ++@HAVE_INTROSPECTION_TRUE@ $(CPPFLAGS) \ + @HAVE_INTROSPECTION_TRUE@ --include=GLib-2.0 \ + @HAVE_INTROSPECTION_TRUE@ --include=GObject-2.0 \ + @HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \ diff --git a/accessibility/at-spi2-core/files/patch-registryd_registry.c b/accessibility/at-spi2-core/files/patch-registryd_registry.c deleted file mode 100644 index 678eea097faf..000000000000 --- a/accessibility/at-spi2-core/files/patch-registryd_registry.c +++ /dev/null @@ -1,42 +0,0 @@ ---- registryd/registry.c.orig 2011-06-20 23:41:30.000000000 +0200 -+++ registryd/registry.c 2011-06-20 23:57:26.000000000 +0200 -@@ -348,7 +348,7 @@ - const char *member = dbus_message_get_member (message); - - if (type != DBUS_MESSAGE_TYPE_SIGNAL) -- return; -+ return DBUS_HANDLER_RESULT_NOT_YET_HANDLED; - - if (!g_strcmp0(iface, DBUS_INTERFACE_DBUS) && - !g_strcmp0(member, "NameOwnerChanged")) -@@ -806,18 +806,18 @@ - - if (!dbus_message_get_args (message, NULL, DBUS_TYPE_STRING, &orig_name, - DBUS_TYPE_INVALID)) -- return; -+ return NULL; - - name = ensure_proper_format (orig_name); - - evdata = (event_data *) g_malloc (sizeof (*evdata)); - if (!evdata) -- return; -+ return NULL; - data = g_strsplit (name, ":", 3); - if (!data) - { - g_free (evdata); -- return; -+ return NULL; - } - if (!data [0]) - data [1] = NULL; -@@ -856,7 +856,7 @@ - - if (!dbus_message_get_args (message, NULL, DBUS_TYPE_STRING, &orig_name, - DBUS_TYPE_INVALID)) -- return; -+ return NULL; - name = ensure_proper_format (orig_name); - - remove_events (registry, sender, name); diff --git a/accessibility/at-spi2-core/pkg-plist b/accessibility/at-spi2-core/pkg-plist index 55de074ee261..09efc89e6cae 100644 --- a/accessibility/at-spi2-core/pkg-plist +++ b/accessibility/at-spi2-core/pkg-plist @@ -1,6 +1,171 @@ -bin/at-spi-dbus-bus etc/at-spi2/accessibility.conf etc/xdg/autostart/at-spi-dbus-bus.desktop +include/at-spi-2.0/atspi/atspi.h +include/at-spi-2.0/atspi/atspi-accessible.h +include/at-spi-2.0/atspi/atspi-action.h +include/at-spi-2.0/atspi/atspi-application.h +include/at-spi-2.0/atspi/atspi-collection.h +include/at-spi-2.0/atspi/atspi-component.h +include/at-spi-2.0/atspi/atspi-constants.h +include/at-spi-2.0/atspi/atspi-device-listener.h +include/at-spi-2.0/atspi/atspi-device-listener-private.h +include/at-spi-2.0/atspi/atspi-document.h +include/at-spi-2.0/atspi/atspi-editabletext.h +include/at-spi-2.0/atspi/atspi-event-listener.h +include/at-spi-2.0/atspi/atspi-event-listener-private.h +include/at-spi-2.0/atspi/atspi-gmain.c +include/at-spi-2.0/atspi/atspi-gmain.h +include/at-spi-2.0/atspi/atspi-hyperlink.h +include/at-spi-2.0/atspi/atspi-hypertext.h +include/at-spi-2.0/atspi/atspi-image.h +include/at-spi-2.0/atspi/atspi-misc.h +include/at-spi-2.0/atspi/atspi-matchrule.h +include/at-spi-2.0/atspi/atspi-object.h +include/at-spi-2.0/atspi/atspi-private.h +include/at-spi-2.0/atspi/atspi-registry.h +include/at-spi-2.0/atspi/atspi-relation.h +include/at-spi-2.0/atspi/atspi-selection.h +include/at-spi-2.0/atspi/atspi-stateset.h +include/at-spi-2.0/atspi/atspi-table.h +include/at-spi-2.0/atspi/atspi-text.h +include/at-spi-2.0/atspi/atspi-types.h +include/at-spi-2.0/atspi/atspi-value.h +lib/girepository-1.0/Atspi-2.0.typelib +lib/libatspi.a +lib/libatspi.la +lib/libatspi.so +lib/libatspi.so.0 +libdata/pkgconfig/atspi-2.pc +libexec/at-spi-bus-launcher libexec/at-spi2-registryd +share/dbus-1/services/org.a11y.Bus.service share/dbus-1/services/org.a11y.atspi.Registry.service +share/gir-1.0/Atspi-2.0.gir +share/gtk-doc/html/libatspi/AtspiAccessible.html +share/gtk-doc/html/libatspi/AtspiDeviceListener.html +share/gtk-doc/html/libatspi/AtspiEventListener.html +share/gtk-doc/html/libatspi/AtspiHyperlink.html +share/gtk-doc/html/libatspi/AtspiMatchRule.html +share/gtk-doc/html/libatspi/AtspiObject.html +share/gtk-doc/html/libatspi/AtspiRelation.html +share/gtk-doc/html/libatspi/AtspiStateSet.html +share/gtk-doc/html/libatspi/annotation-glossary.html +share/gtk-doc/html/libatspi/api-index-full.html +share/gtk-doc/html/libatspi/ch01.html +share/gtk-doc/html/libatspi/home.png +share/gtk-doc/html/libatspi/index.html +share/gtk-doc/html/libatspi/index.sgml +share/gtk-doc/html/libatspi/left.png +share/gtk-doc/html/libatspi/libatspi-AtspiApplication.html +share/gtk-doc/html/libatspi/libatspi-atspi-action.html +share/gtk-doc/html/libatspi/libatspi-atspi-collection.html +share/gtk-doc/html/libatspi/libatspi-atspi-component.html +share/gtk-doc/html/libatspi/libatspi-atspi-constants.html +share/gtk-doc/html/libatspi/libatspi-atspi-document.html +share/gtk-doc/html/libatspi/libatspi-atspi-editabletext.html +share/gtk-doc/html/libatspi/libatspi-atspi-hypertext.html +share/gtk-doc/html/libatspi/libatspi-atspi-image.html +share/gtk-doc/html/libatspi/libatspi-atspi-listener-private.html +share/gtk-doc/html/libatspi/libatspi-atspi-misc-private.html +share/gtk-doc/html/libatspi/libatspi-atspi-misc.html +share/gtk-doc/html/libatspi/libatspi-atspi-registry.html +share/gtk-doc/html/libatspi/libatspi-atspi-selection.html +share/gtk-doc/html/libatspi/libatspi-atspi-table.html +share/gtk-doc/html/libatspi/libatspi-atspi-text.html +share/gtk-doc/html/libatspi/libatspi-atspi-types.html +share/gtk-doc/html/libatspi/libatspi-atspi-value.html +share/gtk-doc/html/libatspi/libatspi.devhelp2 +share/gtk-doc/html/libatspi/object-tree.html +share/gtk-doc/html/libatspi/right.png +share/gtk-doc/html/libatspi/style.css +share/gtk-doc/html/libatspi/up.png +share/locale/an/LC_MESSAGES/at-spi2-core.mo +share/locale/as/LC_MESSAGES/at-spi2-core.mo +share/locale/ast/LC_MESSAGES/at-spi2-core.mo +share/locale/be/LC_MESSAGES/at-spi2-core.mo +share/locale/bg/LC_MESSAGES/at-spi2-core.mo +share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo +share/locale/ca/LC_MESSAGES/at-spi2-core.mo +share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo +share/locale/cs/LC_MESSAGES/at-spi2-core.mo +share/locale/da/LC_MESSAGES/at-spi2-core.mo +share/locale/de/LC_MESSAGES/at-spi2-core.mo +share/locale/el/LC_MESSAGES/at-spi2-core.mo +share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo +share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo +share/locale/eo/LC_MESSAGES/at-spi2-core.mo +share/locale/es/LC_MESSAGES/at-spi2-core.mo +share/locale/et/LC_MESSAGES/at-spi2-core.mo +share/locale/eu/LC_MESSAGES/at-spi2-core.mo +share/locale/fa/LC_MESSAGES/at-spi2-core.mo +share/locale/fi/LC_MESSAGES/at-spi2-core.mo +share/locale/fr/LC_MESSAGES/at-spi2-core.mo +share/locale/gl/LC_MESSAGES/at-spi2-core.mo +share/locale/gu/LC_MESSAGES/at-spi2-core.mo +share/locale/he/LC_MESSAGES/at-spi2-core.mo +share/locale/hi/LC_MESSAGES/at-spi2-core.mo +share/locale/hu/LC_MESSAGES/at-spi2-core.mo +share/locale/id/LC_MESSAGES/at-spi2-core.mo +share/locale/it/LC_MESSAGES/at-spi2-core.mo +share/locale/ja/LC_MESSAGES/at-spi2-core.mo +share/locale/km/LC_MESSAGES/at-spi2-core.mo +share/locale/kn/LC_MESSAGES/at-spi2-core.mo +share/locale/ko/LC_MESSAGES/at-spi2-core.mo +share/locale/lt/LC_MESSAGES/at-spi2-core.mo +share/locale/lv/LC_MESSAGES/at-spi2-core.mo +share/locale/ml/LC_MESSAGES/at-spi2-core.mo +share/locale/mr/LC_MESSAGES/at-spi2-core.mo +share/locale/ms/LC_MESSAGES/at-spi2-core.mo +share/locale/nb/LC_MESSAGES/at-spi2-core.mo +share/locale/nl/LC_MESSAGES/at-spi2-core.mo +share/locale/or/LC_MESSAGES/at-spi2-core.mo +share/locale/pa/LC_MESSAGES/at-spi2-core.mo +share/locale/pl/LC_MESSAGES/at-spi2-core.mo +share/locale/pt/LC_MESSAGES/at-spi2-core.mo +share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo +share/locale/ro/LC_MESSAGES/at-spi2-core.mo +share/locale/ru/LC_MESSAGES/at-spi2-core.mo +share/locale/sk/LC_MESSAGES/at-spi2-core.mo +share/locale/sl/LC_MESSAGES/at-spi2-core.mo +share/locale/sq/LC_MESSAGES/at-spi2-core.mo +share/locale/sr/LC_MESSAGES/at-spi2-core.mo +share/locale/sr@latin/LC_MESSAGES/at-spi2-core.mo +share/locale/sv/LC_MESSAGES/at-spi2-core.mo +share/locale/ta/LC_MESSAGES/at-spi2-core.mo +share/locale/te/LC_MESSAGES/at-spi2-core.mo +share/locale/tr/LC_MESSAGES/at-spi2-core.mo +share/locale/ug/LC_MESSAGES/at-spi2-core.mo +share/locale/uk/LC_MESSAGES/at-spi2-core.mo +share/locale/uz@cyrillic/LC_MESSAGES/at-spi2-core.mo +share/locale/vi/LC_MESSAGES/at-spi2-core.mo +share/locale/zh_CN/LC_MESSAGES/at-spi2-core.mo +share/locale/zh_HK/LC_MESSAGES/at-spi2-core.mo +share/locale/zh_TW/LC_MESSAGES/at-spi2-core.mo +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an +@dirrm share/gtk-doc/html/libatspi +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc +@dirrm include/at-spi-2.0/atspi +@dirrm include/at-spi-2.0 @dirrm etc/at-spi2 diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index f1b57e52e3b5..bdecb6bfa26f 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -1,9 +1,9 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/accessibility/atk/Makefile,v 1.114 2011/06/13 20:32:27 kwm Exp $ +# $MCom: ports/accessibility/atk/Makefile,v 1.123 2012/10/07 09:00:37 kwm Exp $ PORTNAME= atk -PORTVERSION= 2.0.1 +PORTVERSION= 2.6.0 PORTREVISION?= 0 CATEGORIES= accessibility devel MASTER_SITES= GNOME @@ -22,16 +22,16 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack glib20 ltverhack referencehack +USE_GNOME= gnomehier gnomehack glib20 ltverhack referencehack +USE_PKGCONFIG= build CONFIGURE_ARGS= --enable-static \ - --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= AUTOCONF=${TRUE} AUTOMAKE=${TRUE} post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests//" \ + @${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests docs//" \ ${WRKSRC}/Makefile.in .include <bsd.port.mk> diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo index 2b2e3c1a3b4f..b987ddc3379e 100644 --- a/accessibility/atk/distinfo +++ b/accessibility/atk/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/atk-2.0.1.tar.xz) = 4588867bb9eb788b2cf3399d3a2d5e4898193a9027436f6cffc9c18a627452a1 -SIZE (gnome2/atk-2.0.1.tar.xz) = 586516 +SHA256 (gnome2/atk-2.6.0.tar.xz) = eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f +SIZE (gnome2/atk-2.6.0.tar.xz) = 609136 diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist index bb957f46ffbe..5b6cf77cd359 100644 --- a/accessibility/atk/pkg-plist +++ b/accessibility/atk/pkg-plist @@ -28,6 +28,7 @@ include/atk-1.0/atk/atktable.h include/atk-1.0/atk/atktext.h include/atk-1.0/atk/atkutil.h include/atk-1.0/atk/atkvalue.h +include/atk-1.0/atk/atkwindow.h lib/girepository-1.0/Atk-1.0.typelib lib/libatk-1.0.a lib/libatk-1.0.la @@ -55,9 +56,9 @@ share/locale/da/LC_MESSAGES/atk10.mo share/locale/de/LC_MESSAGES/atk10.mo share/locale/dz/LC_MESSAGES/atk10.mo share/locale/el/LC_MESSAGES/atk10.mo +share/locale/en@shaw/LC_MESSAGES/atk10.mo share/locale/en_CA/LC_MESSAGES/atk10.mo share/locale/en_GB/LC_MESSAGES/atk10.mo -share/locale/en@shaw/LC_MESSAGES/atk10.mo share/locale/eo/LC_MESSAGES/atk10.mo share/locale/es/LC_MESSAGES/atk10.mo share/locale/et/LC_MESSAGES/atk10.mo @@ -79,6 +80,7 @@ share/locale/it/LC_MESSAGES/atk10.mo share/locale/ja/LC_MESSAGES/atk10.mo share/locale/ka/LC_MESSAGES/atk10.mo share/locale/kk/LC_MESSAGES/atk10.mo +share/locale/km/LC_MESSAGES/atk10.mo share/locale/kn/LC_MESSAGES/atk10.mo share/locale/ko/LC_MESSAGES/atk10.mo share/locale/ku/LC_MESSAGES/atk10.mo @@ -99,9 +101,9 @@ share/locale/oc/LC_MESSAGES/atk10.mo share/locale/or/LC_MESSAGES/atk10.mo share/locale/pa/LC_MESSAGES/atk10.mo share/locale/pl/LC_MESSAGES/atk10.mo +share/locale/ps/LC_MESSAGES/atk10.mo share/locale/pt/LC_MESSAGES/atk10.mo share/locale/pt_BR/LC_MESSAGES/atk10.mo -share/locale/ps/LC_MESSAGES/atk10.mo share/locale/ro/LC_MESSAGES/atk10.mo share/locale/ru/LC_MESSAGES/atk10.mo share/locale/rw/LC_MESSAGES/atk10.mo @@ -110,8 +112,8 @@ share/locale/sk/LC_MESSAGES/atk10.mo share/locale/sl/LC_MESSAGES/atk10.mo share/locale/sq/LC_MESSAGES/atk10.mo share/locale/sr/LC_MESSAGES/atk10.mo -share/locale/sr@latin/LC_MESSAGES/atk10.mo share/locale/sr@ije/LC_MESSAGES/atk10.mo +share/locale/sr@latin/LC_MESSAGES/atk10.mo share/locale/sv/LC_MESSAGES/atk10.mo share/locale/ta/LC_MESSAGES/atk10.mo share/locale/te/LC_MESSAGES/atk10.mo @@ -129,10 +131,6 @@ share/locale/zh_CN/LC_MESSAGES/atk10.mo share/locale/zh_HK/LC_MESSAGES/atk10.mo share/locale/zh_TW/LC_MESSAGES/atk10.mo share/locale/zu/LC_MESSAGES/atk10.mo -@dirrm include/atk-1.0/atk -@dirrm include/atk-1.0 -@dirrmtry share/gir-1.0 -@dirrmtry lib/girepository-1.0 @dirrmtry share/locale/zu/LC_MESSAGES @dirrmtry share/locale/zu @dirrmtry share/locale/zh_HK/LC_MESSAGES @@ -165,6 +163,8 @@ share/locale/zu/LC_MESSAGES/atk10.mo @dirrmtry share/locale/mai @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km @dirrmtry share/locale/kk/LC_MESSAGES @dirrmtry share/locale/kk @dirrmtry share/locale/hy/LC_MESSAGES @@ -183,3 +183,5 @@ share/locale/zu/LC_MESSAGES/atk10.mo @dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as +@dirrm include/atk-1.0/atk +@dirrm include/atk-1.0 diff --git a/accessibility/atkmm/Makefile b/accessibility/atkmm/Makefile index 34a9448cf6f6..0ee57c149d40 100644 --- a/accessibility/atkmm/Makefile +++ b/accessibility/atkmm/Makefile @@ -1,26 +1,21 @@ -# New ports collection makefile for: atkmm -# Date created: 24 June 2010 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/accessibility/atkmm/Makefile,v 1.10 2011/06/11 18:55:54 mezz Exp $ -# +# $MCom: ports/accessibility/atkmm/Makefile,v 1.12 2012/09/01 23:02:08 mezz Exp $ PORTNAME= atkmm -PORTVERSION= 2.22.5 +PORTVERSION= 2.22.6 CATEGORIES= accessibility gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for ATK API library -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm - -USE_BZIP2= yes +USE_XZ= yes USE_LDCONFIG= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes -USE_GNOME= gnomehack atk +USE_GNOME= gnomehack atk glibmm +USE_PKGCONFIG= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/accessibility/atkmm/distinfo b/accessibility/atkmm/distinfo index e48166c7e49a..2ed888d233c3 100644 --- a/accessibility/atkmm/distinfo +++ b/accessibility/atkmm/distinfo @@ -1,2 +1,2 @@ -SHA256 (atkmm-2.22.5.tar.bz2) = 61e03e5e67952c8fd9919049fae680bd0f2a1547344394f36b98b05b34b7be6c -SIZE (atkmm-2.22.5.tar.bz2) = 715419 +SHA256 (atkmm-2.22.6.tar.xz) = 0a74295106b9e3ae552b169eb4e098b8b825c4115045b9d5134a6c79a238aeb6 +SIZE (atkmm-2.22.6.tar.xz) = 562892 diff --git a/accessibility/py-papi/Makefile b/accessibility/py-papi/Makefile index 67150ce3822f..4032c768ce1b 100644 --- a/accessibility/py-papi/Makefile +++ b/accessibility/py-papi/Makefile @@ -15,6 +15,7 @@ MAINTAINER= mva@FreeBSD.org COMMENT= ATK accessibility wrapper for python USE_GNOME= atk +USE_PKGCONFIG= build USE_PYTHON= yes USE_PYDISTUTILS=yes |