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.9.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a89c6dd12044
branches: trunk
changeset: 488710:a89c6dd12044
user: adam <adam%pkgsrc.org@localhost>
date: Mon Feb 07 09:19:36 2005 +0000
description:
Changes 0.9.0:
* Images/Sounds can now be dragged into a matrix cell.
* Fully implemented date and number formatter inspectors (these
classes still need work in GUI).
* Added warning panel if the user attempts to edit a .gorm file
created with a newer version of Gorm
* Modified data.classes format so that only those actions
specifically added to FirstResponder are listed.
* Greatly improved gmodel importation. (experimental)
* It's now possible to add methods to classes which are not custom.
This allows the user to add actions which may have been added to
those classes by categories.
* Completely new header parser implemented.
* Improved cut/paste. It's now possible to use cut/paste from
almost anywhere. The class editor now fully supports it.
* Improved implementation of some of the InterfaceBuilder framework
classes.
* Object editor will now remove all instances of a class that has
been deleted from the class editor.
* The class inspector and the classes view will now apply stricter
rules to names of actions and outlets to ensure that they are
properly entered.
* All inspectors work perfectly with customized colors.
* Fixed a number of bugs.
diffstat:
devel/Gorm/Makefile | 11 +++++------
devel/Gorm/PLIST | 45 ++++++++++++++++++++++++++++++++++++++++++++-
devel/Gorm/distinfo | 6 +++---
3 files changed, 52 insertions(+), 10 deletions(-)
diffs (217 lines):
diff -r dcb25eb9b046 -r a89c6dd12044 devel/Gorm/Makefile
--- a/devel/Gorm/Makefile Mon Feb 07 09:00:48 2005 +0000
+++ b/devel/Gorm/Makefile Mon Feb 07 09:19:36 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2004/10/03 00:13:24 tv Exp $
+# $NetBSD: Makefile,v 1.22 2005/02/07 09:19:36 adam Exp $
-DISTNAME= Gorm-0.8.0
-PKGREVISION= 1
+DISTNAME= Gorm-0.9.0
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/}
@@ -9,9 +8,9 @@
HOMEPAGE= http://www.gnustep.org/
COMMENT= Graphical user interface builder for GNUstep
-USE_BUILDLINK3= yes
-USE_X11= yes
-NO_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_X11= yes
+NO_CONFIGURE= yes
.include "../../x11/gnustep-back/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
diff -r dcb25eb9b046 -r a89c6dd12044 devel/Gorm/PLIST
--- a/devel/Gorm/PLIST Mon Feb 07 09:00:48 2005 +0000
+++ b/devel/Gorm/PLIST Mon Feb 07 09:19:36 2005 +0000
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.11 2004/09/27 01:23:13 rh Exp $
+@comment $NetBSD: PLIST,v 1.12 2005/02/07 09:19:36 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
+share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/Resources/GormMenuAttributesInspector.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/Resources/GormMenuAttributesInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/Resources/GormMenuDrag.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/Resources/GormMenuItemAttributesInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/Resources/GormMenuItemAttributesInspector.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/Resources/GormMenuItemAttributesInspector.gorm/objects.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
@@ -14,6 +16,7 @@
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/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/Info-gnustep.plist
share/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/Resources/WindowDrag.tiff
@@ -31,8 +34,10 @@
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/data.info
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/data.info
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
@@ -47,6 +52,7 @@
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/data.info
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
@@ -65,6 +71,7 @@
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/data.info
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
@@ -98,14 +105,20 @@
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/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/Gorm.gorm/objects.gorm
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/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/GormClassInspector.gorm/objects.gorm
+share/GNUstep/System/Applications/Gorm.app/Resources/GormClassPanel.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/GormClassPanel.gorm/data.info
+share/GNUstep/System/Applications/Gorm.app/Resources/GormClassPanel.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/GormCustomClassInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/GormCustomClassInspector.gorm/data.info
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
@@ -118,9 +131,11 @@
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/data.info
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/data.info
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
@@ -130,15 +145,19 @@
share/GNUstep/System/Applications/Gorm.app/Resources/GormMVLine.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormMenu.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormNSSplitViewInspector.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/GormNSSplitViewInspector.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/GormNSSplitViewInspector.gorm/objects.gorm
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/GormPrefColors.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefColors.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefColors.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefGeneral.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/GormPrefGeneral.gorm/data.info
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/data.info
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
@@ -147,14 +166,18 @@
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/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/GormScrollViewAttributesInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/GormSetName.gorm/Gorm.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormSetName.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/GormSetName.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/GormSetName.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/GormShelfPref.gorm/data.classes
+share/GNUstep/System/Applications/Gorm.app/Resources/GormShelfPref.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/GormShelfPref.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/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.gorm/ff.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.gorm/pause.tiff
@@ -168,6 +191,7 @@
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
+share/GNUstep/System/Applications/Gorm.app/Resources/GormViewSizeInspector.gorm/data.info
share/GNUstep/System/Applications/Gorm.app/Resources/GormViewSizeInspector.gorm/objects.gorm
share/GNUstep/System/Applications/Gorm.app/Resources/GormWindow.tiff
share/GNUstep/System/Applications/Gorm.app/Resources/Info-gnustep.plist
@@ -215,21 +239,39 @@
share/GNUstep/System/Applications/GormTest.app/Resources/Info-gnustep.plist
share/GNUstep/System/Applications/GormTest.app/library_paths.openapp
share/GNUstep/System/Applications/GormTest.app/stamp.make
+share/GNUstep/System/Library/Headers/GormObjCHeaderParser/NSScanner+OCHeaderParser.h
+share/GNUstep/System/Library/Headers/GormObjCHeaderParser/OCClass.h
+share/GNUstep/System/Library/Headers/GormObjCHeaderParser/OCHeaderParser.h
+share/GNUstep/System/Library/Headers/GormObjCHeaderParser/OCIVar.h
+share/GNUstep/System/Library/Headers/GormObjCHeaderParser/OCIVarDecl.h
+share/GNUstep/System/Library/Headers/GormObjCHeaderParser/OCMethod.h
+share/GNUstep/System/Library/Headers/GormObjCHeaderParser/ParserFunctions.h
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBApplicationAdditions.h
+share/GNUstep/System/Library/Headers/InterfaceBuilder/IBCellAdditions.h
+share/GNUstep/System/Library/Headers/InterfaceBuilder/IBCellProtocol.h
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBConnectors.h
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBDefines.h
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBDocuments.h
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/IBObjectAdditions.h
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBObjectProtocol.h
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBPalette.h
+share/GNUstep/System/Library/Headers/InterfaceBuilder/IBProjectFiles.h
+share/GNUstep/System/Library/Headers/InterfaceBuilder/IBProjects.h
+share/GNUstep/System/Library/Headers/InterfaceBuilder/IBResourceManager.h
+share/GNUstep/System/Library/Headers/InterfaceBuilder/IBSystem.h
share/GNUstep/System/Library/Headers/InterfaceBuilder/IBViewAdditions.h
+share/GNUstep/System/Library/Headers/InterfaceBuilder/IBViewProtocol.h
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
+share/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so
+share/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.0.0.1
@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Libraries
@dirrm share/GNUstep/System/Library/Headers/InterfaceBuilder
+@dirrm share/GNUstep/System/Library/Headers/GormObjCHeaderParser
@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
@@ -249,6 +291,7 @@
@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/GormClassPanel.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/Resources/GormNSTextViewInspector.gorm
diff -r dcb25eb9b046 -r a89c6dd12044 devel/Gorm/distinfo
--- a/devel/Gorm/distinfo Mon Feb 07 09:00:48 2005 +0000
+++ b/devel/Gorm/distinfo Mon Feb 07 09:19:36 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2004/09/27 01:23:13 rh Exp $
+$NetBSD: distinfo,v 1.12 2005/02/07 09:19:37 adam Exp $
-SHA1 (Gorm-0.8.0.tar.gz) = 9983bca80dc7dbf01cc9e99291253e7d4794eefc
-Size (Gorm-0.8.0.tar.gz) = 461164 bytes
+SHA1 (Gorm-0.9.0.tar.gz) = e1ba829057d29f9eeadcd2b24b0dab65f57c9d5d
+Size (Gorm-0.9.0.tar.gz) = 496649 bytes
Home |
Main Index |
Thread Index |
Old Index