summaryrefslogtreecommitdiff
path: root/lang/classpath-gui
diff options
context:
space:
mode:
authorwiz <wiz>2004-11-29 15:17:00 +0000
committerwiz <wiz>2004-11-29 15:17:00 +0000
commit8432cb2dff783a395a2cc461eea926d1550409cc (patch)
tree07b8c8eba590b283e963e9e4f109d995f62dcb9b /lang/classpath-gui
parent67ee8e1f4efdf9186e79ea6bf721add6006e4cce (diff)
downloadpkgsrc-8432cb2dff783a395a2cc461eea926d1550409cc.tar.gz
Updated to 0.12, based on PR 28446 by pancake:
New in release 0.12 (Nov 14, 2004) * GNU Classpath's JAR implementation now has preliminary support for signed entries, for so called "signed JAR" file support. Signed JAR files are one of the key security features of managed runtimes, and allows code to run privileged given unforgeable proofs of identity. * A much improved version of X.509 certificates has been added, including a robust certificate path checking algorithm. Also included is an implementation of the RSA signature scheme. * Full java.awt.color implementation, with all standard ICC profiles, except for PhotoYCC color space. * java.beans 1.4 updates and bug fixes. * java.awt.image support updated to 1.4. * Improved build process. Uses less memory with gcj and C code is buildable with -Werror on most platform. Please configure with --enable-Werror and report any remaining issues. * Big-endian (PowerPC) fixes for native awt GTK+ peers. * Checkstyle support, see scripts/checkstyle-config.xml. * Better AWT focus management fro GTK+ peers. * Much faster and better fonts support (for both gdk Graphics and cairo Graphics2D) * AWT Choice fixes for hidden components. * HTTP Connection Handler fixes for POST support. * Much fuller collection documentation. * Lots of Calendar bug fixes. * More javax.imageio support. * Better AWT Help MenuBar support. * Lookahead support for regular expressions. * Serialization object stream fixes for multiple ClassLoader scenarios. * Swing TabbedPane, ColorChooser and ComboBox improvements. * Start of JTree functionality. * Improved Eclipse 3 support for GNU Classpath based runtimes.
Diffstat (limited to 'lang/classpath-gui')
-rw-r--r--lang/classpath-gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/classpath-gui/Makefile b/lang/classpath-gui/Makefile
index 7b2b3bbabe9..ac627df26b3 100644
--- a/lang/classpath-gui/Makefile
+++ b/lang/classpath-gui/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2004/11/27 18:17:22 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/29 15:17:00 wiz Exp $
.include "../../lang/classpath/Makefile.common"
PKGNAME= ${DISTNAME:S/classpath/classpath-gui/}
COMMENT+= (GUI libraries)
-DEPENDS+= classpath>=0.11:../../lang/classpath
+DEPENDS+= classpath>=0.12:../../lang/classpath
BUILD_DIRS= ${WRKSRC}/native/jni/classpath
BUILD_DIRS+= ${WRKSRC}/native/jni/gtk-peer