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.7.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b27d08164c7
branches:  trunk
changeset: 476068:5b27d08164c7
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 02 15:12:07 2004 +0000

description:
Changes 0.7.6:
This release is mainly a bugfix release for 0.7.5.
   * Improved .gmodel support
   * Corrections to previous repair feature.
   * Important bugfixes for Menu editing.
   * Important bugfixes for class inspector.

diffstat:

 devel/Gorm/Makefile |   4 ++--
 devel/Gorm/PLIST    |  11 ++++++++++-
 devel/Gorm/distinfo |   6 +++---
 3 files changed, 15 insertions(+), 6 deletions(-)

diffs (64 lines):

diff -r c996c1977dfd -r 5b27d08164c7 devel/Gorm/Makefile
--- a/devel/Gorm/Makefile       Wed Jun 02 15:12:06 2004 +0000
+++ b/devel/Gorm/Makefile       Wed Jun 02 15:12:07 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2004/04/19 07:41:11 rh Exp $
+# $NetBSD: Makefile,v 1.17 2004/06/02 15:12:07 adam Exp $
 #
 
-DISTNAME=      Gorm-0.7.5
+DISTNAME=      Gorm-0.7.6
 CATEGORIES=    devel gnustep
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=dev-apps/}
 
diff -r c996c1977dfd -r 5b27d08164c7 devel/Gorm/PLIST
--- a/devel/Gorm/PLIST  Wed Jun 02 15:12:06 2004 +0000
+++ b/devel/Gorm/PLIST  Wed Jun 02 15:12:07 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/04/19 07:41:11 rh Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/06/02 15:12:07 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
@@ -110,6 +110,8 @@
 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/objects.gorm
 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
@@ -125,7 +127,13 @@
 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/ff.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.gorm/objects.gorm
+share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.gorm/pause.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.gorm/play.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.gorm/rec.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.gorm/rw.tiff
+share/GNUstep/System/Applications/Gorm.app/Resources/GormSoundInspector.gorm/stop.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/GormSourceTag.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/GormTargetTag.tiff
 share/GNUstep/System/Applications/Gorm.app/Resources/GormUnknown.tiff
@@ -202,6 +210,7 @@
 @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/GormPrefColors.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormNSSplitViewInspector.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormImageInspector.gorm
 @dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormFontView.gorm
diff -r c996c1977dfd -r 5b27d08164c7 devel/Gorm/distinfo
--- a/devel/Gorm/distinfo       Wed Jun 02 15:12:06 2004 +0000
+++ b/devel/Gorm/distinfo       Wed Jun 02 15:12:07 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2004/04/19 07:41:11 rh Exp $
+$NetBSD: distinfo,v 1.9 2004/06/02 15:12:07 adam Exp $
 
-SHA1 (Gorm-0.7.5.tar.gz) = b775e5aaeee1533d4841730f184b68d9ecfcd029
-Size (Gorm-0.7.5.tar.gz) = 401111 bytes
+SHA1 (Gorm-0.7.6.tar.gz) = 76a1b8afe3650cb116bf7a227b5d3dee346f67ef
+Size (Gorm-0.7.6.tar.gz) = 414891 bytes



Home | Main Index | Thread Index | Old Index