pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/Gorm Changes 1.1.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ecaa847bee1
branches: trunk
changeset: 518065:9ecaa847bee1
user: adam <adam%pkgsrc.org@localhost>
date: Wed Aug 30 14:55:56 2006 +0000
description:
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:
devel/Gorm/Makefile | 5 +++--
devel/Gorm/PLIST | 5 ++++-
devel/Gorm/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 7 deletions(-)
diffs (52 lines):
diff -r 45fda691e76c -r 9ecaa847bee1 devel/Gorm/Makefile
--- a/devel/Gorm/Makefile Wed Aug 30 14:55:41 2006 +0000
+++ b/devel/Gorm/Makefile Wed Aug 30 14:55:56 2006 +0000
@@ -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 -r 45fda691e76c -r 9ecaa847bee1 devel/Gorm/PLIST
--- a/devel/Gorm/PLIST Wed Aug 30 14:55:41 2006 +0000
+++ b/devel/Gorm/PLIST Wed Aug 30 14:55:56 2006 +0000
@@ -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/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/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 -r 45fda691e76c -r 9ecaa847bee1 devel/Gorm/distinfo
--- a/devel/Gorm/distinfo Wed Aug 30 14:55:41 2006 +0000
+++ b/devel/Gorm/distinfo Wed Aug 30 14:55:56 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index