summaryrefslogtreecommitdiff
path: root/x11/gnustep-gui
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2004-04-10 23:44:28 +0000
committerrh <rh@pkgsrc.org>2004-04-10 23:44:28 +0000
commit2b3a0eb31c9b0dd42043fca4473e73c6001e6b75 (patch)
tree5d289185da7d98123223d92bc9eb72c50f8950a1 /x11/gnustep-gui
parent35ebe3e2db7f92de82b45582133b653d3754d8bb (diff)
downloadpkgsrc-2b3a0eb31c9b0dd42043fca4473e73c6001e6b75.tar.gz
Update gnustep-gui to 0.9.2.
Noteworthy changes in version `0.9.2' ===================================== * Working NSToolbar implementation * New Mac OS X methods in NSView and other classes * Fixed some sheet handling problems. * Integrated gif, jpg, and png handling in front-end. * Added overridable button and frame drawing functions * Add some keyed decode/encoding to some classes * NSStringDrawing redesigned. * Much improved loading of gorm files Noteworthy changes in version `0.9.1' ===================================== * NSWindow - DnD works on whole window and events are propogated up to first DnD aware view. * Absolute paths and DnD works in OpenPanels.
Diffstat (limited to 'x11/gnustep-gui')
-rw-r--r--x11/gnustep-gui/Makefile26
-rw-r--r--x11/gnustep-gui/PLIST34
-rw-r--r--x11/gnustep-gui/buildlink2.mk5
-rw-r--r--x11/gnustep-gui/buildlink3.mk24
-rw-r--r--x11/gnustep-gui/distinfo6
5 files changed, 58 insertions, 37 deletions
diff --git a/x11/gnustep-gui/Makefile b/x11/gnustep-gui/Makefile
index 5d46e37dcde..d50101cb758 100644
--- a/x11/gnustep-gui/Makefile
+++ b/x11/gnustep-gui/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2004/03/26 02:27:59 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/10 23:44:28 rh Exp $
#
-DISTNAME= gnustep-gui-0.9.0
-PKGREVISION= 3
+DISTNAME= gnustep-gui-0.9.2
CATEGORIES= x11 gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
@@ -10,18 +9,15 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= GNUstep AppKit Implementation
-USE_BUILDLINK2= YES
-USE_GNU_TOOLS+= make
-USE_X11= YES
-MAKEFILE= GNUmakefile
-GNU_CONFIGURE= YES
-GNU_CONFIGURE_PREFIX= ${PREFIX}/share/GNUstep
+USE_BUILDLINK3= yes
+USE_X11= yes
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
-.include "../../audio/libaudiofile/buildlink2.mk"
-.include "../../devel/gnustep-base/buildlink2.mk"
-.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../graphics/tiff/buildlink2.mk"
-.include "../../mk/ossaudio.buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../audio/libaudiofile/buildlink3.mk"
+.include "../../devel/gnustep-base/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/gnustep-gui/PLIST b/x11/gnustep-gui/PLIST
index ee6b2330dc2..68e7f1ff80d 100644
--- a/x11/gnustep-gui/PLIST
+++ b/x11/gnustep-gui/PLIST
@@ -1,9 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2003/12/05 10:06:39 adam Exp $
-share/GNUstep/System/Applications/md5Digest.app/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/md5Digest.app/Resources/md5Digest.desktop
-share/GNUstep/System/Applications/md5Digest.app/library_paths.openapp
-share/GNUstep/System/Applications/md5Digest.app/md5Digest
-share/GNUstep/System/Applications/md5Digest.app/stamp.make
+@comment $NetBSD: PLIST,v 1.6 2004/04/10 23:44:28 rh Exp $
share/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter
share/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/stamp.make
@@ -35,6 +30,7 @@ share/GNUstep/System/Library/Headers/AppKit/DPSOperators.h
share/GNUstep/System/Library/Headers/AppKit/GMAppKit.h
share/GNUstep/System/Library/Headers/AppKit/GMArchiver.h
share/GNUstep/System/Library/Headers/AppKit/GSDisplayServer.h
+share/GNUstep/System/Library/Headers/AppKit/GSDrawFunctions.h
share/GNUstep/System/Library/Headers/AppKit/GSFontInfo.h
share/GNUstep/System/Library/Headers/AppKit/GSFusedSilica.h
share/GNUstep/System/Library/Headers/AppKit/GSHbox.h
@@ -45,11 +41,13 @@ share/GNUstep/System/Library/Headers/AppKit/GSLayoutManager.h
share/GNUstep/System/Library/Headers/AppKit/GSLayoutManager_internal.h
share/GNUstep/System/Library/Headers/AppKit/GSMemoryPanel.h
share/GNUstep/System/Library/Headers/AppKit/GSMethodTable.h
+share/GNUstep/System/Library/Headers/AppKit/GSNibCompatibility.h
share/GNUstep/System/Library/Headers/AppKit/GSNibTemplates.h
share/GNUstep/System/Library/Headers/AppKit/GSPasteboardServer.h
share/GNUstep/System/Library/Headers/AppKit/GSServicesManager.h
share/GNUstep/System/Library/Headers/AppKit/GSTable.h
share/GNUstep/System/Library/Headers/AppKit/GSTextConverter.h
+share/GNUstep/System/Library/Headers/AppKit/GSTitleView.h
share/GNUstep/System/Library/Headers/AppKit/GSToolbarView.h
share/GNUstep/System/Library/Headers/AppKit/GSTrackingRect.h
share/GNUstep/System/Library/Headers/AppKit/GSTypesetter.h
@@ -177,6 +175,7 @@ share/GNUstep/System/Library/Headers/AppKit/PSOperators.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GMAppKit.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GMArchiver.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSDisplayServer.h
+share/GNUstep/System/Library/Headers/GNUstepGUI/GSDrawFunctions.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSFontInfo.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSFusedSilica.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSHbox.h
@@ -187,11 +186,13 @@ share/GNUstep/System/Library/Headers/GNUstepGUI/GSLayoutManager.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSLayoutManager_internal.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSMemoryPanel.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSMethodTable.h
+share/GNUstep/System/Library/Headers/GNUstepGUI/GSNibCompatibility.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSNibTemplates.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSPasteboardServer.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSServicesManager.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSTable.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSTextConverter.h
+share/GNUstep/System/Library/Headers/GNUstepGUI/GSTitleView.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSToolbarView.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSTrackingRect.h
share/GNUstep/System/Library/Headers/GNUstepGUI/GSTypesetter.h
@@ -203,6 +204,7 @@ share/GNUstep/System/Library/Headers/GNUstepGUI/IMLoading.h
share/GNUstep/System/Library/Headers/gnustep/gui/GMAppKit.h
share/GNUstep/System/Library/Headers/gnustep/gui/GMArchiver.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSDisplayServer.h
+share/GNUstep/System/Library/Headers/gnustep/gui/GSDrawFunctions.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSFontInfo.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSFusedSilica.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSHbox.h
@@ -213,11 +215,13 @@ share/GNUstep/System/Library/Headers/gnustep/gui/GSLayoutManager.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSLayoutManager_internal.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSMemoryPanel.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSMethodTable.h
+share/GNUstep/System/Library/Headers/gnustep/gui/GSNibCompatibility.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSNibTemplates.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSPasteboardServer.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSServicesManager.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSTable.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSTextConverter.h
+share/GNUstep/System/Library/Headers/gnustep/gui/GSTitleView.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSToolbarView.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSTrackingRect.h
share/GNUstep/System/Library/Headers/gnustep/gui/GSTypesetter.h
@@ -242,6 +246,7 @@ share/GNUstep/System/Library/Images/common_ArrowUp.tiff
share/GNUstep/System/Library/Images/common_CenterTabStop.tiff
share/GNUstep/System/Library/Images/common_Close.tiff
share/GNUstep/System/Library/Images/common_CloseBroken.tiff
+share/GNUstep/System/Library/Images/common_CloseBrokenH.tiff
share/GNUstep/System/Library/Images/common_CloseH.tiff
share/GNUstep/System/Library/Images/common_ColorSwatch.tiff
share/GNUstep/System/Library/Images/common_DecimalTabStop.tiff
@@ -252,6 +257,9 @@ share/GNUstep/System/Library/Images/common_Folder.tiff
share/GNUstep/System/Library/Images/common_Home.tiff
share/GNUstep/System/Library/Images/common_HomeDirectory.tiff
share/GNUstep/System/Library/Images/common_LeftTabStop.tiff
+share/GNUstep/System/Library/Images/common_MiniWindowTile.tiff
+share/GNUstep/System/Library/Images/common_Miniaturize.tiff
+share/GNUstep/System/Library/Images/common_MiniaturizeH.tiff
share/GNUstep/System/Library/Images/common_Mount.tiff
share/GNUstep/System/Library/Images/common_Nibble.tiff
share/GNUstep/System/Library/Images/common_Printer.tiff
@@ -284,7 +292,8 @@ share/GNUstep/System/Library/Images/common_TabUnSelectedJunction.tiff
share/GNUstep/System/Library/Images/common_TabUnSelectedLeft.tiff
share/GNUstep/System/Library/Images/common_TabUnSelectedRight.tiff
share/GNUstep/System/Library/Images/common_Tile.tiff
-share/GNUstep/System/Library/Images/common_ToolbarSeperatorItem.tiff
+share/GNUstep/System/Library/Images/common_ToolbarClippedItemsMark.tiff
+share/GNUstep/System/Library/Images/common_ToolbarSeparatorItem.tiff
share/GNUstep/System/Library/Images/common_ToolbarShowColorsItem.tiff
share/GNUstep/System/Library/Images/common_ToolbarShowFontsItem.tiff
share/GNUstep/System/Library/Images/common_ToolbarSpaceItem.tiff
@@ -293,8 +302,6 @@ share/GNUstep/System/Library/Images/common_UnknownApplication.tiff
share/GNUstep/System/Library/Images/common_UnknownTool.tiff
share/GNUstep/System/Library/Images/common_Unmount.tiff
share/GNUstep/System/Library/Images/common_UpAndDownArrowSmall.tiff
-share/GNUstep/System/Library/Images/common_WMClose.tiff
-share/GNUstep/System/Library/Images/common_WMCloseBroken.tiff
share/GNUstep/System/Library/Images/common_copyCursor.tiff
share/GNUstep/System/Library/Images/common_linkCursor.tiff
share/GNUstep/System/Library/Images/common_noCursor.tiff
@@ -316,7 +323,7 @@ share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSSpe
share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/Localizable.strings
share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/Italian.lproj/Localizable.strings
share/GNUstep/System/Library/Libraries/libgnustep-gui.so
-share/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.9.0
+share/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.9.2
share/GNUstep/System/Library/Makefiles/Additional/gui.make
share/GNUstep/System/Library/PostScript/GSProlog.ps
share/GNUstep/System/Library/PostScript/PPD/English.lproj/AGFA_AccuSet.ppd
@@ -636,14 +643,10 @@ share/GNUstep/System/Library/PostScript/PPD/Swedish.lproj/Linotronic_300.ppd
share/GNUstep/System/Library/PostScript/Printers
share/GNUstep/System/Library/Services/GSspell.service/GSspell
share/GNUstep/System/Library/Services/GSspell.service/Resources/Info-gnustep.plist
-share/GNUstep/System/Library/Services/example.service/Resources/Info-gnustep.plist
-share/GNUstep/System/Library/Services/example.service/example
share/GNUstep/System/Tools/gnustep_sndd
share/GNUstep/System/Tools/gopen
share/GNUstep/System/Tools/make_services
share/GNUstep/System/Tools/set_show_service
-@dirrm share/GNUstep/System/Library/Services/example.service/Resources
-@dirrm share/GNUstep/System/Library/Services/example.service
@dirrm share/GNUstep/System/Library/Services/GSspell.service/Resources
@dirrm share/GNUstep/System/Library/Services/GSspell.service
@dirrm share/GNUstep/System/Library/PostScript/PPD/Swedish.lproj
@@ -653,6 +656,7 @@ share/GNUstep/System/Tools/set_show_service
@dirrm share/GNUstep/System/Library/PostScript/PPD/French.lproj
@dirrm share/GNUstep/System/Library/PostScript/PPD/English.lproj
@dirrm share/GNUstep/System/Library/PostScript/PPD
+@dirrm share/GNUstep/System/Library/PostScript
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/Italian.lproj
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSSpellPanel.gorm
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSPrintPanel.gorm
@@ -677,5 +681,3 @@ share/GNUstep/System/Tools/set_show_service
@dirrm share/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/Resources
@dirrm share/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle
@dirrm share/GNUstep/System/Library/Bundles/TextConverters
-@dirrm share/GNUstep/System/Applications/md5Digest.app/Resources
-@dirrm share/GNUstep/System/Applications/md5Digest.app
diff --git a/x11/gnustep-gui/buildlink2.mk b/x11/gnustep-gui/buildlink2.mk
index 1b891524d21..b60601005f7 100644
--- a/x11/gnustep-gui/buildlink2.mk
+++ b/x11/gnustep-gui/buildlink2.mk
@@ -1,12 +1,11 @@
-# $NetBSD: buildlink2.mk,v 1.9 2004/03/26 02:27:59 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.10 2004/04/10 23:44:28 rh Exp $
#
.if !defined(GNUSTEP_GUI_BUILDLINK2_MK)
GNUSTEP_GUI_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= gnustep-gui
-BUILDLINK_DEPENDS.gnustep-gui?= gnustep-gui>=0.9.0nb1
-BUILDLINK_RECOMMENDED.gnustep-gui?= gnustep-gui>=0.9.0nb3
+BUILDLINK_DEPENDS.gnustep-gui?= gnustep-gui>=0.9.2
BUILDLINK_PKGSRCDIR.gnustep-gui?= ../../x11/gnustep-gui
EVAL_PREFIX+= BUILDLINK_PREFIX.gnustep-gui=gnustep-gui
diff --git a/x11/gnustep-gui/buildlink3.mk b/x11/gnustep-gui/buildlink3.mk
new file mode 100644
index 00000000000..8e2f6523f07
--- /dev/null
+++ b/x11/gnustep-gui/buildlink3.mk
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/04/10 23:44:28 rh Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GNUSTEP_GUI_BUILDLINK3_MK:= ${GNUSTEP_GUI_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= gnustep-gui
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnustep-gui}
+BUILDLINK_PACKAGES+= gnustep-gui
+
+.if !empty(GNUSTEP_GUI_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.gnustep-gui+= gnustep-gui>=0.9.2
+BUILDLINK_PKGSRCDIR.gnustep-gui?= ../../x11/gnustep-gui
+.endif # GNUSTEP_GUI_BUILDLINK3_MK
+
+.include "../../audio/libaudiofile/buildlink3.mk"
+.include "../../devel/gnustep-base/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/x11/gnustep-gui/distinfo b/x11/gnustep-gui/distinfo
index 4fc2d1afafc..0a05fbf8043 100644
--- a/x11/gnustep-gui/distinfo
+++ b/x11/gnustep-gui/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2003/12/05 10:06:39 adam Exp $
+$NetBSD: distinfo,v 1.6 2004/04/10 23:44:28 rh Exp $
-SHA1 (gnustep-gui-0.9.0.tar.gz) = a84a0eb749472b5ed5a6a918bd3ac2f93206e14f
-Size (gnustep-gui-0.9.0.tar.gz) = 2218446 bytes
+SHA1 (gnustep-gui-0.9.2.tar.gz) = f188d530cfff19a0a82c2bef0d5c5f415aca7182
+Size (gnustep-gui-0.9.2.tar.gz) = 2275341 bytes
SHA1 (patch-aa) = 91c54d7e0fb728c349fba963f86704d0d933b88d
SHA1 (patch-ab) = 3a0aad91274707c1f935db754dda90b1f6f04d3b
SHA1 (patch-ac) = 3e30333d462613faf2cedcc6a0b92638aabdc1d6