From 26dcded542400bdb1427f08d229df505b92abeef Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 21 Jun 2003 07:50:04 +0000 Subject: [PATCH] Update to gnustep-1.7.1 / gui-8.7 --- devel/gnustep-make/Makefile | 2 +- devel/gnustep-make/distinfo | 2 +- devel/gnustep/Makefile | 2 +- lang/gnustep-base/Makefile | 2 +- lang/gnustep-base/distinfo | 2 +- x11-toolkits/gnustep-back/Makefile | 5 +- x11-toolkits/gnustep-back/distinfo | 2 +- .../files/{patch-ftfont.m => ftfont.m.diff} | 0 x11-toolkits/gnustep-gui/Makefile | 2 +- x11-toolkits/gnustep-gui/distinfo | 2 +- x11-toolkits/gnustep-gui/pkg-plist | 252 ++++++++++++++++++ 11 files changed, 264 insertions(+), 9 deletions(-) rename x11-toolkits/gnustep-back/files/{patch-ftfont.m => ftfont.m.diff} (100%) diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 783fca5767d6..360f06f58714 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-make .if defined(WITH_GNUSTEP_DEVEL) -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 .else PORTVERSION= 1.6.0 .endif diff --git a/devel/gnustep-make/distinfo b/devel/gnustep-make/distinfo index ba1cdaad531f..26aeb4bfc334 100644 --- a/devel/gnustep-make/distinfo +++ b/devel/gnustep-make/distinfo @@ -1,2 +1,2 @@ MD5 (gnustep-make-1.6.0.tar.gz) = e17e758ee9ab5bbe24dcc01fdafdb13c -MD5 (gnustep-make-1.7.0.tar.gz) = d93c9daeb32b77be47a51e3a7d199cb3 +MD5 (gnustep-make-1.7.1.tar.gz) = 5b349dd804785f335392ef4749e72a6d diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index b8463138271c..f315e90979db 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep .if defined(WITH_GNUSTEP_DEVEL) -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 .else PORTVERSION= 1.6.0 .endif diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 963ba6a5e1c7..380ee37cd7bf 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-base .if defined(WITH_GNUSTEP_DEVEL) -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 .else PORTVERSION= 1.6.0 .endif diff --git a/lang/gnustep-base/distinfo b/lang/gnustep-base/distinfo index 1bbe713f8721..4b1f632aaa92 100644 --- a/lang/gnustep-base/distinfo +++ b/lang/gnustep-base/distinfo @@ -1,2 +1,2 @@ MD5 (gnustep-base-1.6.0.tar.gz) = 41d2b9d9ef7c86dfe5f4dba8fa501278 -MD5 (gnustep-base-1.7.0.tar.gz) = f8c164589b8ee348a26104ae7ff2f495 +MD5 (gnustep-base-1.7.1.tar.gz) = 84e102171fd9852e76473c6c661a93f6 diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 495258077500..5c5eb53174a5 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-back .if defined(WITH_GNUSTEP_DEVEL) -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.7 .else PORTVERSION= 0.8.5 .endif @@ -51,6 +51,9 @@ CONFIGURE_ARGS+= --enable-graphics=art --with-name=art PLIST_SUB+= BACK=art USE_XLIB="@comment " PLIST_SUB+= USE_XLIB="@comment " USE_XDPS="@comment " USE_ART="" PKGNAMESUFFIX?= -art +.if !defined(WITH_GNUSTEP_DEVEL) +EXTRA_PATCHES+= ${FILESDIR}/ftfont.m.diff +.endif .else CONFIGURE_ARGS+= --enable-graphics=xlib --with-name=back PLIST_SUB+= BACK=back diff --git a/x11-toolkits/gnustep-back/distinfo b/x11-toolkits/gnustep-back/distinfo index 7fdad4fc0ae7..5a3c36ffddc5 100644 --- a/x11-toolkits/gnustep-back/distinfo +++ b/x11-toolkits/gnustep-back/distinfo @@ -1,2 +1,2 @@ MD5 (gnustep-back-0.8.5.tar.gz) = 9020f254f584ed176221321218857b55 -MD5 (gnustep-back-0.8.6.tar.gz) = 3e3e43ccb85a8cb5ce9fc14fb2842215 +MD5 (gnustep-back-0.8.7.tar.gz) = 1b9e0eae52bce69a979d07a3cbe4019d diff --git a/x11-toolkits/gnustep-back/files/patch-ftfont.m b/x11-toolkits/gnustep-back/files/ftfont.m.diff similarity index 100% rename from x11-toolkits/gnustep-back/files/patch-ftfont.m rename to x11-toolkits/gnustep-back/files/ftfont.m.diff diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index a06f92497d9d..6201da80e69d 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-gui .if defined(WITH_GNUSTEP_DEVEL) -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.7 .else PORTVERSION= 0.8.5 .endif diff --git a/x11-toolkits/gnustep-gui/distinfo b/x11-toolkits/gnustep-gui/distinfo index 9ee8e7fb2061..0bedd9927866 100644 --- a/x11-toolkits/gnustep-gui/distinfo +++ b/x11-toolkits/gnustep-gui/distinfo @@ -1,2 +1,2 @@ MD5 (gnustep-gui-0.8.5.tar.gz) = ddaf662db31a4e6b382499548e9efcf4 -MD5 (gnustep-gui-0.8.6.tar.gz) = b477cda250f5ad67d71247a5470e7f81 +MD5 (gnustep-gui-0.8.7.tar.gz) = a3da917a6ac77917ddfaddf356a8a469 diff --git a/x11-toolkits/gnustep-gui/pkg-plist b/x11-toolkits/gnustep-gui/pkg-plist index 8a7b05be8ca1..04cf1ebc1c92 100644 --- a/x11-toolkits/gnustep-gui/pkg-plist +++ b/x11-toolkits/gnustep-gui/pkg-plist @@ -170,6 +170,249 @@ System/Library/ColorPickers/WheelPicker.bundle/stamp.make %%SYSTEMLIBRARY%%/Headers/gnustep/gui/IMConnectors.h %%SYSTEMLIBRARY%%/Headers/gnustep/gui/IMCustomObject.h %%SYSTEMLIBRARY%%/Headers/gnustep/gui/IMLoading.h +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/ReleaseNotes/0.8.7/INSTALL +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/ReleaseNotes/0.8.7/NEWS +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/ReleaseNotes/0.8.7/README +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/ReleaseNotes/0.8.7/ANNOUNCE +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/ReleaseNotes/0.8.7/BUGS +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/.cvsignore +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/DefaultsSummary.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/GNUmakefile +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/Gui.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/Introduction.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/LanguageSetup.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSBundleAdditions.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSCoderAdditions.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMutableAttributedStringAdditions.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMutableParagraphStyle.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSStringAdditions.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSDocumentController.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/TypesAndConstants.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/Functions.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/GSDisplayServer.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/GSTable.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/GSHbox.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/GSVbox.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSActionCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSAffineTransform.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSApplication.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSBezierPath.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSBox.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSBitmapImageRep.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSBrowser.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSBrowserCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSButton.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSButtonCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSCachedImageRep.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSClipView.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSColor.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSColorList.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSColorPanel.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSColorPicker.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSColorWell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSComboBox.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSComboBoxCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSControl.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSCursor.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSCustomImageRep.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSDataLink.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSDataLinkManager.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSDataLinkPanel.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSDocument.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSEPSImageRep.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSDrawer.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSFileWrapper.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSEvent.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSFontManager.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSFont.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSFontPanel.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTableView.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSForm.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSFormCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSGraphicsContext.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSHelpPanel.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSHelpManager.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSImage.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSImageCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSImageRep.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSImageView.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSInputManager.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSInputServer.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSLayoutManager.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMatrix.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMenu.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMenuItem.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMenuItemCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMenuView.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSOpenPanel.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSOutlineView.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPageLayout.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPanel.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSParagraphStyle.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPasteboard.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPopUpButton.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPopUpButtonCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPrintInfo.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPrintOperation.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPrintPanel.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPrinter.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSProgressIndicator.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSResponder.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSRulerMarker.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSRulerView.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSavePanel.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSScreen.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSScrollView.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSScroller.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSecureTextField.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSelection.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSlider.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSliderCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSound.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSpellChecker.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSpellServer.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSplitView.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSStepper.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSStepperCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSStringDrawing.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTabView.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTabViewItem.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTableColumn.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTableHeaderCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTableHeaderView.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTextAttachment.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSText.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTextContainer.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTextField.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTextFieldCell.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTextStorage.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTextView.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSToolbar.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSToolbarItem.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSView.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSWindow.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSWindowController.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSWorkspace.gsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/Gui.igsdoc +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/Gui.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/GSDisplayServer.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/Functions.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSActionCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/TypesAndConstants.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/GSHbox.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/GSTable.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/GSVbox.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSAffineTransform.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSApplication.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSBezierPath.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSBox.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSBitmapImageRep.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSBrowser.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSBrowserCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSButton.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSButtonCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSCachedImageRep.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSClipView.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSColor.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSColorList.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSColorPanel.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSColorPicker.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPageLayout.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSColorWell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSComboBox.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSComboBoxCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSControl.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSCursor.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSCustomImageRep.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSDataLink.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSDataLinkManager.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSDataLinkPanel.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSDocument.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSDocumentController.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSDrawer.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSEPSImageRep.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSEvent.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSFileWrapper.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSFont.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSFontManager.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSFontPanel.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSForm.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSFormCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSGraphicsContext.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSHelpPanel.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSHelpManager.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSImage.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSImageCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSImageRep.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSImageView.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSInputManager.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSInputServer.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSLayoutManager.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMatrix.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMenu.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMenuItem.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMenuItemCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMenuView.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSOpenPanel.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSOutlineView.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSParagraphStyle.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPanel.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPasteboard.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPopUpButton.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPopUpButtonCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPrintInfo.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPrintOperation.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPrintPanel.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSPrinter.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSProgressIndicator.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSResponder.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSRulerMarker.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSRulerView.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSavePanel.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSScreen.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSScrollView.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSScroller.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSelection.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTableHeaderCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSecureTextField.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSlider.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSliderCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSound.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSpellChecker.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSpellServer.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSSplitView.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSStepper.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSStepperCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSStringDrawing.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTabView.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTabViewItem.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTableColumn.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTableHeaderView.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTableView.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSText.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTextAttachment.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTextContainer.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTextField.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTextFieldCell.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTextStorage.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSTextView.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSToolbar.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSToolbarItem.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSView.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSWindow.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSWindowController.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSWorkspace.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/Introduction.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/DefaultsSummary.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/LanguageSetup.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSBundleAdditions.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSCoderAdditions.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMutableParagraphStyle.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSMutableAttributedStringAdditions.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/Developer/Gui/Reference/NSStringAdditions.html +%%GNUSTEP_DEVEL%%System/Library/Documentation/info/gnustep-gui.info %%GNUSTEP_DEVEL%%System/Library/Images/GNUstep.tiff %%GNUSTEP_DEVEL%%System/Library/Images/GNUstepMenuImage.tiff %%GNUSTEP_DEVEL%%System/Library/Images/GNUstep_Images_Copyright @@ -997,6 +1240,15 @@ System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/set_show_service %%GNUSTEP_DEVEL%%@dirrm System/Library/Libraries/Resources/gnustep-gui/Italian.lproj %%GNUSTEP_DEVEL%%@dirrm System/Library/Libraries/Resources/gnustep-gui/English.lproj %%GNUSTEP_DEVEL%%@dirrm System/Library/Libraries/Resources/gnustep-gui +%%GNUSTEP_DEVEL%%@dirrm System/Library/Documentation/info +%%GNUSTEP_DEVEL%%@dirrm System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%% +%%GNUSTEP_DEVEL%%@dirrm System/Library/Documentation/Developer/Gui/ReleaseNotes +%%GNUSTEP_DEVEL%%@dirrm System/Library/Documentation/Developer/Gui/Reference/Gui +%%GNUSTEP_DEVEL%%@dirrm System/Library/Documentation/Developer/Gui/Reference +%%GNUSTEP_DEVEL%%@dirrm System/Library/Documentation/Developer/Gui/Manual +%%GNUSTEP_DEVEL%%@dirrm System/Library/Documentation/Developer/Gui +%%GNUSTEP_DEVEL%%@dirrm System/Library/Documentation/Developer +%%GNUSTEP_DEVEL%%@dirrm System/Library/Documentation %%GNUSTEP_STABLE%%@dirrm System/Library/Model %%GNUSTEP_STABLE%%@dirrm %%SYSTEMLIBRARY%%/Libraries/Resources/PrinterTypes/Swedish.lproj %%GNUSTEP_STABLE%%@dirrm %%SYSTEMLIBRARY%%/Libraries/Resources/PrinterTypes/Spanish.lproj