summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-06 08:41:11 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-06 08:41:11 +0800
commite36f3dad7418db50714f39171a27da6aa28bf921 (patch)
treea3709e58e0610501ffaa077615cac95f1af27ede
parent1432b226c12e8c8bad9e2d01c55a52ac39270e2a (diff)
downloadmarcuscom-ports-e36f3dad7418db50714f39171a27da6aa28bf921.tar
marcuscom-ports-e36f3dad7418db50714f39171a27da6aa28bf921.tar.gz
marcuscom-ports-e36f3dad7418db50714f39171a27da6aa28bf921.tar.bz2
marcuscom-ports-e36f3dad7418db50714f39171a27da6aa28bf921.tar.lz
marcuscom-ports-e36f3dad7418db50714f39171a27da6aa28bf921.tar.xz
marcuscom-ports-e36f3dad7418db50714f39171a27da6aa28bf921.tar.zst
marcuscom-ports-e36f3dad7418db50714f39171a27da6aa28bf921.zip
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
-rw-r--r--accessibility/at-spi2-core/Makefile32
-rw-r--r--accessibility/at-spi2-core/distinfo3
-rw-r--r--accessibility/at-spi2-core/pkg-descr10
-rw-r--r--accessibility/at-spi2-core/pkg-plist31
4 files changed, 76 insertions, 0 deletions
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 <sobomax@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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