pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Updated to 0.12, based on PR 28446 by pancake:
details: https://anonhg.NetBSD.org/pkgsrc/rev/26dae459e0b9
branches: trunk
changeset: 484757:26dae459e0b9
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 29 15:17:00 2004 +0000
description:
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:
lang/classpath-gui/Makefile | 4 ++--
lang/classpath/Makefile.common | 4 ++--
lang/classpath/distinfo | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (40 lines):
diff -r 45b4b3e32072 -r 26dae459e0b9 lang/classpath-gui/Makefile
--- a/lang/classpath-gui/Makefile Mon Nov 29 15:15:22 2004 +0000
+++ b/lang/classpath-gui/Makefile Mon Nov 29 15:17:00 2004 +0000
@@ -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
diff -r 45b4b3e32072 -r 26dae459e0b9 lang/classpath/Makefile.common
--- a/lang/classpath/Makefile.common Mon Nov 29 15:15:22 2004 +0000
+++ b/lang/classpath/Makefile.common Mon Nov 29 15:17:00 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.2 2004/11/27 18:17:22 wiz Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/11/29 15:17:00 wiz Exp $
-DISTNAME= classpath-0.11
+DISTNAME= classpath-0.12
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnu.org/gnu/classpath/
diff -r 45b4b3e32072 -r 26dae459e0b9 lang/classpath/distinfo
--- a/lang/classpath/distinfo Mon Nov 29 15:15:22 2004 +0000
+++ b/lang/classpath/distinfo Mon Nov 29 15:17:00 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/11/27 18:17:22 wiz Exp $
+$NetBSD: distinfo,v 1.5 2004/11/29 15:17:00 wiz Exp $
-SHA1 (classpath-0.11.tar.gz) = b2cfb414f24262c60a3829265c3f3c2dbfad03ef
-Size (classpath-0.11.tar.gz) = 3967941 bytes
+SHA1 (classpath-0.12.tar.gz) = bf2729671a913f37ebe85bcb06455147684cebe2
+Size (classpath-0.12.tar.gz) = 4129732 bytes
Home |
Main Index |
Thread Index |
Old Index