pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/Gorm Changes 0.7.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb3b7a440a84
branches:  trunk
changeset: 479629:bb3b7a440a84
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 18 14:02:44 2004 +0000

description:
Changes 0.7.7:
   * Important bugfixes in editor classes.
   * Rearranged some of the editor classes to be in the palettes which
     contain the classes they are responsible for editing
     (GormButtonEditor & GormTabViewEditor).
   * Image and Sound editors will now display system default images or
     sounds if they are available.
   * Document window now uses an NSToolbar (experimental).
   * Improved the layout of some of the inspectors.
   * Corrected some minor issues in the inspectors
   * Added code to allow NSTableView and NSOutlineView to show some data during testing
   * Gorm will now show an alert panel when a model fails to load or test properly.

diffstat:

 devel/Gorm/Makefile |  5 ++---
 devel/Gorm/PLIST    |  7 +++++--
 devel/Gorm/distinfo |  6 +++---
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r bf6a16d07c96 -r bb3b7a440a84 devel/Gorm/Makefile
--- a/devel/Gorm/Makefile       Wed Aug 18 14:01:57 2004 +0000
+++ b/devel/Gorm/Makefile       Wed Aug 18 14:02:44 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2004/06/02 15:12:07 adam Exp $
-#
+# $NetBSD: Makefile,v 1.18 2004/08/18 14:02:44 adam Exp $
 
-DISTNAME=      Gorm-0.7.6
+DISTNAME=      Gorm-0.7.7
 CATEGORIES=    devel gnustep
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=dev-apps/}
 
diff -r bf6a16d07c96 -r bb3b7a440a84 devel/Gorm/PLIST
--- a/devel/Gorm/PLIST  Wed Aug 18 14:01:57 2004 +0000
+++ b/devel/Gorm/PLIST  Wed Aug 18 14:02:44 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2004/06/02 15:12:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2004/08/18 14:02:44 adam Exp $
 share/GNUstep/System/Applications/Gorm.app/Gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus
 share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/Resources/GormMenuAttributesInspector.gorm/data.classes
@@ -86,6 +86,8 @@
 share/GNUstep/System/Applications/Gorm.app/Resources/GormClassInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/GormCustomClassInspector.gorm/data.classes
 share/GNUstep/System/Applications/Gorm.app/Resources/GormCustomClassInspector.gorm/objects.gorm
+share/GNUstep/System/Applications/Gorm.app/Resources/GormDocument.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/GormDocument.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/GormEHCoil.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/GormEHLine.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/GormEVCoil.tiff
@@ -197,7 +199,7 @@
 share/GNUstep/System/Library/Headers/InterfaceBuilder/IBViewAdditions.h
 share/GNUstep/System/Library/Headers/InterfaceBuilder/InterfaceBuilder.h
 share/GNUstep/System/Library/Libraries/libGorm.so
-share/GNUstep/System/Library/Libraries/libGorm.so.1.0.0
+share/GNUstep/System/Library/Libraries/libGorm.so.0.0.1
 @dirrm share/GNUstep/System/Library/Headers/InterfaceBuilder
 @dirrm share/GNUstep/System/Applications/GormTest.app/Resources/GormTest.gorm
 @dirrm share/GNUstep/System/Applications/GormTest.app/Resources
@@ -214,6 +216,7 @@
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormNSSplitViewInspector.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormImageInspector.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormFontView.gorm
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormDocument.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormCustomClassInspector.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormClassInspector.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/Gorm.gorm
diff -r bf6a16d07c96 -r bb3b7a440a84 devel/Gorm/distinfo
--- a/devel/Gorm/distinfo       Wed Aug 18 14:01:57 2004 +0000
+++ b/devel/Gorm/distinfo       Wed Aug 18 14:02:44 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2004/06/02 15:12:07 adam Exp $
+$NetBSD: distinfo,v 1.10 2004/08/18 14:02:44 adam Exp $
 
-SHA1 (Gorm-0.7.6.tar.gz) = 76a1b8afe3650cb116bf7a227b5d3dee346f67ef
-Size (Gorm-0.7.6.tar.gz) = 414891 bytes
+SHA1 (Gorm-0.7.7.tar.gz) = 54b5056314e1e0810f8777a9d9a78b110e34e699
+Size (Gorm-0.7.7.tar.gz) = 423059 bytes



Home | Main Index | Thread Index | Old Index