summaryrefslogtreecommitdiff
path: root/devel/Gorm/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-02-07 09:19:36 +0000
committeradam <adam@pkgsrc.org>2005-02-07 09:19:36 +0000
commit12dec1c063a905d5cb37bad5f37e6deaa35d47e7 (patch)
tree59f9d58b5513d0802fc631d15f3767f3546b942d /devel/Gorm/Makefile
parent47bcbb9edd6da070be207b5d2dd6923e96d44657 (diff)
downloadpkgsrc-12dec1c063a905d5cb37bad5f37e6deaa35d47e7.tar.gz
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 (limited to 'devel/Gorm/Makefile')
-rw-r--r--devel/Gorm/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/Gorm/Makefile b/devel/Gorm/Makefile
index 1a7e773f44f..4777e5773c0 100644
--- a/devel/Gorm/Makefile
+++ b/devel/Gorm/Makefile
@@ -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 @@ MAINTAINER= rh@NetBSD.org
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"