summaryrefslogtreecommitdiff
path: root/accessibility/java-access-bridge
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-03-19 05:14:07 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-03-19 05:14:07 +0000
commit951c257ea3655de6e80c26a36c18c69ee8047ea8 (patch)
tree249b59a23d9c6fae8db5e5639385f6273d237705 /accessibility/java-access-bridge
parent- Update to 0.4 preview 1 (diff)
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico.
Diffstat (limited to 'accessibility/java-access-bridge')
-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 000000000000..a0b505aa3ef3
--- /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: ports/accessibility/java-access-bridge/Makefile,v 1.2 2007/03/06 14:03:02 ahze Exp $
+
+PORTNAME= java-access-bridge
+PORTVERSION= 1.18.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/jar/JNav.jar \
+ share/jar/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 000000000000..8c085f98c292
--- /dev/null
+++ b/accessibility/java-access-bridge/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/java-access-bridge-1.18.0.tar.bz2) = 9d250af333d03a091be06d2baab8cad4
+SHA256 (gnome2/java-access-bridge-1.18.0.tar.bz2) = 1cabcdd4b81882bc3489912596532922c21a51a9d404664375252aafacc5f197
+SIZE (gnome2/java-access-bridge-1.18.0.tar.bz2) = 108895
diff --git a/accessibility/java-access-bridge/pkg-descr b/accessibility/java-access-bridge/pkg-descr
new file mode 100644
index 000000000000..4c121b144f64
--- /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).