summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam>2006-08-30 14:55:56 +0000
committeradam <adam>2006-08-30 14:55:56 +0000
commit221608fb26faa74336c405aa7e3d68d8c46c7f14 (patch)
treec2f2a8bbec6d611ff3924a06078aa676b20b1d7b /devel
parent5bfb349f06f3183ab454cf33423910d131d53cf7 (diff)
downloadpkgsrc-221608fb26faa74336c405aa7e3d68d8c46c7f14.tar.gz
Changes 1.1.0:
* Changed Gorm architecture to use NSDocument classes. * Abstracted model loading mechanism. This was done by implementing a set of "Loader" and "Builder" classes which handle filling in the data structures in Gorm and exporting them to external formats. * Implemented GormNibWrapperLoader and GormNibWrapperBuilder for reading and writing Cocoa NIB files. * Implemented GormGormWrapperLoader and GormGormWrapperBuilder for reading and writing GNUstep Gorm files * Implemented GormGModelWrapperLoader for reading GNUstep gmodel files. * Updated icon * A number of bugs have been addressed in this release.
Diffstat (limited to 'devel')
-rw-r--r--devel/Gorm/Makefile5
-rw-r--r--devel/Gorm/PLIST5
-rw-r--r--devel/Gorm/distinfo8
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/Gorm/Makefile b/devel/Gorm/Makefile
index 5a7bf03c671..c63ec3b57f0 100644
--- a/devel/Gorm/Makefile
+++ b/devel/Gorm/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2006/07/22 05:10:54 rillig Exp $
+# $NetBSD: Makefile,v 1.40 2006/08/30 14:55:56 adam Exp $
-DISTNAME= Gorm-1.0.8
+DISTNAME= gorm-1.1.0
+PKGNAME= Gorm-1.1.0
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/}
diff --git a/devel/Gorm/PLIST b/devel/Gorm/PLIST
index 5fd2ba93695..0d9b50e938d 100644
--- a/devel/Gorm/PLIST
+++ b/devel/Gorm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2006/04/15 10:10:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2006/08/30 14:55:56 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
@@ -260,6 +260,7 @@ share/GNUstep/System/Library/Headers/GormCore/GormControlEditor.h
share/GNUstep/System/Library/Headers/GormCore/GormCustomClassInspector.h
share/GNUstep/System/Library/Headers/GormCore/GormCustomView.h
share/GNUstep/System/Library/Headers/GormCore/GormDocument.h
+share/GNUstep/System/Library/Headers/GormCore/GormDocumentController.h
share/GNUstep/System/Library/Headers/GormCore/GormFilePrefsManager.h
share/GNUstep/System/Library/Headers/GormCore/GormFilesOwner.h
share/GNUstep/System/Library/Headers/GormCore/GormFontViewController.h
@@ -297,6 +298,8 @@ 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/GormWrapperBuilder.h
+share/GNUstep/System/Library/Headers/GormCore/GormWrapperLoader.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
diff --git a/devel/Gorm/distinfo b/devel/Gorm/distinfo
index 26d9f52e6b6..63af326c03a 100644
--- a/devel/Gorm/distinfo
+++ b/devel/Gorm/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2006/05/20 12:24:37 adam Exp $
+$NetBSD: distinfo,v 1.22 2006/08/30 14:55:56 adam Exp $
-SHA1 (Gorm-1.0.8.tar.gz) = b9d633331aa2ebc71114980af1cec086133e3d9b
-RMD160 (Gorm-1.0.8.tar.gz) = afbf8daa79927955f537743fcb5c456858cf8c2e
-Size (Gorm-1.0.8.tar.gz) = 583919 bytes
+SHA1 (gorm-1.1.0.tar.gz) = 82f929254c9a20da2d02b8f07c3a5f8cd17db1eb
+RMD160 (gorm-1.1.0.tar.gz) = ce016126099890274d6b015b714f166fe49db77b
+Size (gorm-1.1.0.tar.gz) = 596475 bytes