aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-03-05 23:03:21 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2004-03-05 23:03:21 +0800
commitdf583660859b72845b09ec904a759847e72697ca (patch)
treedc81fcb22a44f008d1fe7824835b2aefc91e0914
parent29f6a6d9796c08f65e3ae0a436a8d57bdb957168 (diff)
downloadfreebsd-ports-gnome-df583660859b72845b09ec904a759847e72697ca.tar.gz
freebsd-ports-gnome-df583660859b72845b09ec904a759847e72697ca.tar.zst
freebsd-ports-gnome-df583660859b72845b09ec904a759847e72697ca.zip
- use libpng, bump PORTREVISION
- sort pkg-plist - add WITH_GNUSTEP_DEVEL for 0.9.2
-rw-r--r--x11-toolkits/gnustep-gui/Makefile21
-rw-r--r--x11-toolkits/gnustep-gui/distinfo2
-rw-r--r--x11-toolkits/gnustep-gui/pkg-plist597
3 files changed, 326 insertions, 294 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index ef3c5cd76ba8..7ffa5f058299 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -6,8 +6,12 @@
#
PORTNAME= gnustep-gui
+.if defined(WITH_GNUSTEP_DEVEL)
+PORTVERSION= 0.9.2
+.else
PORTVERSION= 0.9.1
-PORTREVISION= 1
+PORTREVISION= 2
+.endif
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= core
@@ -16,7 +20,11 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep GUI library
LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
+.if defined(WITH_GNUSTEP_DEVEL)
+LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif
+.endif
NOT_FOR_ARCHS= ia64
PREFIX= ${LOCALBASE}/GNUstep
@@ -27,6 +35,12 @@ CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include
CONFIGURE_ARGS+= --with-jpeg-library=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include
+.if defined(WITH_GNUSTEP_DEVEL)
+CONFIGURE_ARGS+= --with-x
+CONFIGURE_ARGS+= --with-x-include=${X11BASE}/include
+CONFIGURE_ARGS+= --with-x-include=${X11BASE}/lib
+USE_XLIB= yes
+.endif
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_CONFIGURE= yes
@@ -51,6 +65,11 @@ pre-configure:
${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile
.endif
+post-install:
+.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH) || defined(CLEAN_ROOT)
+ ${RM} -rf /root/GNUstep
+.endif
+
test:
@(cd ${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss && \
${GMAKE} && ./patest)
diff --git a/x11-toolkits/gnustep-gui/distinfo b/x11-toolkits/gnustep-gui/distinfo
index 9e675c993969..49942fd7cbb3 100644
--- a/x11-toolkits/gnustep-gui/distinfo
+++ b/x11-toolkits/gnustep-gui/distinfo
@@ -1,2 +1,4 @@
MD5 (gnustep-gui-0.9.1.tar.gz) = 327931f757d36cf135a7c3ce5f84e51d
SIZE (gnustep-gui-0.9.1.tar.gz) = 2227572
+MD5 (gnustep-gui-0.9.2.tar.gz) = 109b6e44eea028de14c2a8346674b6b6
+SIZE (gnustep-gui-0.9.2.tar.gz) = 2275341
diff --git a/x11-toolkits/gnustep-gui/pkg-plist b/x11-toolkits/gnustep-gui/pkg-plist
index 0bd096fa8c3d..15b79e17b765 100644
--- a/x11-toolkits/gnustep-gui/pkg-plist
+++ b/x11-toolkits/gnustep-gui/pkg-plist
@@ -1,12 +1,12 @@
-System/Library/Bundles/TextConverters/RTFConverter.bundle/Resources/Info-gnustep.plist
System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter
+System/Library/Bundles/TextConverters/RTFConverter.bundle/Resources/Info-gnustep.plist
System/Library/Bundles/TextConverters/RTFConverter.bundle/stamp.make
System/Library/Bundles/libgmodel.bundle/Resources/Info-gnustep.plist
System/Library/Bundles/libgmodel.bundle/libgmodel
System/Library/Bundles/libgmodel.bundle/stamp.make
System/Library/ColorPickers/NamedPicker.bundle/NamedPicker
-System/Library/ColorPickers/NamedPicker.bundle/Resources/Info-gnustep.plist
System/Library/ColorPickers/NamedPicker.bundle/Resources/GSNamedColorPicker.tiff
+System/Library/ColorPickers/NamedPicker.bundle/Resources/Info-gnustep.plist
System/Library/ColorPickers/NamedPicker.bundle/stamp.make
System/Library/ColorPickers/StandardPicker.bundle/Resources/English.lproj/StandardPicker.strings
System/Library/ColorPickers/StandardPicker.bundle/Resources/French.lproj/StandardPicker.strings
@@ -22,6 +22,261 @@ System/Library/ColorPickers/WheelPicker.bundle/Resources/GSWheelColorPicker.tiff
System/Library/ColorPickers/WheelPicker.bundle/Resources/Info-gnustep.plist
System/Library/ColorPickers/WheelPicker.bundle/WheelPicker
System/Library/ColorPickers/WheelPicker.bundle/stamp.make
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/.cvsignore
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/Functions.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/Functions.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GNUmakefile
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSDisplayServer.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSDisplayServer.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSHbox.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSHbox.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSTable.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSTable.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSVbox.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSVbox.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GuiAdditions.gsdoc
+%%GNUSTEP_DEVEL%%%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GuiAdditions.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GuiAdditions.igsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/TypesAndConstants.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/TypesAndConstants.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/.cvsignore
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Functions.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Functions.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/GNUmakefile
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Gui.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Gui.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Gui.igsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Introduction.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Introduction.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSActionCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSActionCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSAffineTransform.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSAffineTransform.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSApplication.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSApplication.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBezierPath.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBezierPath.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBitmapImageRep.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBitmapImageRep.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBox.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBox.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBrowser.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBrowser.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBrowserCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBrowserCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBundleAdditions.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBundleAdditions.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSButton.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSButton.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSButtonCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSButtonCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCachedImageRep.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCachedImageRep.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSClipView.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSClipView.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCoderAdditions.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCoderAdditions.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColor.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColor.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorList.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorList.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorPanel.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorPanel.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorPicker.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorPicker.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorWell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorWell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSComboBox.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSComboBox.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSComboBoxCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSComboBoxCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSControl.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSControl.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCursor.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCursor.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCustomImageRep.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCustomImageRep.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDataLink.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDataLink.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDataLinkManager.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDataLinkManager.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDataLinkPanel.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDataLinkPanel.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDocument.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDocument.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDocumentController.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDocumentController.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDrawer.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDrawer.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSEPSImageRep.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSEPSImageRep.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSEvent.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSEvent.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFileWrapper.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFileWrapper.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFont.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFont.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFontManager.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFontManager.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFontPanel.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFontPanel.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSForm.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSForm.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFormCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFormCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSGraphicsContext.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSGraphicsContext.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSHelpManager.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSHelpManager.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSHelpPanel.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSHelpPanel.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImage.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImage.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImageCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImageCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImageRep.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImageRep.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImageView.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImageView.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSInputManager.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSInputManager.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSInputServer.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSInputServer.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSLayoutManager.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSLayoutManager.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMatrix.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMatrix.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenu.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenu.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenuItem.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenuItem.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenuItemCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenuItemCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenuView.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenuView.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMutableAttributedStringAdditions.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMutableAttributedStringAdditions.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSOpenPanel.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSOpenPanel.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSOutlineView.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSOutlineView.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPageLayout.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPageLayout.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPanel.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPanel.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSParagraphStyle.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSParagraphStyle.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPasteboard.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPasteboard.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPopUpButton.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPopUpButton.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPopUpButtonCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPopUpButtonCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrintInfo.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrintInfo.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrintOperation.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrintOperation.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrintPanel.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrintPanel.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrinter.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrinter.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSProgressIndicator.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSProgressIndicator.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSResponder.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSResponder.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSRulerMarker.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSRulerMarker.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSRulerView.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSRulerView.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSavePanel.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSavePanel.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSScreen.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSScreen.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSScrollView.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSScrollView.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSScroller.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSScroller.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSecureTextField.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSecureTextField.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSelection.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSelection.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSlider.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSlider.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSliderCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSliderCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSound.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSound.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSpellChecker.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSpellChecker.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSpellServer.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSpellServer.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSplitView.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSplitView.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStepper.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStepper.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStepperCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStepperCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStringAdditions.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStringAdditions.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStringDrawing.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStringDrawing.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTabView.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTabView.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTabViewItem.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTabViewItem.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableColumn.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableColumn.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableHeaderCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableHeaderCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableHeaderView.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableHeaderView.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableView.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableView.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSText.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSText.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextAttachment.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextAttachment.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextContainer.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextContainer.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextField.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextField.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextFieldCell.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextFieldCell.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextStorage.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextStorage.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextView.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextView.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSToolbar.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSToolbar.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSToolbarItem.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSToolbarItem.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSView.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSView.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSWindow.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSWindow.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSWindowController.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSWindowController.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSWorkspace.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSWorkspace.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/TypesAndConstants.gsdoc
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/TypesAndConstants.html
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%%/ANNOUNCE
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%%/BUGS
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%%/INSTALL
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%%/NEWS
+%%PORTDOCS%%System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%%/README
+%%PORTDOCS%%System/Library/Documentation/User/Gui/.cvsignore
+%%PORTDOCS%%System/Library/Documentation/User/Gui/DefaultsSummary.gsdoc
+%%PORTDOCS%%System/Library/Documentation/User/Gui/DefaultsSummary.html
+%%PORTDOCS%%System/Library/Documentation/User/Gui/GuiUser.igsdoc
+%%GNUSTEP_DEVEL%%%%PORTDOCS%%System/Library/Documentation/User/Gui/KeyboardSetup.gsdoc
+%%GNUSTEP_DEVEL%%%%PORTDOCS%%System/Library/Documentation/User/Gui/KeyboardSetup.html
+%%PORTDOCS%%System/Library/Documentation/User/Gui/LanguageSetup.gsdoc
+%%PORTDOCS%%System/Library/Documentation/User/Gui/LanguageSetup.html
+%%PORTDOCS%%System/Library/Documentation/man/man1/gopen.1.gz
+%%PORTDOCS%%System/Library/Documentation/man/man1/make_services.1.gz
System/Library/Headers/AppKit/AppKit.h
System/Library/Headers/AppKit/AppKitDefines.h
System/Library/Headers/AppKit/AppKitExceptions.h
@@ -29,6 +284,7 @@ System/Library/Headers/AppKit/DPSOperators.h
System/Library/Headers/AppKit/GMAppKit.h
System/Library/Headers/AppKit/GMArchiver.h
System/Library/Headers/AppKit/GSDisplayServer.h
+%%GNUSTEP_DEVEL%%System/Library/Headers/AppKit/GSDrawFunctions.h
System/Library/Headers/AppKit/GSFontInfo.h
System/Library/Headers/AppKit/GSFusedSilica.h
System/Library/Headers/AppKit/GSHbox.h
@@ -45,6 +301,7 @@ System/Library/Headers/AppKit/GSPasteboardServer.h
System/Library/Headers/AppKit/GSServicesManager.h
System/Library/Headers/AppKit/GSTable.h
System/Library/Headers/AppKit/GSTextConverter.h
+%%GNUSTEP_DEVEL%%System/Library/Headers/AppKit/GSTitleView.h
System/Library/Headers/AppKit/GSToolbarView.h
System/Library/Headers/AppKit/GSTrackingRect.h
System/Library/Headers/AppKit/GSTypesetter.h
@@ -169,312 +426,64 @@ System/Library/Headers/AppKit/NSWindow.h
System/Library/Headers/AppKit/NSWindowController.h
System/Library/Headers/AppKit/NSWorkspace.h
System/Library/Headers/AppKit/PSOperators.h
-System/Library/Headers/GNUstepGUI/GSVersion.h
System/Library/Headers/GNUstepGUI/GMAppKit.h
System/Library/Headers/GNUstepGUI/GMArchiver.h
+System/Library/Headers/GNUstepGUI/GSDisplayServer.h
+%%GNUSTEP_DEVEL%%System/Library/Headers/GNUstepGUI/GSDrawFunctions.h
System/Library/Headers/GNUstepGUI/GSFontInfo.h
-System/Library/Headers/GNUstepGUI/GSMemoryPanel.h
+System/Library/Headers/GNUstepGUI/GSFusedSilica.h
+System/Library/Headers/GNUstepGUI/GSHbox.h
+System/Library/Headers/GNUstepGUI/GSHelpManagerPanel.h
+System/Library/Headers/GNUstepGUI/GSHorizontalTypesetter.h
System/Library/Headers/GNUstepGUI/GSInfoPanel.h
+System/Library/Headers/GNUstepGUI/GSLayoutManager.h
+System/Library/Headers/GNUstepGUI/GSLayoutManager_internal.h
+System/Library/Headers/GNUstepGUI/GSMemoryPanel.h
System/Library/Headers/GNUstepGUI/GSMethodTable.h
+System/Library/Headers/GNUstepGUI/GSNibCompatibility.h
+System/Library/Headers/GNUstepGUI/GSNibTemplates.h
System/Library/Headers/GNUstepGUI/GSPasteboardServer.h
System/Library/Headers/GNUstepGUI/GSServicesManager.h
+System/Library/Headers/GNUstepGUI/GSTable.h
System/Library/Headers/GNUstepGUI/GSTextConverter.h
+%%GNUSTEP_DEVEL%%System/Library/Headers/GNUstepGUI/GSTitleView.h
+System/Library/Headers/GNUstepGUI/GSToolbarView.h
System/Library/Headers/GNUstepGUI/GSTrackingRect.h
-System/Library/Headers/GNUstepGUI/GSHelpManagerPanel.h
-System/Library/Headers/GNUstepGUI/GSNibCompatibility.h
-System/Library/Headers/GNUstepGUI/GSNibTemplates.h
-System/Library/Headers/GNUstepGUI/GSDisplayServer.h
-System/Library/Headers/GNUstepGUI/GSFusedSilica.h
-System/Library/Headers/GNUstepGUI/GSTable.h
-System/Library/Headers/GNUstepGUI/GSHbox.h
+System/Library/Headers/GNUstepGUI/GSTypesetter.h
System/Library/Headers/GNUstepGUI/GSVbox.h
+System/Library/Headers/GNUstepGUI/GSVersion.h
System/Library/Headers/GNUstepGUI/IMConnectors.h
System/Library/Headers/GNUstepGUI/IMCustomObject.h
System/Library/Headers/GNUstepGUI/IMLoading.h
-System/Library/Headers/GNUstepGUI/GSLayoutManager.h
-System/Library/Headers/GNUstepGUI/GSLayoutManager_internal.h
-System/Library/Headers/GNUstepGUI/GSTypesetter.h
-System/Library/Headers/GNUstepGUI/GSHorizontalTypesetter.h
-System/Library/Headers/GNUstepGUI/GSToolbarView.h
System/Library/Headers/gnustep/gui/GMAppKit.h
System/Library/Headers/gnustep/gui/GMArchiver.h
-System/Library/Headers/gnustep/gui/GSVersion.h
+System/Library/Headers/gnustep/gui/GSDisplayServer.h
+%%GNUSTEP_DEVEL%%System/Library/Headers/gnustep/gui/GSDrawFunctions.h
System/Library/Headers/gnustep/gui/GSFontInfo.h
-System/Library/Headers/gnustep/gui/GSMemoryPanel.h
+System/Library/Headers/gnustep/gui/GSFusedSilica.h
+System/Library/Headers/gnustep/gui/GSHbox.h
+System/Library/Headers/gnustep/gui/GSHelpManagerPanel.h
+System/Library/Headers/gnustep/gui/GSHorizontalTypesetter.h
System/Library/Headers/gnustep/gui/GSInfoPanel.h
+System/Library/Headers/gnustep/gui/GSLayoutManager.h
+System/Library/Headers/gnustep/gui/GSLayoutManager_internal.h
+System/Library/Headers/gnustep/gui/GSMemoryPanel.h
System/Library/Headers/gnustep/gui/GSMethodTable.h
+System/Library/Headers/gnustep/gui/GSNibCompatibility.h
+System/Library/Headers/gnustep/gui/GSNibTemplates.h
System/Library/Headers/gnustep/gui/GSPasteboardServer.h
System/Library/Headers/gnustep/gui/GSServicesManager.h
+System/Library/Headers/gnustep/gui/GSTable.h
System/Library/Headers/gnustep/gui/GSTextConverter.h
+%%GNUSTEP_DEVEL%%System/Library/Headers/gnustep/gui/GSTitleView.h
+System/Library/Headers/gnustep/gui/GSToolbarView.h
System/Library/Headers/gnustep/gui/GSTrackingRect.h
-System/Library/Headers/gnustep/gui/GSHelpManagerPanel.h
-System/Library/Headers/gnustep/gui/GSNibCompatibility.h
-System/Library/Headers/gnustep/gui/GSNibTemplates.h
-System/Library/Headers/gnustep/gui/GSDisplayServer.h
-System/Library/Headers/gnustep/gui/GSFusedSilica.h
-System/Library/Headers/gnustep/gui/GSTable.h
-System/Library/Headers/gnustep/gui/GSHbox.h
-System/Library/Headers/gnustep/gui/GSVbox.h
-System/Library/Headers/gnustep/gui/GSLayoutManager.h
-System/Library/Headers/gnustep/gui/GSLayoutManager_internal.h
System/Library/Headers/gnustep/gui/GSTypesetter.h
-System/Library/Headers/gnustep/gui/GSHorizontalTypesetter.h
-System/Library/Headers/gnustep/gui/GSToolbarView.h
+System/Library/Headers/gnustep/gui/GSVbox.h
+System/Library/Headers/gnustep/gui/GSVersion.h
System/Library/Headers/gnustep/gui/IMConnectors.h
System/Library/Headers/gnustep/gui/IMCustomObject.h
System/Library/Headers/gnustep/gui/IMLoading.h
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/.cvsignore
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GNUmakefile
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GuiAdditions.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/TypesAndConstants.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/Functions.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSDisplayServer.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSTable.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSHbox.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSVbox.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GuiAdditions.igsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSDisplayServer.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/Functions.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/TypesAndConstants.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSTable.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSHbox.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Additions/GSVbox.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%%/INSTALL
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%%/NEWS
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%%/README
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%%/ANNOUNCE
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%%/BUGS
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/.cvsignore
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/GNUmakefile
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Gui.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Introduction.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBundleAdditions.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCoderAdditions.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMutableAttributedStringAdditions.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStringAdditions.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDocumentController.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/TypesAndConstants.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Functions.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSActionCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSAffineTransform.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSApplication.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBezierPath.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBox.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBitmapImageRep.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBrowser.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBrowserCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSButton.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSButtonCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCachedImageRep.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSClipView.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColor.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorList.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorPanel.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorPicker.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorWell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSComboBox.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSComboBoxCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSControl.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCursor.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCustomImageRep.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDataLink.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDataLinkManager.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDataLinkPanel.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDocument.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSEPSImageRep.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDrawer.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFileWrapper.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSEvent.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFontManager.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFont.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFontPanel.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableView.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSForm.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFormCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSGraphicsContext.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSHelpPanel.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSHelpManager.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImage.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImageCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImageRep.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImageView.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSInputManager.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSInputServer.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSLayoutManager.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMatrix.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenu.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenuItem.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenuItemCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenuView.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSOpenPanel.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSOutlineView.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPageLayout.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPanel.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSParagraphStyle.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPasteboard.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPopUpButton.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPopUpButtonCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrintInfo.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrintOperation.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrintPanel.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrinter.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSProgressIndicator.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSResponder.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSRulerMarker.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSRulerView.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSavePanel.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSScreen.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSScrollView.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSScroller.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSecureTextField.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSelection.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSlider.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSliderCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSound.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSpellChecker.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSpellServer.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSplitView.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStepper.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStepperCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStringDrawing.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTabView.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTabViewItem.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableColumn.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableHeaderCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableHeaderView.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextAttachment.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSText.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextContainer.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextField.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextFieldCell.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextStorage.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextView.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSToolbar.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSToolbarItem.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSView.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSWindow.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSWindowController.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSWorkspace.gsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Gui.igsdoc
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Gui.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Functions.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSActionCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/TypesAndConstants.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSAffineTransform.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSApplication.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBezierPath.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBox.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBitmapImageRep.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBrowser.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBrowserCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSButton.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSButtonCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCachedImageRep.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSClipView.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColor.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorList.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorPanel.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorPicker.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPageLayout.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSColorWell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSComboBox.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSComboBoxCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSControl.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCursor.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCustomImageRep.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDataLink.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDataLinkManager.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDataLinkPanel.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDocument.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDocumentController.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSDrawer.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSEPSImageRep.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSEvent.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFileWrapper.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFont.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFontManager.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFontPanel.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSForm.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSFormCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSGraphicsContext.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSHelpPanel.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSHelpManager.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImage.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImageCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImageRep.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSImageView.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSInputManager.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSInputServer.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSLayoutManager.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMatrix.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenu.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenuItem.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenuItemCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMenuView.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSOpenPanel.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSOutlineView.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSParagraphStyle.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPanel.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPasteboard.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPopUpButton.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPopUpButtonCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrintInfo.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrintOperation.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrintPanel.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSPrinter.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSProgressIndicator.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSResponder.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSRulerMarker.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSRulerView.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSavePanel.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSScreen.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSScrollView.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSScroller.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSelection.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableHeaderCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSecureTextField.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSlider.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSliderCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSound.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSpellChecker.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSpellServer.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSSplitView.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStepper.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStepperCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStringDrawing.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTabView.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTabViewItem.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableColumn.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableHeaderView.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTableView.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSText.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextAttachment.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextContainer.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextField.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextFieldCell.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextStorage.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSTextView.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSToolbar.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSToolbarItem.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSView.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSWindow.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSWindowController.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSWorkspace.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/Introduction.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSBundleAdditions.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSCoderAdditions.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSMutableAttributedStringAdditions.html
-%%PORTDOCS%%System/Library/Documentation/Developer/Gui/Reference/NSStringAdditions.html
-%%PORTDOCS%%System/Library/Documentation/User/Gui/.cvsignore
-%%PORTDOCS%%System/Library/Documentation/User/Gui/DefaultsSummary.gsdoc
-%%PORTDOCS%%System/Library/Documentation/User/Gui/LanguageSetup.gsdoc
-%%PORTDOCS%%System/Library/Documentation/User/Gui/DefaultsSummary.html
-%%PORTDOCS%%System/Library/Documentation/User/Gui/GuiUser.igsdoc
-%%PORTDOCS%%System/Library/Documentation/User/Gui/LanguageSetup.html
-%%PORTDOCS%%System/Library/Documentation/man/man1/gopen.1.gz
-%%PORTDOCS%%System/Library/Documentation/man/man1/make_services.1.gz
System/Library/Images/GNUstep.tiff
System/Library/Images/GNUstepMenuImage.tiff
System/Library/Images/GNUstep_Images_Copyright
@@ -491,6 +500,7 @@ System/Library/Images/common_ArrowUp.tiff
System/Library/Images/common_CenterTabStop.tiff
System/Library/Images/common_Close.tiff
System/Library/Images/common_CloseBroken.tiff
+%%GNUSTEP_DEVEL%%System/Library/Images/common_CloseBrokenH.tiff
System/Library/Images/common_CloseH.tiff
System/Library/Images/common_ColorSwatch.tiff
System/Library/Images/common_DecimalTabStop.tiff
@@ -501,6 +511,9 @@ System/Library/Images/common_Folder.tiff
System/Library/Images/common_Home.tiff
System/Library/Images/common_HomeDirectory.tiff
System/Library/Images/common_LeftTabStop.tiff
+%%GNUSTEP_DEVEL%%System/Library/Images/common_Miniaturize.tiff
+%%GNUSTEP_DEVEL%%System/Library/Images/common_MiniaturizeH.tiff
+%%GNUSTEP_DEVEL%%System/Library/Images/common_MiniWindowTile.tiff
System/Library/Images/common_Mount.tiff
System/Library/Images/common_Nibble.tiff
System/Library/Images/common_Printer.tiff
@@ -533,7 +546,9 @@ System/Library/Images/common_TabUnSelectedJunction.tiff
System/Library/Images/common_TabUnSelectedLeft.tiff
System/Library/Images/common_TabUnSelectedRight.tiff
System/Library/Images/common_Tile.tiff
-System/Library/Images/common_ToolbarSeperatorItem.tiff
+%%GNUSTEP_DEVEL%%System/Library/Images/common_ToolbarClippedItemsMark.tiff
+%%GNUSTEP_DEVEL%%System/Library/Images/common_ToolbarSeparatorItem.tiff
+%%GNUSTEP_STABLE%%System/Library/Images/common_ToolbarSeperatorItem.tiff
System/Library/Images/common_ToolbarShowColorsItem.tiff
System/Library/Images/common_ToolbarShowFontsItem.tiff
System/Library/Images/common_ToolbarSpaceItem.tiff
@@ -542,8 +557,8 @@ System/Library/Images/common_UnknownApplication.tiff
System/Library/Images/common_UnknownTool.tiff
System/Library/Images/common_Unmount.tiff
System/Library/Images/common_UpAndDownArrowSmall.tiff
-System/Library/Images/common_WMClose.tiff
-System/Library/Images/common_WMCloseBroken.tiff
+%%GNUSTEP_STABLE%%System/Library/Images/common_WMClose.tiff
+%%GNUSTEP_STABLE%%System/Library/Images/common_WMCloseBroken.tiff
System/Library/Images/common_copyCursor.tiff
System/Library/Images/common_linkCursor.tiff
System/Library/Images/common_noCursor.tiff
@@ -883,15 +898,13 @@ System/Library/PostScript/PPD/Italian.lproj/Linotronic_300.ppd
System/Library/PostScript/PPD/Spanish.lproj/Linotronic_300.ppd
System/Library/PostScript/PPD/Swedish.lproj/Linotronic_300.ppd
System/Library/PostScript/Printers
-System/Library/Services/GSspell.service/Resources/Info-gnustep.plist
System/Library/Services/GSspell.service/GSspell
+System/Library/Services/GSspell.service/Resources/Info-gnustep.plist
System/Makefiles/Additional/gui.make
System/Tools/gnustep_sndd
System/Tools/gopen
System/Tools/make_services
System/Tools/set_show_service
-@dirrm System/Library/Services/example.service/Resources
-@dirrm System/Library/Services/example.service
@dirrm System/Library/Services/GSspell.service/Resources
@dirrm System/Library/Services/GSspell.service
@dirrm System/Library/PostScript/PPD/Swedish.lproj
@@ -908,15 +921,15 @@ System/Tools/set_show_service
@dirrm System/Library/Libraries/Resources/gnustep-gui/English.lproj/GSDataLinkPanel.gorm
@dirrm System/Library/Libraries/Resources/gnustep-gui/English.lproj
@dirrm System/Library/Libraries/Resources/gnustep-gui
+@dirrm System/Library/Headers/gnustep/gui
+@dirrm System/Library/Headers/GNUstepGUI
+@dirrm System/Library/Headers/AppKit
%%PORTDOCS%%@dirrm System/Library/Documentation/User/Gui
%%PORTDOCS%%@dirrm System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%%
%%PORTDOCS%%@dirrm System/Library/Documentation/Developer/Gui/ReleaseNotes
%%PORTDOCS%%@dirrm System/Library/Documentation/Developer/Gui/Reference
%%PORTDOCS%%@dirrm System/Library/Documentation/Developer/Gui/Additions
%%PORTDOCS%%@dirrm System/Library/Documentation/Developer/Gui
-@dirrm System/Library/Headers/gnustep/gui
-@dirrm System/Library/Headers/GNUstepGUI
-@dirrm System/Library/Headers/AppKit
@dirrm System/Library/ColorPickers/WheelPicker.bundle/Resources
@dirrm System/Library/ColorPickers/WheelPicker.bundle
@dirrm System/Library/ColorPickers/StandardPicker.bundle/Resources/Swedish.lproj
@@ -931,5 +944,3 @@ System/Tools/set_show_service
@dirrm System/Library/Bundles/TextConverters/RTFConverter.bundle/Resources
@dirrm System/Library/Bundles/TextConverters/RTFConverter.bundle
@dirrm System/Library/Bundles/TextConverters
-@dirrm System/Applications/md5Digest.app/Resources
-@dirrm System/Applications/md5Digest.app