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.11.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb6551eaf42b
branches: trunk
changeset: 497947:eb6551eaf42b
user: adam <adam%pkgsrc.org@localhost>
date: Mon Aug 08 10:32:14 2005 +0000
description:
Changes 0.11.0:
* Improved implementation of canSubstituteForClass: the default
implementation of this method tests the classes to see if
initWithCoder: or encodeWithCoder: is implemented on a subclass to
determine automatically if that class has the same encoding
signature as the original class, if it does, it can be substituted.
* Improved handling of classes which use cell classes in the custom
class inspector. The inspector now autmatically replaces the cell
class with the appropriate one when the user selects a given
subclass.
* Browser based class editor in document panel. This interface is
more like the one on OSX. The user now has a choice in
preferences to determine which view they would like to use.
* Translation tools. The Document->Translate menu allows the user
to export string and import strings in the strings format, so that
someone can easily translate just the strings in the file and
doesn't need to directly edit anything in Gorm. The strings file
can then be loaded back into Gorm and all of the relevant strings
are updated.
* Alignment tools. In the new Layout menu there are options to
align views, center views, bring views to front or push them to
the back of the view layers.
* Implementation of IBViewResourceDraggingDelegate. This allows
updating of the pull down in the inspectors panel dynamically. It
requires the developer of a palette to implement some code to
enable this, as on OSX.
* Lots of bugfixes and usability changes are also included in this
release.
diffstat:
devel/Gorm/Makefile | 4 +-
devel/Gorm/PLIST | 90 +++-------------------------------------------------
devel/Gorm/distinfo | 8 ++--
3 files changed, 12 insertions(+), 90 deletions(-)
diffs (238 lines):
diff -r eb57dd0806c0 -r eb6551eaf42b devel/Gorm/Makefile
--- a/devel/Gorm/Makefile Mon Aug 08 09:53:45 2005 +0000
+++ b/devel/Gorm/Makefile Mon Aug 08 10:32:14 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2005/07/01 09:09:15 adam Exp $
+# $NetBSD: Makefile,v 1.27 2005/08/08 10:32:14 adam Exp $
-DISTNAME= Gorm-0.9.10
+DISTNAME= Gorm-0.11.0
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/}
diff -r eb57dd0806c0 -r eb6551eaf42b devel/Gorm/PLIST
--- a/devel/Gorm/PLIST Mon Aug 08 09:53:45 2005 +0000
+++ b/devel/Gorm/PLIST Mon Aug 08 10:32:14 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2005/07/01 09:09:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2005/08/08 10:32:14 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
@@ -102,119 +102,58 @@
share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/palette.table
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/English.lproj/Gorm.gorm/Gorm.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/Gorm.gorm/Gorm.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/Gorm.gorm/Gorm.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/Gorm.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/Gorm.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/Gorm.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassInspector.gorm/GormClassInspector.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassInspector.gorm/GormClassInspector.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassInspector.gorm/GormClassInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassInspector.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassInspector.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassInspector.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassPanel.gorm/GormClassPanel.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassPanel.gorm/GormClassPanel.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassPanel.gorm/GormClassPanel.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassPanel.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassPanel.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassPanel.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormCustomClassInspector.gorm/GormCustomClassInspector.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormCustomClassInspector.gorm/GormCustomClassInspector.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormCustomClassInspector.gorm/GormCustomClassInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormCustomClassInspector.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormCustomClassInspector.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormCustomClassInspector.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormDocument.gorm/GormDocument.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormDocument.gorm/GormDocument.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormDocument.gorm/GormDocument.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormDocument.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormDocument.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormDocument.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormFontView.gorm/GormFontView.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormFontView.gorm/GormFontView.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormFontView.gorm/GormFontView.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormFontView.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormFontView.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormFontView.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormImageInspector.gorm/GormImageInspector.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormImageInspector.gorm/GormImageInspector.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormImageInspector.gorm/GormImageInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormImageInspector.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormImageInspector.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormImageInspector.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormNSSplitViewInspector.gorm/GormNSSplitViewInspector.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormNSSplitViewInspector.gorm/GormNSSplitViewInspector.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormNSSplitViewInspector.gorm/GormNSSplitViewInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormNSSplitViewInspector.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormNSSplitViewInspector.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormNSSplitViewInspector.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefColors.gorm/GormPrefColors.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefColors.gorm/GormPrefColors.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefColors.gorm/GormPrefColors.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefColors.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefColors.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefColors.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGeneral.gorm/GormPrefGeneral.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGeneral.gorm/GormPrefGeneral.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGeneral.gorm/GormPrefGeneral.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGeneral.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGeneral.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGeneral.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGuideline.gorm/GormPrefGuideline.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGuideline.gorm/GormPrefGuideline.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGuideline.gorm/GormPrefGuideline.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGuideline.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGuideline.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGuideline.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefHeaders.gorm/GormPrefHeaders.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefHeaders.gorm/GormPrefHeaders.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefHeaders.gorm/GormPrefHeaders.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefHeaders.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefHeaders.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefHeaders.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefPalettes.gorm/GormPrefPalettes.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefPalettes.gorm/GormPrefPalettes.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefPalettes.gorm/GormPrefPalettes.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefPalettes.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefPalettes.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefPalettes.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPreferences.gorm/GormPreferences.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPreferences.gorm/GormPreferences.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPreferences.gorm/GormPreferences.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPreferences.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPreferences.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPreferences.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormScrollViewAttributesInspector.gorm/GormScrollViewAttributesInspector.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormScrollViewAttributesInspector.gorm/GormScrollViewAttributesInspector.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormScrollViewAttributesInspector.gorm/GormScrollViewAttributesInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormScrollViewAttributesInspector.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormScrollViewAttributesInspector.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormScrollViewAttributesInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSetName.gorm/Gorm.tiff
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSetName.gorm/GormSetName.gorm/Gorm.tiff
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSetName.gorm/GormSetName.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSetName.gorm/GormSetName.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSetName.gorm/GormSetName.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSetName.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSetName.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSetName.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormShelfPref.gorm/GormShelfPref.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormShelfPref.gorm/GormShelfPref.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormShelfPref.gorm/GormShelfPref.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormShelfPref.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormShelfPref.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormShelfPref.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/GormSoundInspector.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/GormSoundInspector.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/GormSoundInspector.gorm/ff.tiff
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/GormSoundInspector.gorm/objects.gorm
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/GormSoundInspector.gorm/pause.tiff
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/GormSoundInspector.gorm/play.tiff
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/GormSoundInspector.gorm/rec.tiff
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/GormSoundInspector.gorm/rw.tiff
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/GormSoundInspector.gorm/stop.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/ff.tiff
@@ -224,9 +163,6 @@
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/rec.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/rw.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/stop.tiff
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormViewSizeInspector.gorm/GormViewSizeInspector.gorm/data.classes
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormViewSizeInspector.gorm/GormViewSizeInspector.gorm/data.info
-share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormViewSizeInspector.gorm/GormViewSizeInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormViewSizeInspector.gorm/data.classes
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormViewSizeInspector.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormViewSizeInspector.gorm/objects.gorm
@@ -320,10 +256,13 @@
share/GNUstep/System/Library/Headers/GormCore/GormInternalViewEditor.h
share/GNUstep/System/Library/Headers/GormCore/GormMatrixEditor.h
share/GNUstep/System/Library/Headers/GormCore/GormNSSplitViewInspector.h
+share/GNUstep/System/Library/Headers/GormCore/GormObjectEditor.h
+share/GNUstep/System/Library/Headers/GormCore/GormOpenGLView.h
share/GNUstep/System/Library/Headers/GormCore/GormOutlineView.h
share/GNUstep/System/Library/Headers/GormCore/GormPalettesManager.h
share/GNUstep/System/Library/Headers/GormCore/GormPlacementInfo.h
share/GNUstep/System/Library/Headers/GormCore/GormPrivate.h
+share/GNUstep/System/Library/Headers/GormCore/GormProtocol.h
share/GNUstep/System/Library/Headers/GormCore/GormResource.h
share/GNUstep/System/Library/Headers/GormCore/GormResourceEditor.h
share/GNUstep/System/Library/Headers/GormCore/GormScrollViewAttributesInspector.h
@@ -339,6 +278,7 @@
share/GNUstep/System/Library/Headers/GormCore/GormViewWindow.h
share/GNUstep/System/Library/Headers/GormCore/GormViewWithContentViewEditor.h
share/GNUstep/System/Library/Headers/GormCore/GormViewWithSubviewsEditor.h
+share/GNUstep/System/Library/Headers/GormCore/GormWindowEditor.h
share/GNUstep/System/Library/Headers/GormCore/NSCell+GormAdditions.h
share/GNUstep/System/Library/Headers/GormCore/NSColorWell+GormExtensions.h
share/GNUstep/System/Library/Headers/GormCore/NSFontManager+GormExtensions.h
@@ -366,6 +306,7 @@
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBEditors.h
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBInspector.h
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBInspectorManager.h
+share/GNUstep/System/Library/Headers/InterfaceBuilder/IBInspectorMode.h
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBObjectAdditions.h
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBObjectProtocol.h
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBPalette.h
@@ -391,43 +332,24 @@
@dirrm share/GNUstep/System/Library/Headers/GormObjCHeaderParser
@dirrm share/GNUstep/System/Library/Headers/GormCore
@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Headers
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormViewSizeInspector.gorm/GormViewSizeInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormViewSizeInspector.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/GormSoundInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormShelfPref.gorm/GormShelfPref.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormShelfPref.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSetName.gorm/GormSetName.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormSetName.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormScrollViewAttributesInspector.gorm/GormScrollViewAttributesInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormScrollViewAttributesInspector.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPreferences.gorm/GormPreferences.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPreferences.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefPalettes.gorm/GormPrefPalettes.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefPalettes.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefHeaders.gorm/GormPrefHeaders.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefHeaders.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGuideline.gorm/GormPrefGuideline.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGuideline.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGeneral.gorm/GormPrefGeneral.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefGeneral.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefColors.gorm/GormPrefColors.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormPrefColors.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormNSSplitViewInspector.gorm/GormNSSplitViewInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormNSSplitViewInspector.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormImageInspector.gorm/GormImageInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormImageInspector.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormFontView.gorm/GormFontView.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormFontView.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormDocument.gorm/GormDocument.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormDocument.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormCustomClassInspector.gorm/GormCustomClassInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormCustomClassInspector.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassPanel.gorm/GormClassPanel.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassPanel.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassInspector.gorm/GormClassInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/GormClassInspector.gorm
-@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/Gorm.gorm/Gorm.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj/Gorm.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/English.lproj
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/Resources/GormNSTextViewInspector.gorm
diff -r eb57dd0806c0 -r eb6551eaf42b devel/Gorm/distinfo
--- a/devel/Gorm/distinfo Mon Aug 08 09:53:45 2005 +0000
+++ b/devel/Gorm/distinfo Mon Aug 08 10:32:14 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2005/07/01 09:09:15 adam Exp $
+$NetBSD: distinfo,v 1.16 2005/08/08 10:32:14 adam Exp $
-SHA1 (Gorm-0.9.10.tar.gz) = 0461b1c1e4692150083011cd3d44ee4aee400fb9
-RMD160 (Gorm-0.9.10.tar.gz) = 824db5fd904c1df754d3cda9437c0ae7eaf40abf
-Size (Gorm-0.9.10.tar.gz) = 512141 bytes
+SHA1 (Gorm-0.11.0.tar.gz) = d5a25a7481b0e45d2a4b00642a9a9a538ca3e5bd
+RMD160 (Gorm-0.11.0.tar.gz) = 4055285fffe69e5760c9757138041608599243bd
+Size (Gorm-0.11.0.tar.gz) = 547159 bytes
Home |
Main Index |
Thread Index |
Old Index