diff options
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi2-core/Makefile | 32 | ||||
-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, 47 insertions, 0 deletions
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile new file mode 100644 index 000000000..5ace55229 --- /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$ +# + +PORTNAME= at-spi2-core +PORTVERSION= 0.3.3 +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 + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING +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 000000000..3dd07ed73 --- /dev/null +++ b/accessibility/at-spi2-core/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/at-spi2-core-0.3.3.tar.bz2) = 9a48fad30e96fe8e69620bf7e1ac47e1 +SHA256 (gnome2/at-spi2-core-0.3.3.tar.bz2) = 4d3dc80c97dadb410d3ec453201924b4366d46cb5b558444dd54640be4dcefe8 +SIZE (gnome2/at-spi2-core-0.3.3.tar.bz2) = 271928 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..6c2efa751 --- /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 |