diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-19 05:14:07 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-19 05:14:07 +0000 |
commit | e83248f2b323aa90dfea75471b86ccc444a80f88 (patch) | |
tree | f4fc2dbabf96cb67c502479d9fc13f40bf0d0108 /accessibility/java-access-bridge | |
parent | 52dd0c5de1d6a7165dc355ecf161f52bb7dbbfda (diff) | |
download | FreeBSD-ports-e83248f2b323aa90dfea75471b86ccc444a80f88.zip FreeBSD-ports-e83248f2b323aa90dfea75471b86ccc444a80f88.tar.gz |
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/Makefile | 35 | ||||
-rw-r--r-- | accessibility/java-access-bridge/distinfo | 3 | ||||
-rw-r--r-- | accessibility/java-access-bridge/pkg-descr | 3 |
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 0000000..a0b505a --- /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 0000000..8c085f9 --- /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 0000000..4c121b1 --- /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). |