From 2a958f7bd51771d99cfd5d2731d61932e346ff37 Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 23 Jan 2011 23:19:26 +0000 Subject: Update to 1.91.5. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15090 df743ca5-7f9a-e211-a948-0013205c9059 --- accessibility/at-spi2-core/Makefile | 32 ++++++++++++++++++++++ accessibility/at-spi2-core/distinfo | 2 ++ .../at-spi2-core/files/patch-atspi_Makefile.in | 10 +++++++ accessibility/at-spi2-core/pkg-descr | 10 +++++++ accessibility/at-spi2-core/pkg-plist | 6 ++++ 5 files changed, 60 insertions(+) create mode 100644 accessibility/at-spi2-core/Makefile create mode 100644 accessibility/at-spi2-core/distinfo create mode 100644 accessibility/at-spi2-core/files/patch-atspi_Makefile.in 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..018894990 --- /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-spi2-core/Makefile,v 1.17 2010/11/16 11:48:22 kwm Exp $ +# + +PORTNAME= at-spi2-core +PORTVERSION= 1.91.5 +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 diff --git a/accessibility/at-spi2-core/distinfo b/accessibility/at-spi2-core/distinfo new file mode 100644 index 000000000..90496fb87 --- /dev/null +++ b/accessibility/at-spi2-core/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome2/at-spi2-core-1.91.5.tar.bz2) = ec0a56f499f7e82ec6a24acbb6c386bce04887b7fc4fd4a81d1eb500f928ef6d +SIZE (gnome2/at-spi2-core-1.91.5.tar.bz2) = 465818 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 000000000..e6d6cbeb0 --- /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/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..55de074ee --- /dev/null +++ b/accessibility/at-spi2-core/pkg-plist @@ -0,0 +1,6 @@ +bin/at-spi-dbus-bus +etc/at-spi2/accessibility.conf +etc/xdg/autostart/at-spi-dbus-bus.desktop +libexec/at-spi2-registryd +share/dbus-1/services/org.a11y.atspi.Registry.service +@dirrm etc/at-spi2 -- cgit v1.2.3