From e36f3dad7418db50714f39171a27da6aa28bf921 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 6 Jan 2010 00:41:11 +0000 Subject: Add at-spi2-core, a version of at-spi written to us D-BUS instead of CORBA. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13366 df743ca5-7f9a-e211-a948-0013205c9059 --- accessibility/at-spi2-core/Makefile | 32 ++++++++++++++++++++++++++++++++ accessibility/at-spi2-core/distinfo | 3 +++ accessibility/at-spi2-core/pkg-descr | 10 ++++++++++ accessibility/at-spi2-core/pkg-plist | 31 +++++++++++++++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 accessibility/at-spi2-core/Makefile create mode 100644 accessibility/at-spi2-core/distinfo create mode 100644 accessibility/at-spi2-core/pkg-descr create mode 100644 accessibility/at-spi2-core/pkg-plist diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile new file mode 100644 index 000000000..7d2ad2bfd --- /dev/null +++ b/accessibility/at-spi2-core/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: at-spi +# Date Created: 12 April 2002 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# $MCom: ports/accessibility/at-spi/Makefile,v 1.91 2010/01/05 23:32:20 marcus Exp $ +# + +PORTNAME= at-spi2-core +PORTVERSION= 0.1.4 +PORTREVISION?= 0 +CATEGORIES= accessibility x11-toolkits +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= An Assistive Technology Service Provider Interface + +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gnomehier intlhack gtk20 +USE_XORG= x11 xtst +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-static +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include diff --git a/accessibility/at-spi2-core/distinfo b/accessibility/at-spi2-core/distinfo new file mode 100644 index 000000000..40bf68d7d --- /dev/null +++ b/accessibility/at-spi2-core/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/at-spi2-core-0.1.4.tar.bz2) = db13cbf05ec41158a841a4baa94f5b2a +SHA256 (gnome2/at-spi2-core-0.1.4.tar.bz2) = 66913fb35a44d09d1c97d857f656a845bdf1d1f0800ffb25c017c9326d77e0f1 +SIZE (gnome2/at-spi2-core-0.1.4.tar.bz2) = 324206 diff --git a/accessibility/at-spi2-core/pkg-descr b/accessibility/at-spi2-core/pkg-descr new file mode 100644 index 000000000..6df23cda6 --- /dev/null +++ b/accessibility/at-spi2-core/pkg-descr @@ -0,0 +1,10 @@ +This is the Gnome Accessibility Project's Assistive Technology +Service Provider Interface. It allows accessibility applications +and assistive technologies to announce their respective existence +to each other. + +This version of at-spi is a major break from previous versions. +It has been completely rewritten to use D-Bus rather than +ORBIT / CORBA for its transport protocol. + +WWW: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus diff --git a/accessibility/at-spi2-core/pkg-plist b/accessibility/at-spi2-core/pkg-plist new file mode 100644 index 000000000..e92bbe9ee --- /dev/null +++ b/accessibility/at-spi2-core/pkg-plist @@ -0,0 +1,31 @@ +bin/at-spi-dbus-bus +etc/at-spi2/accessibility.conf +etc/xdg/autostart/at-spi-dbus-bus.desktop +libexec/at-spi2-registryd +share/at-spi2/dbus/org.freedesktop.atspi.Accessible +share/at-spi2/dbus/org.freedesktop.atspi.Action +share/at-spi2/dbus/org.freedesktop.atspi.Application +share/at-spi2/dbus/org.freedesktop.atspi.Collection +share/at-spi2/dbus/org.freedesktop.atspi.Component +share/at-spi2/dbus/org.freedesktop.atspi.Desktop +share/at-spi2/dbus/org.freedesktop.atspi.DeviceEvent +share/at-spi2/dbus/org.freedesktop.atspi.DeviceEventController +share/at-spi2/dbus/org.freedesktop.atspi.DeviceEventListener +share/at-spi2/dbus/org.freedesktop.atspi.Document +share/at-spi2/dbus/org.freedesktop.atspi.EditableText +share/at-spi2/dbus/org.freedesktop.atspi.Hyperlink +share/at-spi2/dbus/org.freedesktop.atspi.Hypertext +share/at-spi2/dbus/org.freedesktop.atspi.Image +share/at-spi2/dbus/org.freedesktop.atspi.Registry +share/at-spi2/dbus/org.freedesktop.atspi.Relation +share/at-spi2/dbus/org.freedesktop.atspi.Role +share/at-spi2/dbus/org.freedesktop.atspi.Selection +share/at-spi2/dbus/org.freedesktop.atspi.State +share/at-spi2/dbus/org.freedesktop.atspi.Table +share/at-spi2/dbus/org.freedesktop.atspi.Text +share/at-spi2/dbus/org.freedesktop.atspi.Tree +share/at-spi2/dbus/org.freedesktop.atspi.Value +share/dbus-1/services/org.freedesktop.atspi.Registry.service +@dirrm share/at-spi2/dbus +@dirrm share/at-spi2 +@dirrm etc/at-spi2 -- cgit v1.2.3