diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-05 22:15:14 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-05 22:15:14 +0800 |
commit | 322c4608b58d65319a326ba3b574154ba89f047c (patch) | |
tree | 6b8d1b618e8ec8c3f07092c0286126b7965d9f1b /accessibility/at-spi2-core | |
parent | ad3cc8e25542cbc6a6fd0e0ae6aa23cc326997c0 (diff) | |
download | marcuscom-ports-322c4608b58d65319a326ba3b574154ba89f047c.tar marcuscom-ports-322c4608b58d65319a326ba3b574154ba89f047c.tar.gz marcuscom-ports-322c4608b58d65319a326ba3b574154ba89f047c.tar.bz2 marcuscom-ports-322c4608b58d65319a326ba3b574154ba89f047c.tar.lz marcuscom-ports-322c4608b58d65319a326ba3b574154ba89f047c.tar.xz marcuscom-ports-322c4608b58d65319a326ba3b574154ba89f047c.tar.zst marcuscom-ports-322c4608b58d65319a326ba3b574154ba89f047c.zip |
Update to 0.3.3.
Add LICENSE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14171 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 | 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 |