pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gnustep-gui Changes 0.9.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e73a05374a6
branches:  trunk
changeset: 479627:8e73a05374a6
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 18 14:01:14 2004 +0000

description:
Changes 0.9.3:
   * Working NSToolbar implementation
   * New Mac OS X methods in NSView and other classes
   * Fixed some sheet handling problems.
   * Integrated gif, jpg, and png handling in front-end.
   * Added overridable button and frame drawing functions
   * Add some keyed decode/encoding to some classes
   * NSStringDrawing redesigned.
   * Much improved loading of gorm files

diffstat:

 x11/gnustep-gui/Makefile |   5 ++---
 x11/gnustep-gui/PLIST    |  12 ++++++++++--
 x11/gnustep-gui/distinfo |   6 +++---
 3 files changed, 15 insertions(+), 8 deletions(-)

diffs (102 lines):

diff -r 57fce18563d5 -r 8e73a05374a6 x11/gnustep-gui/Makefile
--- a/x11/gnustep-gui/Makefile  Wed Aug 18 13:59:19 2004 +0000
+++ b/x11/gnustep-gui/Makefile  Wed Aug 18 14:01:14 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2004/05/01 12:20:38 kristerw Exp $
-#
+# $NetBSD: Makefile,v 1.16 2004/08/18 14:01:14 adam Exp $
 
-DISTNAME=      gnustep-gui-0.9.2
+DISTNAME=      gnustep-gui-0.9.3
 CATEGORIES=    x11 gnustep
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=core/}
 
diff -r 57fce18563d5 -r 8e73a05374a6 x11/gnustep-gui/PLIST
--- a/x11/gnustep-gui/PLIST     Wed Aug 18 13:59:19 2004 +0000
+++ b/x11/gnustep-gui/PLIST     Wed Aug 18 14:01:14 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/04/16 13:32:03 rh Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/08/18 14:01:14 adam Exp $
 share/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter
 share/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/Resources/Info-gnustep.plist
 share/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/stamp.make
@@ -48,6 +48,7 @@
 share/GNUstep/System/Library/Headers/AppKit/GSTable.h
 share/GNUstep/System/Library/Headers/AppKit/GSTextConverter.h
 share/GNUstep/System/Library/Headers/AppKit/GSTitleView.h
+share/GNUstep/System/Library/Headers/AppKit/GSToolbar.h
 share/GNUstep/System/Library/Headers/AppKit/GSToolbarView.h
 share/GNUstep/System/Library/Headers/AppKit/GSTrackingRect.h
 share/GNUstep/System/Library/Headers/AppKit/GSTypesetter.h
@@ -114,6 +115,7 @@
 share/GNUstep/System/Library/Headers/AppKit/NSMenuItem.h
 share/GNUstep/System/Library/Headers/AppKit/NSMenuItemCell.h
 share/GNUstep/System/Library/Headers/AppKit/NSMenuView.h
+share/GNUstep/System/Library/Headers/AppKit/NSNib.h
 share/GNUstep/System/Library/Headers/AppKit/NSNibConnector.h
 share/GNUstep/System/Library/Headers/AppKit/NSNibDeclarations.h
 share/GNUstep/System/Library/Headers/AppKit/NSNibLoading.h
@@ -169,6 +171,7 @@
 share/GNUstep/System/Library/Headers/AppKit/NSUserInterfaceValidation.h
 share/GNUstep/System/Library/Headers/AppKit/NSView.h
 share/GNUstep/System/Library/Headers/AppKit/NSWindow.h
+share/GNUstep/System/Library/Headers/AppKit/NSWindow+Toolbar.h
 share/GNUstep/System/Library/Headers/AppKit/NSWindowController.h
 share/GNUstep/System/Library/Headers/AppKit/NSWorkspace.h
 share/GNUstep/System/Library/Headers/AppKit/PSOperators.h
@@ -193,6 +196,7 @@
 share/GNUstep/System/Library/Headers/GNUstepGUI/GSTable.h
 share/GNUstep/System/Library/Headers/GNUstepGUI/GSTextConverter.h
 share/GNUstep/System/Library/Headers/GNUstepGUI/GSTitleView.h
+share/GNUstep/System/Library/Headers/GNUstepGUI/GSToolbar.h
 share/GNUstep/System/Library/Headers/GNUstepGUI/GSToolbarView.h
 share/GNUstep/System/Library/Headers/GNUstepGUI/GSTrackingRect.h
 share/GNUstep/System/Library/Headers/GNUstepGUI/GSTypesetter.h
@@ -222,6 +226,7 @@
 share/GNUstep/System/Library/Headers/gnustep/gui/GSTable.h
 share/GNUstep/System/Library/Headers/gnustep/gui/GSTextConverter.h
 share/GNUstep/System/Library/Headers/gnustep/gui/GSTitleView.h
+share/GNUstep/System/Library/Headers/gnustep/gui/GSToolbar.h
 share/GNUstep/System/Library/Headers/gnustep/gui/GSToolbarView.h
 share/GNUstep/System/Library/Headers/gnustep/gui/GSTrackingRect.h
 share/GNUstep/System/Library/Headers/gnustep/gui/GSTypesetter.h
@@ -249,6 +254,7 @@
 share/GNUstep/System/Library/Images/common_CloseBrokenH.tiff
 share/GNUstep/System/Library/Images/common_CloseH.tiff
 share/GNUstep/System/Library/Images/common_ColorSwatch.tiff
+share/GNUstep/System/Library/Images/common_ComboBoxEllipsis.tiff
 share/GNUstep/System/Library/Images/common_DecimalTabStop.tiff
 share/GNUstep/System/Library/Images/common_Diamond.tiff
 share/GNUstep/System/Library/Images/common_Dimple.tiff
@@ -311,6 +317,8 @@
 share/GNUstep/System/Library/Images/common_ret.tiff
 share/GNUstep/System/Library/Images/common_retH.tiff
 share/GNUstep/System/Library/Images/nsmapping.strings
+share/GNUstep/System/Library/Images/page_landscape.tiff
+share/GNUstep/System/Library/Images/page_portrait.tiff
 share/GNUstep/System/Library/KeyBindings/DefaultKeyBindings.dict
 share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSDataLinkPanel.gorm/data.classes
 share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSDataLinkPanel.gorm/objects.gorm
@@ -323,7 +331,7 @@
 share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/Localizable.strings
 share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/Italian.lproj/Localizable.strings
 share/GNUstep/System/Library/Libraries/libgnustep-gui.so
-share/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.9.2
+share/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.9.3
 share/GNUstep/System/Library/Makefiles/Additional/gui.make
 share/GNUstep/System/Library/PostScript/GSProlog.ps
 share/GNUstep/System/Library/PostScript/PPD/English.lproj/AGFA_AccuSet.ppd
diff -r 57fce18563d5 -r 8e73a05374a6 x11/gnustep-gui/distinfo
--- a/x11/gnustep-gui/distinfo  Wed Aug 18 13:59:19 2004 +0000
+++ b/x11/gnustep-gui/distinfo  Wed Aug 18 14:01:14 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2004/04/10 23:44:28 rh Exp $
+$NetBSD: distinfo,v 1.7 2004/08/18 14:01:14 adam Exp $
 
-SHA1 (gnustep-gui-0.9.2.tar.gz) = f188d530cfff19a0a82c2bef0d5c5f415aca7182
-Size (gnustep-gui-0.9.2.tar.gz) = 2275341 bytes
+SHA1 (gnustep-gui-0.9.3.tar.gz) = df330676e5f22c0b15ddff74e0a10aef3093babb
+Size (gnustep-gui-0.9.3.tar.gz) = 2311125 bytes
 SHA1 (patch-aa) = 91c54d7e0fb728c349fba963f86704d0d933b88d
 SHA1 (patch-ab) = 3a0aad91274707c1f935db754dda90b1f6f04d3b
 SHA1 (patch-ac) = 3e30333d462613faf2cedcc6a0b92638aabdc1d6



Home | Main Index | Thread Index | Old Index