diff options
author | adam <adam@pkgsrc.org> | 2007-11-25 14:43:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-11-25 14:43:11 +0000 |
commit | daec87b95fce247f5c8b447f6d5608e4186d2f5f (patch) | |
tree | 6e742706e8f7b9e6e40669c20f634b00e511e9ff /x11/gnustep-gui | |
parent | ddbee96d7e6d9922a4292f6b03168b2b837b67da (diff) | |
download | pkgsrc-daec87b95fce247f5c8b447f6d5608e4186d2f5f.tar.gz |
Changes 0.12.0:
* Lots of improvements to the NSBitmapImage subclasses.
* GSTheme and other classes were added to improve support of theming.
* Added new methods from Mac OS X 10.4 for NSControl, NSResponder,
NSDocument, NSPrintOperation, NSWindowController, NSCell,
NSMenuItem, NSView. Some ivar names were changed also.
* Added new ivars for NSMenuItem, NSPrintOperation, NSTableView,
NSDrawer, NSScrollView.
* New classes from Mac OS X 10.4 and earlier were added including
NSLevelIndicator, NSObjectController, NSUserDefaultsController,
NSKeyValueBinding, NSArrayController, NSController.
* NSSpellServer and NSAffineTransform was moved to GNUstep base for
Mac OS X compatibility.
Changes 0.11.0:
* Added support for keyed encoding in all gui classes.
* Added mechanism to allow for dynamic extension of model loading
mechanism
* Implemented glue code in GSNibCompatibility for classes such as
NSIBObjectData, NSClassSwapper, etc. to facilitate nib loading.
Diffstat (limited to 'x11/gnustep-gui')
-rw-r--r-- | x11/gnustep-gui/Makefile | 14 | ||||
-rw-r--r-- | x11/gnustep-gui/PLIST | 76 | ||||
-rw-r--r-- | x11/gnustep-gui/buildlink3.mk | 16 | ||||
-rw-r--r-- | x11/gnustep-gui/distinfo | 8 |
4 files changed, 64 insertions, 50 deletions
diff --git a/x11/gnustep-gui/Makefile b/x11/gnustep-gui/Makefile index cd4aa4fc930..c5ce55c294f 100644 --- a/x11/gnustep-gui/Makefile +++ b/x11/gnustep-gui/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2007/01/15 19:07:14 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2007/11/25 14:43:11 adam Exp $ -DISTNAME= gnustep-gui-0.11.0 -PKGREVISION= 1 +DISTNAME= gnustep-gui-0.12.0 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} @@ -9,11 +8,10 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnustep.org/ COMMENT= GNUstep AppKit Implementation -USE_LANGUAGES= objc - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--exec-prefix=${PREFIX:Q}/libexec/GNUstep -MAKE_FILE= GNUmakefile +USE_LANGUAGES= objc +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep +MAKE_FILE= GNUmakefile .include "../../audio/libaudiofile/buildlink3.mk" .include "../../devel/gnustep-base/buildlink3.mk" diff --git a/x11/gnustep-gui/PLIST b/x11/gnustep-gui/PLIST index 7ff382b208b..d1854edc894 100644 --- a/x11/gnustep-gui/PLIST +++ b/x11/gnustep-gui/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2006/08/30 14:55:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.16 2007/11/25 14:43:11 adam Exp $ share/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR share/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/Resources/Info-gnustep.plist share/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/stamp.make @@ -32,9 +32,9 @@ share/GNUstep/System/Library/Headers/AppKit/AppKitExceptions.h 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/GSAnimator.h share/GNUstep/System/Library/Headers/AppKit/GSDisplayServer.h share/GNUstep/System/Library/Headers/AppKit/GSDragView.h -share/GNUstep/System/Library/Headers/AppKit/GSDrawFunctions.h share/GNUstep/System/Library/Headers/AppKit/GSEPSPrintOperation.h share/GNUstep/System/Library/Headers/AppKit/GSFontInfo.h share/GNUstep/System/Library/Headers/AppKit/GSFusedSilica.h @@ -58,6 +58,7 @@ share/GNUstep/System/Library/Headers/AppKit/GSPrinting.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/GSTheme.h share/GNUstep/System/Library/Headers/AppKit/GSTitleView.h share/GNUstep/System/Library/Headers/AppKit/GSToolbar.h share/GNUstep/System/Library/Headers/AppKit/GSToolbarView.h @@ -71,7 +72,9 @@ share/GNUstep/System/Library/Headers/AppKit/IMLoading.h share/GNUstep/System/Library/Headers/AppKit/NSActionCell.h share/GNUstep/System/Library/Headers/AppKit/NSAffineTransform.h share/GNUstep/System/Library/Headers/AppKit/NSAlert.h +share/GNUstep/System/Library/Headers/AppKit/NSAnimation.h share/GNUstep/System/Library/Headers/AppKit/NSApplication.h +share/GNUstep/System/Library/Headers/AppKit/NSArrayController.h share/GNUstep/System/Library/Headers/AppKit/NSAttributedString.h share/GNUstep/System/Library/Headers/AppKit/NSBezierPath.h share/GNUstep/System/Library/Headers/AppKit/NSBitmapImageRep.h @@ -92,6 +95,7 @@ share/GNUstep/System/Library/Headers/AppKit/NSColorWell.h share/GNUstep/System/Library/Headers/AppKit/NSComboBox.h share/GNUstep/System/Library/Headers/AppKit/NSComboBoxCell.h share/GNUstep/System/Library/Headers/AppKit/NSControl.h +share/GNUstep/System/Library/Headers/AppKit/NSController.h share/GNUstep/System/Library/Headers/AppKit/NSCursor.h share/GNUstep/System/Library/Headers/AppKit/NSCustomImageRep.h share/GNUstep/System/Library/Headers/AppKit/NSDataLink.h @@ -99,7 +103,6 @@ share/GNUstep/System/Library/Headers/AppKit/NSDataLinkManager.h share/GNUstep/System/Library/Headers/AppKit/NSDataLinkPanel.h share/GNUstep/System/Library/Headers/AppKit/NSDocument.h share/GNUstep/System/Library/Headers/AppKit/NSDocumentController.h -share/GNUstep/System/Library/Headers/AppKit/NSDocumentFrameworkPrivate.h share/GNUstep/System/Library/Headers/AppKit/NSDragging.h share/GNUstep/System/Library/Headers/AppKit/NSDrawer.h share/GNUstep/System/Library/Headers/AppKit/NSEPSImageRep.h @@ -121,7 +124,10 @@ share/GNUstep/System/Library/Headers/AppKit/NSImageView.h share/GNUstep/System/Library/Headers/AppKit/NSInputManager.h share/GNUstep/System/Library/Headers/AppKit/NSInputServer.h share/GNUstep/System/Library/Headers/AppKit/NSInterfaceStyle.h +share/GNUstep/System/Library/Headers/AppKit/NSKeyValueBinding.h share/GNUstep/System/Library/Headers/AppKit/NSLayoutManager.h +share/GNUstep/System/Library/Headers/AppKit/NSLevelIndicator.h +share/GNUstep/System/Library/Headers/AppKit/NSLevelIndicatorCell.h share/GNUstep/System/Library/Headers/AppKit/NSMatrix.h share/GNUstep/System/Library/Headers/AppKit/NSMenu.h share/GNUstep/System/Library/Headers/AppKit/NSMenuItem.h @@ -133,6 +139,7 @@ share/GNUstep/System/Library/Headers/AppKit/NSNib.h share/GNUstep/System/Library/Headers/AppKit/NSNibConnector.h share/GNUstep/System/Library/Headers/AppKit/NSNibDeclarations.h share/GNUstep/System/Library/Headers/AppKit/NSNibLoading.h +share/GNUstep/System/Library/Headers/AppKit/NSObjectController.h share/GNUstep/System/Library/Headers/AppKit/NSOpenGL.h share/GNUstep/System/Library/Headers/AppKit/NSOpenGLView.h share/GNUstep/System/Library/Headers/AppKit/NSOpenPanel.h @@ -184,6 +191,7 @@ share/GNUstep/System/Library/Headers/AppKit/NSTextStorage.h share/GNUstep/System/Library/Headers/AppKit/NSTextView.h share/GNUstep/System/Library/Headers/AppKit/NSToolbar.h share/GNUstep/System/Library/Headers/AppKit/NSToolbarItem.h +share/GNUstep/System/Library/Headers/AppKit/NSUserDefaultsController.h share/GNUstep/System/Library/Headers/AppKit/NSUserInterfaceValidation.h share/GNUstep/System/Library/Headers/AppKit/NSView.h share/GNUstep/System/Library/Headers/AppKit/NSWindow+Toolbar.h @@ -194,9 +202,9 @@ share/GNUstep/System/Library/Headers/AppKit/PSOperators.h share/GNUstep/System/Library/Headers/Cocoa/Cocoa.h share/GNUstep/System/Library/Headers/GNUstepGUI/GMAppKit.h share/GNUstep/System/Library/Headers/GNUstepGUI/GMArchiver.h +share/GNUstep/System/Library/Headers/GNUstepGUI/GSAnimator.h share/GNUstep/System/Library/Headers/GNUstepGUI/GSDisplayServer.h share/GNUstep/System/Library/Headers/GNUstepGUI/GSDragView.h -share/GNUstep/System/Library/Headers/GNUstepGUI/GSDrawFunctions.h share/GNUstep/System/Library/Headers/GNUstepGUI/GSEPSPrintOperation.h share/GNUstep/System/Library/Headers/GNUstepGUI/GSFontInfo.h share/GNUstep/System/Library/Headers/GNUstepGUI/GSFusedSilica.h @@ -220,6 +228,7 @@ share/GNUstep/System/Library/Headers/GNUstepGUI/GSPrinting.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/GSTheme.h share/GNUstep/System/Library/Headers/GNUstepGUI/GSTitleView.h share/GNUstep/System/Library/Headers/GNUstepGUI/GSToolbar.h share/GNUstep/System/Library/Headers/GNUstepGUI/GSToolbarView.h @@ -232,9 +241,9 @@ share/GNUstep/System/Library/Headers/GNUstepGUI/IMCustomObject.h 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/GSAnimator.h share/GNUstep/System/Library/Headers/gnustep/gui/GSDisplayServer.h share/GNUstep/System/Library/Headers/gnustep/gui/GSDragView.h -share/GNUstep/System/Library/Headers/gnustep/gui/GSDrawFunctions.h share/GNUstep/System/Library/Headers/gnustep/gui/GSEPSPrintOperation.h share/GNUstep/System/Library/Headers/gnustep/gui/GSFontInfo.h share/GNUstep/System/Library/Headers/gnustep/gui/GSFusedSilica.h @@ -258,6 +267,7 @@ share/GNUstep/System/Library/Headers/gnustep/gui/GSPrinting.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/GSTheme.h share/GNUstep/System/Library/Headers/gnustep/gui/GSTitleView.h share/GNUstep/System/Library/Headers/gnustep/gui/GSToolbar.h share/GNUstep/System/Library/Headers/gnustep/gui/GSToolbarView.h @@ -271,8 +281,11 @@ share/GNUstep/System/Library/Headers/gnustep/gui/IMLoading.h share/GNUstep/System/Library/Images/GNUstep.tiff share/GNUstep/System/Library/Images/GNUstepMenuImage.tiff share/GNUstep/System/Library/Images/GNUstep_Images_Copyright +share/GNUstep/System/Library/Images/GSSearch.tiff +share/GNUstep/System/Library/Images/GSStop.tiff share/GNUstep/System/Library/Images/MagnifyGlass.tiff share/GNUstep/System/Library/Images/NSComboArrow.tiff +share/GNUstep/System/Library/Images/NSRatingLevelIndicator.tiff share/GNUstep/System/Library/Images/common_2DCheckMark.tiff share/GNUstep/System/Library/Images/common_2DDash.tiff share/GNUstep/System/Library/Images/common_3DArrowDown.tiff @@ -299,6 +312,7 @@ share/GNUstep/System/Library/Images/common_Diamond.tiff share/GNUstep/System/Library/Images/common_Dimple.tiff share/GNUstep/System/Library/Images/common_DownArrowSmall.tiff share/GNUstep/System/Library/Images/common_Folder.tiff +share/GNUstep/System/Library/Images/common_HelpCursor.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 @@ -360,21 +374,23 @@ share/GNUstep/System/Library/Images/nsmapping.strings share/GNUstep/System/Library/Images/page_landscape.tiff share/GNUstep/System/Library/Images/page_portrait.tiff share/GNUstep/System/Library/KeyBindings/DefaultKeyBindings.dict -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSDataLinkPanel.gorm/data.classes -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSDataLinkPanel.gorm/data.info -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSDataLinkPanel.gorm/objects.gorm -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSPageLayout.gorm/data.classes -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSPageLayout.gorm/objects.gorm -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSPrintPanel.gorm/data.classes -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSPrintPanel.gorm/objects.gorm -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSSpellPanel.gorm/data.classes -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSSpellPanel.gorm/objects.gorm -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/Localizable.strings -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/Esperanto.lproj/Localizable.strings -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/German.lproj/Localizable.strings -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/Info-gnustep.plist -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/Italian.lproj/Localizable.strings -share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/Lojban.lproj/Localizable.strings +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSDataLinkPanel.gorm/data.classes +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSDataLinkPanel.gorm/data.info +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSDataLinkPanel.gorm/objects.gorm +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPageLayout.gorm/data.classes +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPageLayout.gorm/data.info +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPageLayout.gorm/objects.gorm +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPrintPanel.gorm/data.classes +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPrintPanel.gorm/data.info +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPrintPanel.gorm/objects.gorm +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSSpellPanel.gorm/data.classes +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSSpellPanel.gorm/objects.gorm +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/Localizable.strings +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/Esperanto.lproj/Localizable.strings +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/German.lproj/Localizable.strings +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/Info-gnustep.plist +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/Italian.lproj/Localizable.strings +share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/Lojban.lproj/Localizable.strings share/GNUstep/System/Library/Libraries/libgnustep-gui.so share/GNUstep/System/Library/Libraries/libgnustep-gui.so.${PKGVERSION} share/GNUstep/System/Library/Makefiles/Additional/gui.make @@ -395,16 +411,16 @@ share/GNUstep/System/Tools/set_show_service @dirrm share/GNUstep/System/Library/PostScript/PPD @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/PostScript @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Makefiles/Additional -@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/Lojban.lproj -@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/Italian.lproj -@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/German.lproj -@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/Esperanto.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 -@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSPageLayout.gorm -@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSDataLinkPanel.gorm -@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-gui/English.lproj -@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-gui +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/Lojban.lproj +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/Italian.lproj +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/German.lproj +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/Esperanto.lproj +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSSpellPanel.gorm +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPrintPanel.gorm +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSPageLayout.gorm +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSDataLinkPanel.gorm +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Libraries/Resources @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Libraries @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/KeyBindings diff --git a/x11/gnustep-gui/buildlink3.mk b/x11/gnustep-gui/buildlink3.mk index 064432f4f90..621b5459c87 100644 --- a/x11/gnustep-gui/buildlink3.mk +++ b/x11/gnustep-gui/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2006/07/08 23:11:14 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2007/11/25 14:43:12 adam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GNUSTEP_GUI_BUILDLINK3_MK:= ${GNUSTEP_GUI_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= gnustep-gui BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gnustep-gui .if !empty(GNUSTEP_GUI_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.gnustep-gui+= gnustep-gui>=0.9.2 +BUILDLINK_API_DEPENDS.gnustep-gui+= gnustep-gui>=0.9.2 BUILDLINK_ABI_DEPENDS.gnustep-gui+= gnustep-gui>=0.10.3nb1 BUILDLINK_PKGSRCDIR.gnustep-gui?= ../../x11/gnustep-gui @@ -21,9 +21,9 @@ PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/Bundles\/TextConvert PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/Headers\/AppKit$$/ { print "@comment in x11/gnustep-gui: " $$0; next; } PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/Headers\/GNUstepGUI$$/ { print "@comment in x11/gnustep-gui: " $$0; next; } PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/Headers\/gnustep\/gui$$/ { print "@comment in x11/gnustep-gui: " $$0; next; } -PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-gui$$/ { print "@comment in x11/gnustep-gui: " $$0; next; } -PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-gui\/English.lproj$$/ { print "@comment in x11/gnustep-gui: " $$0; next; } -PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-gui\/Italian.lproj$$/ { print "@comment in x11/gnustep-gui: " $$0; next; } +PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/gnustep-gui\/Versions\/0\.12\/Resources$$/ { print "@comment in x11/gnustep-gui: " $$0; next; } +PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/gnustep-gui\/Versions\/0\.12\/Resources\/English.lproj$$/ { print "@comment in x11/gnustep-gui: " $$0; next; } +PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/gnustep-gui\/Versions\/0\.12\/Resources\/Italian.lproj$$/ { print "@comment in x11/gnustep-gui: " $$0; next; } PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/PostScript\/PPD$$/ { print "@comment in x11/gnustep-gui: " $$0; next; } PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/PostScript\/PPD\/English.lproj$$/ { print "@comment in x11/gnustep-gui: " $$0; next; } PRINT_PLIST_AWK+= /^@dirrm share\/GNUstep\/System\/Library\/Services\/GSspell.service$$/ { print "@comment in x11/gnustep-gui: " $$0; next; } @@ -33,9 +33,9 @@ PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Bundle PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers\/AppKit$$/ { next; } PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers\/GNUstepGUI$$/ { next; } PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers\/gnustep\/gui$$/ { next; } -PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-gui$$/ { next; } -PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-gui\/English.lproj$$/ { next; } -PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-gui\/Italian.lproj$$/ { next; } +PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/gnustep-gui\/Versions\/0\.12\/Resources$$/ { next; } +PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/gnustep-gui\/Versions\/0\.12\/Resources\/English.lproj$$/ { next; } +PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/gnustep-gui\/Versions\/0\.12\/Resources\/Italian.lproj$$/ { next; } PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/PostScript\/PPD$$/ { next; } PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/PostScript\/PPD\/English.lproj$$/ { next; } PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Services\/GSspell.service$$/ { next; } diff --git a/x11/gnustep-gui/distinfo b/x11/gnustep-gui/distinfo index 23ceab2a3e6..64ef720b63c 100644 --- a/x11/gnustep-gui/distinfo +++ b/x11/gnustep-gui/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2006/08/30 14:55:28 adam Exp $ +$NetBSD: distinfo,v 1.16 2007/11/25 14:43:12 adam Exp $ -SHA1 (gnustep-gui-0.11.0.tar.gz) = 2a83780e047e4b58681407edd282b135a65634d7 -RMD160 (gnustep-gui-0.11.0.tar.gz) = 9428d9f0e3f3487b62499d7dfb716d58d5567d2d -Size (gnustep-gui-0.11.0.tar.gz) = 1602044 bytes +SHA1 (gnustep-gui-0.12.0.tar.gz) = f3ebc28181db5a30788ccfc547404a6f52c49fd0 +RMD160 (gnustep-gui-0.12.0.tar.gz) = 886839d60065dbb598d9aefed929a820a0b5dc36 +Size (gnustep-gui-0.12.0.tar.gz) = 1738576 bytes SHA1 (patch-ab) = 3a0aad91274707c1f935db754dda90b1f6f04d3b SHA1 (patch-ac) = ad486b1e2a751475c2f8bb118f8452c38273053a |