summaryrefslogtreecommitdiff
path: root/devel/Gorm
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2003-08-10 11:35:31 +0000
committerrh <rh@pkgsrc.org>2003-08-10 11:35:31 +0000
commit6245c7785db9703614c8b26c81d1cd7785e52268 (patch)
tree3158f98db538f87045f18fad4e622f7430183188 /devel/Gorm
parent2cc5c2344a8ace37acfd163c0b4ea4c5f3d7f038 (diff)
downloadpkgsrc-6245c7785db9703614c8b26c81d1cd7785e52268.tar.gz
Update Gorm to 0.3.0.
Noteworthy changes in version `0.3.0' ===================================== * Preferences added. * User can now enable and disable guidlines for easier editing. * Refactored code into GormLib which is a clone of the InterfaceBuilder framework. This facilitates creating palettes and inspectors outside of Gorm. * Added class inspector for easier editing of classes. This gives the user the option to use either the outline view or the inspector to edit new classes. * Added inspectors for the following: NSScrollView, NSProgressIndicator, NSColorWell, GormImageInspector (for images added to .gorm files). * Improved look of NSTabView inspector. * Removed all warnings from the code. * various bug fixes.
Diffstat (limited to 'devel/Gorm')
-rw-r--r--devel/Gorm/Makefile7
-rw-r--r--devel/Gorm/PLIST174
-rw-r--r--devel/Gorm/distinfo6
3 files changed, 72 insertions, 115 deletions
diff --git a/devel/Gorm/Makefile b/devel/Gorm/Makefile
index c7e296ba9b7..f8583ba951e 100644
--- a/devel/Gorm/Makefile
+++ b/devel/Gorm/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 21:29:17 grant Exp $
+# $NetBSD: Makefile,v 1.8 2003/08/10 11:35:31 rh Exp $
#
-DISTNAME= Gorm-0.2.6
-PKGREVISION= 2
+DISTNAME= Gorm-0.3.0
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/}
-MAINTAINER= rh@NetBSD.org
+MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= Graphical user interface builder for GNUstep
diff --git a/devel/Gorm/PLIST b/devel/Gorm/PLIST
index 30f435801d2..508f233f646 100644
--- a/devel/Gorm/PLIST
+++ b/devel/Gorm/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2003/04/01 11:42:45 rh Exp $
+@comment $NetBSD: PLIST,v 1.5 2003/08/10 11:35:31 rh Exp $
share/GNUstep/System/Applications/Gorm.app/Gorm
share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/Resources/Info-gnustep.plist
share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/Resources/MenusPalette.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/Resources/palette.table
-share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/0Menus
+share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/0Menus
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/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm/data.classes
@@ -12,7 +12,7 @@ share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/
share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/WindowDrag.tiff
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/1Windows.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/1Windows
+share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/1Windows
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/objects.gorm
@@ -20,12 +20,16 @@ share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources
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/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/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/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/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
@@ -34,7 +38,7 @@ share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources
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/2Controls.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/2Controls
+share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/2Controls
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/objects.gorm
@@ -48,7 +52,7 @@ share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resourc
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/3Containers.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/3Containers
+share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/3Containers
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/objects.gorm
@@ -62,9 +66,10 @@ share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/Gor
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
-share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/4Data
+share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/4Data
share/GNUstep/System/Applications/Gorm.app/Resources/ClassInformation.plist
share/GNUstep/System/Applications/Gorm.app/Resources/Defaults.plist
+share/GNUstep/System/Applications/Gorm.app/Resources/FileIcon_gmodel.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/Gorm.desktop
share/GNUstep/System/Applications/Gorm.app/Resources/Gorm.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/Gorm.gorm/objects.gorm
@@ -72,6 +77,8 @@ share/GNUstep/System/Applications/Gorm.app/Resources/Gorm.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormAction.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormActionSelected.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormClass.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/GormClassInspector.gorm/data.classes
+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/GormEHCoil.tiff
@@ -81,7 +88,11 @@ share/GNUstep/System/Applications/Gorm.app/Resources/GormEVLine.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormFilesOwner.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormFirstResponder.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormFontManager.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/GormFontView.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/GormFontView.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/GormImage.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/GormImageInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/GormImageInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/GormInfo.plist
share/GNUstep/System/Applications/Gorm.app/Resources/GormLinkImage.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormMHCoil.tiff
@@ -92,8 +103,14 @@ share/GNUstep/System/Applications/Gorm.app/Resources/GormMenu.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormObject.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormOutlet.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormOutletSelected.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefGeneral.gorm/data.classes
+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/GormPreferences.gorm/data.classes
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
share/GNUstep/System/Applications/Gorm.app/Resources/GormSound.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.gorm/objects.gorm
@@ -132,115 +149,54 @@ share/GNUstep/System/Applications/Gorm.app/Resources/number_formatter.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/photoframe_nib.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/ridge_nib.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/rightalign_nib.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/shortbutton_nib.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/tabbot_nib.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/tabtop_nib.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/titleOnly_nib.tiff
-share/GNUstep/System/Applications/Gorm.app/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/Gorm
-share/GNUstep/System/Applications/Gorm.app/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/library_paths.openapp
+share/GNUstep/System/Applications/Gorm.app/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/Gorm
+share/GNUstep/System/Applications/Gorm.app/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/library_paths.openapp
share/GNUstep/System/Applications/Gorm.app/stamp.make
share/GNUstep/System/Applications/GormTest.app/GormTest
share/GNUstep/System/Applications/GormTest.app/Resources/GormTest.desktop
share/GNUstep/System/Applications/GormTest.app/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/GormTest.app/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/GormTest
-share/GNUstep/System/Applications/GormTest.app/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/library_paths.openapp
+share/GNUstep/System/Applications/GormTest.app/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/GormTest
+share/GNUstep/System/Applications/GormTest.app/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/library_paths.openapp
share/GNUstep/System/Applications/GormTest.app/stamp.make
-share/GNUstep/System/Developer/Palettes/0Menus.palette/Resources/MenusPalette.tiff
-share/GNUstep/System/Developer/Palettes/0Menus.palette/Resources/Info-gnustep.plist
-share/GNUstep/System/Developer/Palettes/0Menus.palette/Resources/palette.table
-share/GNUstep/System/Developer/Palettes/0Menus.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/0Menus
-share/GNUstep/System/Developer/Palettes/1Windows.palette/Resources/GormNSWindowInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/1Windows.palette/Resources/GormNSWindowInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/1Windows.palette/Resources/Info-gnustep.plist
-share/GNUstep/System/Developer/Palettes/1Windows.palette/Resources/WindowDrag.tiff
-share/GNUstep/System/Developer/Palettes/1Windows.palette/Resources/WindowsPalette.tiff
-share/GNUstep/System/Developer/Palettes/1Windows.palette/Resources/palette.table
-share/GNUstep/System/Developer/Palettes/1Windows.palette/ix86/${LOWER_OPSYS}elf/gnu-gnu-gnu/1Windows
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/ControlsPalette.tiff
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSBoxInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSBoxInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSButtonInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSButtonInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSCellInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSCellInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSFormInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSFormInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSMatrixInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSMatrixInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSPopUpButtonInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSPopUpButtonInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSSliderInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSSliderInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSStepperInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSStepperInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSTextFieldInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSTextFieldInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/Info-gnustep.plist
-share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/palette.table
-share/GNUstep/System/Developer/Palettes/2Controls.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/2Controls
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/ContainersPalette.tiff
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormNSBrowserInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormNSBrowserInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormNSTableColumnInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormNSTableColumnInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormNSTableColumnSizeInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormNSTableColumnSizeInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormNSTableViewInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormNSTableViewInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormTabViewInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormTabViewInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/Info-gnustep.plist
-share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/palette.table
-share/GNUstep/System/Developer/Palettes/3Containers.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/3Containers
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/DataPalette.tiff
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSComboBoxInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSComboBoxInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSDateFormatterInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSDateFormatterInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSImageViewInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSImageViewInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSNumberFormatterInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSNumberFormatterInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSTextViewInspector.gorm/data.classes
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSTextViewInspector.gorm/objects.gorm
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/Info-gnustep.plist
-share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/palette.table
-share/GNUstep/System/Developer/Palettes/4Data.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/4Data
-@dirrm share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSTextViewInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSNumberFormatterInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSImageViewInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSDateFormatterInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/4Data.palette/Resources/GormNSComboBoxInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormTabViewInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormNSTableViewInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormNSTableColumnSizeInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormNSTableColumnInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/3Containers.palette/Resources/GormNSBrowserInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSTextFieldInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSStepperInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSSliderInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSPopUpButtonInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSMatrixInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSFormInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSCellInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSButtonInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/2Controls.palette/Resources/GormNSBoxInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm
-@dirrm share/GNUstep/System/Developer/Palettes/1Windows.palette/Resources/GormNSWindowInspector.gorm
-@dirrm share/GNUstep/System/Applications/GormTest.app/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu
-@dirrm share/GNUstep/System/Applications/GormTest.app/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}
+share/GNUstep/System/Headers/InterfaceBuilder/IBApplicationAdditions.h
+share/GNUstep/System/Headers/InterfaceBuilder/IBConnectors.h
+share/GNUstep/System/Headers/InterfaceBuilder/IBDefines.h
+share/GNUstep/System/Headers/InterfaceBuilder/IBDocuments.h
+share/GNUstep/System/Headers/InterfaceBuilder/IBEditors.h
+share/GNUstep/System/Headers/InterfaceBuilder/IBInspector.h
+share/GNUstep/System/Headers/InterfaceBuilder/IBObjectAdditions.h
+share/GNUstep/System/Headers/InterfaceBuilder/IBObjectProtocol.h
+share/GNUstep/System/Headers/InterfaceBuilder/IBPalette.h
+share/GNUstep/System/Headers/InterfaceBuilder/IBViewAdditions.h
+share/GNUstep/System/Headers/InterfaceBuilder/InterfaceBuilder.h
+share/GNUstep/System/Libraries/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/libGorm.so
+share/GNUstep/System/Libraries/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/libGorm.so.1.0.0
+@dirrm share/GNUstep/System/Headers/InterfaceBuilder
+@dirrm share/GNUstep/System/Applications/GormTest.app/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu
+@dirrm share/GNUstep/System/Applications/GormTest.app/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}
@dirrm share/GNUstep/System/Applications/GormTest.app/${GNUSTEP_HOST_CPU}
@dirrm share/GNUstep/System/Applications/GormTest.app/Resources
@dirrm share/GNUstep/System/Applications/GormTest.app
-@dirrm share/GNUstep/System/Applications/Gorm.app/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu
-@dirrm share/GNUstep/System/Applications/Gorm.app/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}
+@dirrm share/GNUstep/System/Applications/Gorm.app/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu
+@dirrm share/GNUstep/System/Applications/Gorm.app/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}
@dirrm share/GNUstep/System/Applications/Gorm.app/${GNUSTEP_HOST_CPU}
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormViewSizeInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.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/GormPrefHeaders.gorm
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefGeneral.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/GormCustomClassInspector.gorm
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormClassInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/Gorm.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/${GNUSTEP_HOST_CPU}
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSTextViewInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSNumberFormatterInspector.gorm
@@ -249,8 +205,8 @@ share/GNUstep/System/Developer/Palettes/4Data.palette/${GNUSTEP_HOST_CPU}/${LOWE
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSComboBoxInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/${GNUSTEP_HOST_CPU}
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormTabViewInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableViewInspector.gorm
@@ -259,29 +215,31 @@ share/GNUstep/System/Developer/Palettes/4Data.palette/${GNUSTEP_HOST_CPU}/${LOWE
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources/GormNSBrowserInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/Resources
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/${GNUSTEP_HOST_CPU}
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSTextFieldInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSStepperInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSSliderInspector.gorm
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSProgressIndicatorInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSPopUpButtonInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSMatrixInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSFormInspector.gorm
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/Resources/GormNSColorWellInspector.gorm
@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
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/${GNUSTEP_HOST_CPU}
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu
+@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/${GNUSTEP_HOST_CPU}
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/Resources
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette
diff --git a/devel/Gorm/distinfo b/devel/Gorm/distinfo
index b8d5f4b5c09..b163644e0d7 100644
--- a/devel/Gorm/distinfo
+++ b/devel/Gorm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/04/01 11:42:46 rh Exp $
+$NetBSD: distinfo,v 1.5 2003/08/10 11:35:31 rh Exp $
-SHA1 (Gorm-0.2.6.tar.gz) = ba2aa03c9917d23cd42583fe2fffb75410779cd2
-Size (Gorm-0.2.6.tar.gz) = 314396 bytes
+SHA1 (Gorm-0.3.0.tar.gz) = 9e4761e9427c77c6dc211afb8e0781595fd75896
+Size (Gorm-0.3.0.tar.gz) = 362392 bytes