diff options
Diffstat (limited to 'accessibility/at-spi2-core')
-rw-r--r-- | accessibility/at-spi2-core/Makefile | 30 | ||||
-rw-r--r-- | accessibility/at-spi2-core/distinfo | 3 | ||||
-rw-r--r-- | accessibility/at-spi2-core/pkg-descr | 10 | ||||
-rw-r--r-- | accessibility/at-spi2-core/pkg-plist | 2 |
4 files changed, 45 insertions, 0 deletions
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile new file mode 100644 index 000000000000..226555b6cea8 --- /dev/null +++ b/accessibility/at-spi2-core/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: at-spi +# Date Created: 12 April 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.8 2010/04/01 12:15:44 kwm Exp $ +# + +PORTNAME= at-spi2-core +PORTVERSION= 0.1.8 +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 +USE_XORG= x11 xi xtst +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 000000000000..19194d321fa6 --- /dev/null +++ b/accessibility/at-spi2-core/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/at-spi2-core-0.1.8.tar.bz2) = 6f333474d4e03ee3317ed9b5006752b0 +SHA256 (gnome2/at-spi2-core-0.1.8.tar.bz2) = 2bb33f5ccff315df5d5c1513502e31f186394346b3446f4be2396dad3b1da9d3 +SIZE (gnome2/at-spi2-core-0.1.8.tar.bz2) = 281367 diff --git a/accessibility/at-spi2-core/pkg-descr b/accessibility/at-spi2-core/pkg-descr new file mode 100644 index 000000000000..6df23cda643b --- /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 000000000000..6c2efa7513f1 --- /dev/null +++ b/accessibility/at-spi2-core/pkg-plist @@ -0,0 +1,2 @@ +libexec/at-spi2-registryd +share/dbus-1/services/org.a11y.atspi.Registry.service |