diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
commit | 2e4d2e942a99fbc51adebabc4cd543a91491ba37 (patch) | |
tree | 5fb7c33c9eb700d394e22ec7c7faf4258b91ea3b /accessibility/at-spi2-core | |
parent | 2d95636f2e1c4896bca367221f0b972b5903e72a (diff) | |
download | marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.gz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.bz2 marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.lz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.xz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.zst marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.zip |
Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because of
focus issues. And it doesn't seem it getting any traction upstream.
Next stop GNOME 3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/at-spi2-core')
-rw-r--r-- | accessibility/at-spi2-core/Makefile | 32 | ||||
-rw-r--r-- | accessibility/at-spi2-core/distinfo | 2 | ||||
-rw-r--r-- | accessibility/at-spi2-core/pkg-descr | 10 | ||||
-rw-r--r-- | accessibility/at-spi2-core/pkg-plist | 6 |
4 files changed, 0 insertions, 50 deletions
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile deleted file mode 100644 index 35387c798..000000000 --- a/accessibility/at-spi2-core/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# 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.16 2010/09/28 08:31:17 kwm Exp $ -# - -PORTNAME= at-spi2-core -PORTVERSION= 0.4.1 -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 deleted file mode 100644 index 310cdb76e..000000000 --- a/accessibility/at-spi2-core/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/at-spi2-core-0.4.1.tar.bz2) = e3f10134851691b4c0878c2bdb778e21ded01e140b7a930d1958513c775765f9 -SIZE (gnome2/at-spi2-core-0.4.1.tar.bz2) = 277204 diff --git a/accessibility/at-spi2-core/pkg-descr b/accessibility/at-spi2-core/pkg-descr deleted file mode 100644 index 6df23cda6..000000000 --- a/accessibility/at-spi2-core/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -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 deleted file mode 100644 index 55de074ee..000000000 --- a/accessibility/at-spi2-core/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -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 |