summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-11-05 12:50:11 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-11-05 12:50:11 +0800
commitb8c85d80af92567509a4198795e5318545e3bbcf (patch)
tree51cd070c0769b7d3d3b5b4ee835bb186ead56db3 /accessibility
parentfc8778b1c265da7cae980c2785ce6d74885b717c (diff)
downloadmarcuscom-ports-b8c85d80af92567509a4198795e5318545e3bbcf.tar
marcuscom-ports-b8c85d80af92567509a4198795e5318545e3bbcf.tar.gz
marcuscom-ports-b8c85d80af92567509a4198795e5318545e3bbcf.tar.bz2
marcuscom-ports-b8c85d80af92567509a4198795e5318545e3bbcf.tar.lz
marcuscom-ports-b8c85d80af92567509a4198795e5318545e3bbcf.tar.xz
marcuscom-ports-b8c85d80af92567509a4198795e5318545e3bbcf.tar.zst
marcuscom-ports-b8c85d80af92567509a4198795e5318545e3bbcf.zip
Add java-access-bridge
Connects the built-in GNOME accessibility support in Java Swing apps to the GNOME Accessibility framework, specifically the Assistive Technology Service Provider Interface (AT-SPI). git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7859 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/java-access-bridge/Makefile35
-rw-r--r--accessibility/java-access-bridge/distinfo3
-rw-r--r--accessibility/java-access-bridge/pkg-descr3
3 files changed, 41 insertions, 0 deletions
diff --git a/accessibility/java-access-bridge/Makefile b/accessibility/java-access-bridge/Makefile
new file mode 100644
index 000000000..7d0e71719
--- /dev/null
+++ b/accessibility/java-access-bridge/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: java-access-bridge
+# Date created: 2006-11-04
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= java-access-bridge
+PORTVERSION= 1.6.0
+CATEGORIES= accessibility java gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Gnome Java Accessibility Bridge
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GNOME= atspi gnomehack
+USE_JAVA= 1.4+
+JAVA_OS= native
+USE_GMAKE= yes
+CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR}
+
+PLIST_FILES= share/java/classes/JNav.jar \
+ share/java/classes/accessibility.properties \
+ share/java/classes/gnome-java-bridge.jar
+
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${prefix}/share/jar|${JAVAJARDIR}|' \
+ ${WRKSRC}/Makefile.in \
+ ${WRKSRC}/bridge/Makefile.in
+
+.include <bsd.port.mk>
diff --git a/accessibility/java-access-bridge/distinfo b/accessibility/java-access-bridge/distinfo
new file mode 100644
index 000000000..5e24c9240
--- /dev/null
+++ b/accessibility/java-access-bridge/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/java-access-bridge-1.6.0.tar.bz2) = a8d7312bbc5a3398edf16b17e50463f7
+SHA256 (gnome2/java-access-bridge-1.6.0.tar.bz2) = 9a5ac1b59d2a0185fad08ca665a72b06b6fea69e583d5d995fc97c0e46fca520
+SIZE (gnome2/java-access-bridge-1.6.0.tar.bz2) = 122911
diff --git a/accessibility/java-access-bridge/pkg-descr b/accessibility/java-access-bridge/pkg-descr
new file mode 100644
index 000000000..4c121b144
--- /dev/null
+++ b/accessibility/java-access-bridge/pkg-descr
@@ -0,0 +1,3 @@
+Connects the built-in GNOME accessibility support in Java Swing apps to the
+GNOME Accessibility framework, specifically the Assistive Technology Service
+Provider Interface (AT-SPI).