pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/Gorm Update Gorm to 0.6.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/958480903dbc
branches: trunk
changeset: 472462:958480903dbc
user: rh <rh%pkgsrc.org@localhost>
date: Sun Apr 11 00:05:24 2004 +0000
description:
Update Gorm to 0.6.0.
Noteworthy changes in version `0.6.0'
=====================================
* Several major bugs corrected.
* Clarified some of the inspectors
* Menu items are now properly enabled/disabled when appropriate
* More descriptive title displayed when a class is being edited.
diffstat:
devel/Gorm/Makefile | 17 +++++++----------
devel/Gorm/PLIST | 8 +++++++-
devel/Gorm/distinfo | 6 +++---
3 files changed, 17 insertions(+), 14 deletions(-)
diffs (86 lines):
diff -r dfb836fb2b88 -r 958480903dbc devel/Gorm/Makefile
--- a/devel/Gorm/Makefile Sun Apr 11 00:03:46 2004 +0000
+++ b/devel/Gorm/Makefile Sun Apr 11 00:05:24 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/03/26 02:27:37 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/11 00:05:24 rh Exp $
#
-DISTNAME= Gorm-0.4.0
-PKGREVISION= 3
+DISTNAME= Gorm-0.6.0
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/}
@@ -10,12 +9,10 @@
HOMEPAGE= http://www.gnustep.org/
COMMENT= Graphical user interface builder for GNUstep
-USE_BUILDLINK2= YES
-USE_GNU_TOOLS+= make
-USE_X11= YES
-MAKEFILE= GNUmakefile
-NO_CONFIGURE= YES
+USE_BUILDLINK3= yes
+USE_X11= yes
+NO_CONFIGURE= yes
-.include "../../x11/gnustep-back/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../x11/gnustep-back/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r dfb836fb2b88 -r 958480903dbc devel/Gorm/PLIST
--- a/devel/Gorm/PLIST Sun Apr 11 00:03:46 2004 +0000
+++ b/devel/Gorm/PLIST Sun Apr 11 00:05:24 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2003/12/05 10:29:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/04/11 00:05:24 rh 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
@@ -104,6 +104,8 @@
share/GNUstep/System/Applications/Gorm.app/Resources/GormMVCoil.tiff
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/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
@@ -165,6 +167,8 @@
share/GNUstep/System/Applications/Gorm.app/stamp.make
share/GNUstep/System/Applications/GormTest.app/GormTest
share/GNUstep/System/Applications/GormTest.app/Resources/GormTest.desktop
+share/GNUstep/System/Applications/GormTest.app/Resources/GormTest.gorm/data.classes
+share/GNUstep/System/Applications/GormTest.app/Resources/GormTest.gorm/objects.gorm
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
@@ -182,6 +186,7 @@
share/GNUstep/System/Library/Libraries/libGorm.so
share/GNUstep/System/Library/Libraries/libGorm.so.1.0.0
@dirrm share/GNUstep/System/Library/Headers/InterfaceBuilder
+@dirrm share/GNUstep/System/Applications/GormTest.app/Resources/GormTest.gorm
@dirrm share/GNUstep/System/Applications/GormTest.app/Resources
@dirrm share/GNUstep/System/Applications/GormTest.app
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormViewSizeInspector.gorm
@@ -191,6 +196,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/GormNSSplitViewInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormImageInspector.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormFontView.gorm
@dirrm share/GNUstep/System/Applications/Gorm.app/Resources/GormCustomClassInspector.gorm
diff -r dfb836fb2b88 -r 958480903dbc devel/Gorm/distinfo
--- a/devel/Gorm/distinfo Sun Apr 11 00:03:46 2004 +0000
+++ b/devel/Gorm/distinfo Sun Apr 11 00:05:24 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2003/12/05 10:29:17 adam Exp $
+$NetBSD: distinfo,v 1.7 2004/04/11 00:05:24 rh Exp $
-SHA1 (Gorm-0.4.0.tar.gz) = b89d152e056ba063292c2b04c7f5fcef88c60854
-Size (Gorm-0.4.0.tar.gz) = 375933 bytes
+SHA1 (Gorm-0.6.0.tar.gz) = 0b437a6bf83ca4de0b7c14f9d9c2f951b15378cc
+Size (Gorm-0.6.0.tar.gz) = 548796 bytes
Home |
Main Index |
Thread Index |
Old Index