pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/Gorm Update Gorm to 0.8.0. Notable changes incl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/078c7fdcfd98
branches:  trunk
changeset: 481165:078c7fdcfd98
user:      rh <rh%pkgsrc.org@localhost>
date:      Mon Sep 27 01:23:13 2004 +0000

description:
Update Gorm to 0.8.0.  Notable changes include:

   * New gorm file version.

   * Full custom palette support

   * Palette preferences panel to allow the user to configure palettes
     to load

   * Experimental: Standalone views.  This feature is to allow the use
     of a view without the need of a containing window.   This allows
     developers to treat these views as they would any other top level
     object in the .gorm file.  This is experimental functionality.

   * Improved NSTableColumn inspector.  The new inspector allows the
     user to change the data cell used for a given column.   This
     allows the user to select from a list of cell subclasses and set
     the appropriate custom or non-custom one they want to appear in
     that column of the table.

   * Improved layout of some of the inspectors.

   * Removed old class parser.  The parser was somewhat buggy and was
     actually causing some issues.  A new parser will be available in
     the next version of Gorm.  For now users will need to use the
     class inspector or the outline view to enter classes into Gorm.

   * Experimental: "File" section.  This is essentially a per-file
     preference which allows the user to control which version of
     GNUstep a given file will be compatible with.  It also lists the
     potential compatibility issues with the selected version.

   * Improved controls palette.  New items for some of the standard
     font replace the old "Title" widget which was a System-14 font.
     The new widgets use a selection of the standard System font to
     allow the user to easily build a gui using these and reducing the
     amount of time the user needs to spend fiddling with the font
     panel.

diffstat:

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

diffs (185 lines):

diff -r d2abb410faf9 -r 078c7fdcfd98 devel/Gorm/Makefile
--- a/devel/Gorm/Makefile       Mon Sep 27 01:15:14 2004 +0000
+++ b/devel/Gorm/Makefile       Mon Sep 27 01:23:13 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2004/09/24 01:56:54 rh Exp $
+# $NetBSD: Makefile,v 1.20 2004/09/27 01:23:13 rh Exp $
 
-DISTNAME=      Gorm-0.7.7
-PKGREVISION=   1
+DISTNAME=      Gorm-0.8.0
 CATEGORIES=    devel gnustep
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=dev-apps/}
 
diff -r d2abb410faf9 -r 078c7fdcfd98 devel/Gorm/PLIST
--- a/devel/Gorm/PLIST  Mon Sep 27 01:15:14 2004 +0000
+++ b/devel/Gorm/PLIST  Mon Sep 27 01:23:13 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2004/08/18 14:02:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2004/09/27 01:23:13 rh 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
@@ -11,6 +11,7 @@
 share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/Resources/palette.table
 share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows
 share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm/data.classes
 share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm/objects.gorm
@@ -19,56 +20,76 @@
 share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/WindowsPalette.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/palette.table
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls
+share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.gorm/data.info
+share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSBoxInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSBoxInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSBoxInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSButtonInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSButtonInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSButtonInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSCellInspector.gorm/data.classes
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSCellInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSColorWellInspector.gorm/data.classes
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSColorWellInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSFormInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSFormInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSFormInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSMatrixInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSMatrixInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSMatrixInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSPopUpButtonInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSPopUpButtonInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSPopUpButtonInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSProgressIndicatorInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSProgressIndicatorInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSProgressIndicatorInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSSliderInspector.gorm/data.classes
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSSliderInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSStepperInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSStepperInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSStepperInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSTextFieldInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSTextFieldInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSTextFieldInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/Info-gnustep.plist
 share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/palette.table
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/ContainersPalette.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSBrowserInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSBrowserInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSBrowserInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnSizeInspector.gorm/data.classes
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnSizeInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableViewInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableViewInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableViewInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormTabViewInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormTabViewInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormTabViewInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/Info-gnustep.plist
 share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/palette.table
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/DataPalette.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSComboBoxInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSComboBoxInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSComboBoxInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSDateFormatterInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSDateFormatterInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSDateFormatterInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSImageViewInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSImageViewInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSImageViewInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSNumberFormatterInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSNumberFormatterInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSNumberFormatterInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSTextViewInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSTextViewInspector.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSTextViewInspector.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/Info-gnustep.plist
 share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/palette.table
@@ -87,6 +108,7 @@
 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/data.info
 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
@@ -118,7 +140,11 @@
 share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefGeneral.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefHeaders.gorm/data.classes
 share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefHeaders.gorm/objects.gorm
+share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefPalettes.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefPalettes.gorm/data.info
+share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefPalettes.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/GormPreferences.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/GormPreferences.gorm/data.info
 share/GNUstep/System/Applications/Gorm.app/Resources/GormPreferences.gorm/objects.gorm
 share/GNUstep/System/Applications/Gorm.app/Resources/GormScrollViewAttributesInspector.gorm/data.classes
 share/GNUstep/System/Applications/Gorm.app/Resources/GormScrollViewAttributesInspector.gorm/objects.gorm
@@ -138,6 +164,7 @@
 share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.gorm/stop.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/GormSourceTag.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/GormTargetTag.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/GormTesting.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/GormUnknown.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/GormView.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/GormViewSizeInspector.gorm/data.classes
@@ -147,6 +174,7 @@
 share/GNUstep/System/Applications/Gorm.app/Resources/LeftArr.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/RightArr.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/Sunday_seurat.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/VersionProfiles.plist
 share/GNUstep/System/Applications/Gorm.app/Resources/bezel_nib.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/button_nib.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/centeralign_nib.tiff
@@ -200,7 +228,9 @@
 share/GNUstep/System/Library/Headers/InterfaceBuilder/InterfaceBuilder.h
 share/GNUstep/System/Library/Libraries/libGorm.so
 share/GNUstep/System/Library/Libraries/libGorm.so.0.0.1
+@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Libraries
 @dirrm share/GNUstep/System/Library/Headers/InterfaceBuilder
+@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Headers
 @dirrm share/GNUstep/System/Applications/GormTest.app/Resources/GormTest.gorm
 @dirrm share/GNUstep/System/Applications/GormTest.app/Resources
 @dirrm share/GNUstep/System/Applications/GormTest.app
@@ -210,6 +240,7 @@
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormSetName.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormScrollViewAttributesInspector.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormPreferences.gorm
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefPalettes.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefHeaders.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefGeneral.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefColors.gorm
@@ -245,6 +276,7 @@
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSCellInspector.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSButtonInspector.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSBoxInspector.gorm
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm
@@ -257,3 +289,4 @@
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources
 @dirrm share/GNUstep/System/Applications/Gorm.app
+@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Applications
diff -r d2abb410faf9 -r 078c7fdcfd98 devel/Gorm/distinfo
--- a/devel/Gorm/distinfo       Mon Sep 27 01:15:14 2004 +0000
+++ b/devel/Gorm/distinfo       Mon Sep 27 01:23:13 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2004/08/18 14:02:44 adam Exp $
+$NetBSD: distinfo,v 1.11 2004/09/27 01:23:13 rh Exp $
 
-SHA1 (Gorm-0.7.7.tar.gz) = 54b5056314e1e0810f8777a9d9a78b110e34e699
-Size (Gorm-0.7.7.tar.gz) = 423059 bytes
+SHA1 (Gorm-0.8.0.tar.gz) = 9983bca80dc7dbf01cc9e99291253e7d4794eefc
+Size (Gorm-0.8.0.tar.gz) = 461164 bytes



Home | Main Index | Thread Index | Old Index