summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrh <rh>2005-05-02 06:35:55 +0000
committerrh <rh>2005-05-02 06:35:55 +0000
commit94e6f22073778cbc28dad1bb4657fad3a3cd7d4e (patch)
tree0e3aa3141945b9bdc21a5fba5f8733a3a43cbe46 /sysutils
parent991647d12551a6640327f74413ec223c5e8e3a5c (diff)
downloadpkgsrc-94e6f22073778cbc28dad1bb4657fad3a3cd7d4e.tar.gz
Update gworkspace to 0.7.1. There is no list of changes, but this version
fixes a number of bugs, adds a tabbed shelf, no longer uses GWLib, and runs more smoothly overall.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/GWLib/DESCR2
-rw-r--r--sysutils/GWLib/Makefile13
-rw-r--r--sysutils/GWLib/PLIST15
-rw-r--r--sysutils/GWLib/buildlink3.mk21
-rw-r--r--sysutils/gworkspace/Makefile19
-rw-r--r--sysutils/gworkspace/Makefile.common17
-rw-r--r--sysutils/gworkspace/PLIST710
-rw-r--r--sysutils/gworkspace/distinfo12
-rw-r--r--sysutils/gworkspace/files/GNUmakefile9
-rw-r--r--sysutils/gworkspace/patches/patch-aa98
-rw-r--r--sysutils/gworkspace/patches/patch-ab35
11 files changed, 360 insertions, 591 deletions
diff --git a/sysutils/GWLib/DESCR b/sysutils/GWLib/DESCR
deleted file mode 100644
index 2315677f92a..00000000000
--- a/sysutils/GWLib/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
- GWLib is the backend library for gworkspace, the official GNUstep
-workspace manager. GWorkspace is a clone of NeXT's workspace manager.
diff --git a/sysutils/GWLib/Makefile b/sysutils/GWLib/Makefile
deleted file mode 100644
index d3a02ab45e8..00000000000
--- a/sysutils/GWLib/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2004/04/11 03:16:36 rh Exp $
-#
-
-.include "../../sysutils/gworkspace/Makefile.common"
-PKGNAME= ${DISTNAME:S/gworkspace/GWLib/}
-
-COMMENT= GWorkspace support library
-
-BUILD_DIRS= ${WRKSRC}/GWLib
-DISTINFO_FILE= ${.CURDIR}/../gworkspace/distinfo
-PATCHDIR= ${.CURDIR}/../gworkspace/patches
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/GWLib/PLIST b/sysutils/GWLib/PLIST
deleted file mode 100644
index 10a32d8956a..00000000000
--- a/sysutils/GWLib/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/10 20:30:46 wiz Exp $
-share/GNUstep/System/Library/Headers/GWorkspace/BNameEditor.h
-share/GNUstep/System/Library/Headers/GWorkspace/Browser2.h
-share/GNUstep/System/Library/Headers/GWorkspace/ContentViewersProtocol.h
-share/GNUstep/System/Library/Headers/GWorkspace/GWFunctions.h
-share/GNUstep/System/Library/Headers/GWorkspace/GWLib.h
-share/GNUstep/System/Library/Headers/GWorkspace/GWNotifications.h
-share/GNUstep/System/Library/Headers/GWorkspace/GWProtocol.h
-share/GNUstep/System/Library/Headers/GWorkspace/IconViewsProtocol.h
-share/GNUstep/System/Library/Headers/GWorkspace/InspectorsProtocol.h
-share/GNUstep/System/Library/Headers/GWorkspace/PreferencesProtocol.h
-share/GNUstep/System/Library/Headers/GWorkspace/ViewersProtocol.h
-share/GNUstep/System/Library/Libraries/libGWorkspace.so
-share/GNUstep/System/Library/Libraries/libGWorkspace.so.0.0.1
-@dirrm share/GNUstep/System/Library/Headers/GWorkspace
diff --git a/sysutils/GWLib/buildlink3.mk b/sysutils/GWLib/buildlink3.mk
deleted file mode 100644
index 58d7eee8605..00000000000
--- a/sysutils/GWLib/buildlink3.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/04/11 03:16:36 rh Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-GWLIB_BUILDLINK3_MK:= ${GWLIB_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= GWLib
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NGWLib}
-BUILDLINK_PACKAGES+= GWLib
-
-.if !empty(GWLIB_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.GWLib?= GWLib>=0.5.3nb2
-BUILDLINK_RECOMMENDED.GWLib?= GWLib>=0.5.3nb4
-BUILDLINK_PKGSRCDIR.GWLib?= ../../sysutils/GWLib
-.endif # GWLIB_BUILDLINK3_MK
-
-.include "../../x11/gnustep-back/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/sysutils/gworkspace/Makefile b/sysutils/gworkspace/Makefile
index 764949ca2b9..d519ebbfb65 100644
--- a/sysutils/gworkspace/Makefile
+++ b/sysutils/gworkspace/Makefile
@@ -1,12 +1,21 @@
-# $NetBSD: Makefile,v 1.10 2004/11/16 07:58:21 rh Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/02 06:35:55 rh Exp $
#
-.include "Makefile.common"
+DISTNAME= gworkspace-0.7.1
+CATEGORIES= sysutils gnustep
+MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ \
+ http://www.imago.ro/gworkspace/
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.gnustep.it/enrico/gworkspace/
COMMENT= GNUstep Workspace manager
-pre-install:
- ${CP} ${FILESDIR}/GNUmakefile ${WRKSRC}/GWLib
+CONFLICTS+= GWLib-[0-9]*
-.include "../../sysutils/GWLib/buildlink3.mk"
+WRKSRC= ${WRKDIR}/${DISTNAME:S/gw/GW/}
+USE_X11= yes
+
+.include "../../x11/gnustep-back/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/gworkspace/Makefile.common b/sysutils/gworkspace/Makefile.common
deleted file mode 100644
index 2d1d2d89815..00000000000
--- a/sysutils/gworkspace/Makefile.common
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile.common,v 1.11 2005/04/11 21:47:25 tv Exp $
-#
-
-DISTNAME= gworkspace-0.6.5
-CATEGORIES?= sysutils gnustep
-MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ \
- http://www.imago.ro/gworkspace/
-
-MAINTAINER?= tech-pkg@NetBSD.org
-HOMEPAGE?= http://www.gnustep.it/enrico/gworkspace/
-
-WRKSRC= ${WRKDIR}/${DISTNAME:S/gw/GW/}
-USE_X11= yes
-
-.include "../../x11/gnustep-back/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/ghostscript.mk"
diff --git a/sysutils/gworkspace/PLIST b/sysutils/gworkspace/PLIST
index a41d96b48a8..b8c613839d5 100644
--- a/sysutils/gworkspace/PLIST
+++ b/sysutils/gworkspace/PLIST
@@ -1,104 +1,5 @@
-@comment $NetBSD: PLIST,v 1.6 2004/11/16 07:58:21 rh Exp $
-share/GNUstep/System/Applications/Desktop.app/Desktop
-share/GNUstep/System/Applications/Desktop.app/Resources/ArrowRight.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/Desktop.desktop
-share/GNUstep/System/Applications/Desktop.app/Resources/Desktop.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj/Localizable.strings
-share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj/PreferencesWin.gorm/data.classes
-share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj/PreferencesWin.gorm/objects.gorm
-share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj/StartAppWin.gorm/data.classes
-share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj/StartAppWin.gorm/objects.gorm
-share/GNUstep/System/Applications/Desktop.app/Resources/FileIcon_Floppy.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/FolderOpen.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/HardDisk.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/HardDiskOpen.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Desktop.app/Resources/MultipleSelection.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/Recycler.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/RecyclerFull.tiff
-share/GNUstep/System/Applications/Desktop.app/Resources/Workspace.tiff
-share/GNUstep/System/Applications/Desktop.app/library_paths.openapp
-share/GNUstep/System/Applications/Desktop.app/stamp.make
-share/GNUstep/System/Applications/Finder.app/Finder
-share/GNUstep/System/Applications/Finder.app/Resources/ArrowRight.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/CellHighlight.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/FindView.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/FindView.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/Finder.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/Finder.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/Localizable.strings
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/ResultsWindow.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/ResultsWindow.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder/FModuleContents
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder/Resources/FModuleContents.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder/Resources/FModuleContents.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder/FModuleCrDate
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder/Resources/FModuleCrDate.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder/Resources/FModuleCrDate.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder/FModuleKind
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder/Resources/FModuleKind.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder/Resources/FModuleKind.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder/FModuleModDate
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder/Resources/FModuleModDate.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder/Resources/FModuleModDate.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder/FModuleName
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder/Resources/FModuleName.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder/Resources/FModuleName.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder/FModuleOwner
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder/Resources/FModuleOwner.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder/Resources/FModuleOwner.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder/FModuleSize
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder/Resources/FModuleSize.gorm/data.classes
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder/Resources/FModuleSize.gorm/objects.gorm
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder/stamp.make
-share/GNUstep/System/Applications/Finder.app/Resources/Finder.desktop
-share/GNUstep/System/Applications/Finder.app/Resources/Finder.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/FolderOpen.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/FolderOpenSmall.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/HardDisk.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/HardDiskOpen.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Finder.app/Resources/MultipleSelection.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/MultipleSelectionSmall.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/Recycler.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/RecyclerFull.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/SmallCellHighlight.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/Unknown.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/Workspace.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/add.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/magnify_small.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/progind.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/remove.tiff
-share/GNUstep/System/Applications/Finder.app/Resources/stop_small.tiff
-share/GNUstep/System/Applications/Finder.app/library_paths.openapp
-share/GNUstep/System/Applications/Finder.app/stamp.make
+@comment $NetBSD: PLIST,v 1.7 2005/05/02 06:35:55 rh Exp $
share/GNUstep/System/Applications/GWorkspace.app/GWorkspace
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/BrowserViewer
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/data.classes
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/objects.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm/data.classes
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/data.classes
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/miniwindow.tiff
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/stamp.make
share/GNUstep/System/Applications/GWorkspace.app/Resources/CellHighlight.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/CellHighlight_osx.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/ComputeSize.tiff
@@ -118,61 +19,60 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/Date.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/Dimple.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/DragableDocument.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Localizable.strings
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/BrowserViewerPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/BrowserViewerPref.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/BrowserViewerPref.gorm/objects.gorm
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm/data.info
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.nib/objects.nib
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.gorm/data.classes
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.nib/objects.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DesktopPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DesktopPref.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DesktopPref.gorm/objects.gorm
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FindModuleView.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FindModuleView.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FindModuleView.gorm/objects.gorm
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm/objects.gorm
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.gorm/data.classes
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.nib/objects.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HistoryPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HistoryPref.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HistoryPref.gorm/objects.gorm
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm/data.info
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.nib/objects.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFEditor.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFEditor.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFEditor.gorm/objects.gorm
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFolder.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFolder.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFolder.gorm/objects.gorm
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Localizable.strings
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib/objects.nib
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/data.classes
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.nib/objects.nib
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm/data.info
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.nib/objects.nib
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm/data.classes
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib/objects.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/SearchResults.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/SearchResults.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/SearchResults.gorm/objects.gorm
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm/data.classes
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.nib/objects.nib
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/StartAppWin.gorm/data.classes
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/StartAppWin.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/StartAppWin.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/StartAppWin.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/StartAppWin.nib/keyedobjects.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/VolumesPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/VolumesPref.gorm/data.info
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/VolumesPref.gorm/objects.gorm
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gorm/data.info
share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.nib/objects.nib
share/GNUstep/System/Applications/GWorkspace.app/Resources/FFArrow.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/FFArrow_disabled.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small.tiff
@@ -184,19 +84,6 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/FileManager.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Localizable.strings
share/GNUstep/System/Applications/GWorkspace.app/Resources/GWorkspace.desktop
share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Localizable.strings
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/IconsViewer
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/data.classes
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/objects.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/IconsViewerPref.gorm/data.classes
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/IconsViewerPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/data.classes
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/miniwindow.tiff
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/stamp.make
share/GNUstep/System/Applications/GWorkspace.app/Resources/Info-gnustep.plist
share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Localizable.strings
share/GNUstep/System/Applications/GWorkspace.app/Resources/Kill.tiff
@@ -215,6 +102,7 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/LED-Colon.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/LED-PM.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/LED.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/LeftArr.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/LiveSearchFolder.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/Magnify.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/MagnifyGlas.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/Magnify_16.tiff
@@ -239,6 +127,7 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/MultipleSelection.tif
share/GNUstep/System/Applications/GWorkspace.app/Resources/Pboard.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Localizable.strings
share/GNUstep/System/Applications/GWorkspace.app/Resources/REWArrow.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/REWArrow_disabled.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/Recycler.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/RecyclerFull.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/RightArr.tiff
@@ -246,10 +135,6 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Locali
share/GNUstep/System/Applications/GWorkspace.app/Resources/SlideMask.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallCellHighlight.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallCellHighlightSmall.tiff
-share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/Resources/miniwindow.tiff
-share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/SmallIconsViewer
-share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/stamp.make
share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Localizable.strings
share/GNUstep/System/Applications/GWorkspace.app/Resources/TileHighlight.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/Weekday-0.tiff
@@ -260,6 +145,15 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/Weekday-4.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/Weekday-5.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/Weekday-6.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/Weekday.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/add.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/anim-logo-0.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/anim-logo-1.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/anim-logo-2.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/anim-logo-3.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/anim-logo-4.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/anim-logo-5.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/anim-logo-6.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/anim-logo-7.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/colorPboard.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/common_ArrowLeftH.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/common_ArrowRightH.tiff
@@ -267,9 +161,11 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/filecontsPboard.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/gormPboard.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/littleArrowDown.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/littleArrowRight.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/magnify_small.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/page.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/pause.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/play.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/remove.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/rtfPboard.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/rtfdPboard.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/stop.tiff
@@ -277,6 +173,7 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/stop_16.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/stop_24.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/stop_32.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/stop_48.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/stop_small.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/stringPboard.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/switchMultiple.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/switchOff.tiff
@@ -289,133 +186,12 @@ share/GNUstep/System/Applications/GWorkspace.app/Resources/tabUnSelectedJunction
share/GNUstep/System/Applications/GWorkspace.app/Resources/tabUnSelectedLeft.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/tabUnSelectedRight.tiff
share/GNUstep/System/Applications/GWorkspace.app/Resources/tiffPboard.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/watch.tiff
share/GNUstep/System/Applications/GWorkspace.app/library_paths.openapp
share/GNUstep/System/Applications/GWorkspace.app/stamp.make
-share/GNUstep/System/Applications/Inspector.app/Inspector
-share/GNUstep/System/Applications/Inspector.app/Resources/AppViewer.inspector/AppViewer
-share/GNUstep/System/Applications/Inspector.app/Resources/AppViewer.inspector/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/AppViewer.inspector/Resources/InspectorInfo.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/AppViewer.inspector/stamp.make
-share/GNUstep/System/Applications/Inspector.app/Resources/Date-0.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Date-1.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Date-2.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Date-3.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Date-4.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Date-5.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Date-6.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Date-7.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Date-8.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Date-9.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Date-Colon.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Date.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/Attributes.gorm/data.classes
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/Attributes.gorm/objects.gorm
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/Contents.gorm/data.classes
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/Contents.gorm/objects.gorm
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/InspectorWin.gorm/data.classes
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/InspectorWin.gorm/objects.gorm
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/Localizable.strings
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/PreferencesWin.gorm/data.classes
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/PreferencesWin.gorm/objects.gorm
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/StartAppWin.gorm/data.classes
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/StartAppWin.gorm/objects.gorm
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/Tools.gorm/data.classes
-share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/Tools.gorm/objects.gorm
-share/GNUstep/System/Applications/Inspector.app/Resources/FolderViewer.inspector/FolderViewer
-share/GNUstep/System/Applications/Inspector.app/Resources/FolderViewer.inspector/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/FolderViewer.inspector/Resources/InspectorInfo.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/FolderViewer.inspector/stamp.make
-share/GNUstep/System/Applications/Inspector.app/Resources/IBViewViewer.inspector/IBViewViewer
-share/GNUstep/System/Applications/Inspector.app/Resources/IBViewViewer.inspector/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/IBViewViewer.inspector/Resources/InspectorInfo.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/IBViewViewer.inspector/stamp.make
-share/GNUstep/System/Applications/Inspector.app/Resources/ImageViewer.inspector/ImageViewer
-share/GNUstep/System/Applications/Inspector.app/Resources/ImageViewer.inspector/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/ImageViewer.inspector/Resources/InspectorInfo.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/ImageViewer.inspector/stamp.make
-share/GNUstep/System/Applications/Inspector.app/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/Inspector.desktop
-share/GNUstep/System/Applications/Inspector.app/Resources/Inspector.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-0.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-1.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-2.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-3.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-4.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-5.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-6.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-7.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-8.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-9.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-AM.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-Colon.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED-PM.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/LED.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Magnify.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Mask.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month-1.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month-10.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month-11.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month-12.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month-2.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month-3.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month-4.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month-5.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month-6.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month-7.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month-8.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month-9.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Month.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/MultipleSelection.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/NSColorViewer.inspector/NSColorViewer
-share/GNUstep/System/Applications/Inspector.app/Resources/NSColorViewer.inspector/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/NSColorViewer.inspector/Resources/InspectorInfo.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/NSColorViewer.inspector/stamp.make
-share/GNUstep/System/Applications/Inspector.app/Resources/NSRTFViewer.inspector/NSRTFViewer
-share/GNUstep/System/Applications/Inspector.app/Resources/NSRTFViewer.inspector/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/NSRTFViewer.inspector/Resources/InspectorInfo.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/NSRTFViewer.inspector/stamp.make
-share/GNUstep/System/Applications/Inspector.app/Resources/NSTIFFViewer.inspector/NSTIFFViewer
-share/GNUstep/System/Applications/Inspector.app/Resources/NSTIFFViewer.inspector/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/NSTIFFViewer.inspector/Resources/InspectorInfo.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/NSTIFFViewer.inspector/stamp.make
-share/GNUstep/System/Applications/Inspector.app/Resources/Pboard.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/RtfViewer.inspector/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/RtfViewer.inspector/Resources/InspectorInfo.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/RtfViewer.inspector/RtfViewer
-share/GNUstep/System/Applications/Inspector.app/Resources/RtfViewer.inspector/stamp.make
-share/GNUstep/System/Applications/Inspector.app/Resources/SoundViewer.inspector/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/SoundViewer.inspector/Resources/InspectorInfo.plist
-share/GNUstep/System/Applications/Inspector.app/Resources/SoundViewer.inspector/Resources/pause.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/SoundViewer.inspector/Resources/play.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/SoundViewer.inspector/Resources/progind.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/SoundViewer.inspector/Resources/progind10.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/SoundViewer.inspector/Resources/stop.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/SoundViewer.inspector/SoundViewer
-share/GNUstep/System/Applications/Inspector.app/Resources/SoundViewer.inspector/stamp.make
-share/GNUstep/System/Applications/Inspector.app/Resources/Weekday-0.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Weekday-1.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Weekday-2.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Weekday-3.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Weekday-4.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Weekday-5.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Weekday-6.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/Weekday.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/colorPboard.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/filecontsPboard.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/gormPboard.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/progind.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/progind10.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/rtfPboard.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/rtfdPboard.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/stringPboard.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/switchMultiple.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/switchOff.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/switchOn.tiff
-share/GNUstep/System/Applications/Inspector.app/Resources/tiffPboard.tiff
-share/GNUstep/System/Applications/Inspector.app/library_paths.openapp
-share/GNUstep/System/Applications/Inspector.app/stamp.make
share/GNUstep/System/Applications/Operation.app/Operation
share/GNUstep/System/Applications/Operation.app/Resources/English.lproj/FileOperationWin.gorm/data.classes
+share/GNUstep/System/Applications/Operation.app/Resources/English.lproj/FileOperationWin.gorm/data.info
share/GNUstep/System/Applications/Operation.app/Resources/English.lproj/FileOperationWin.gorm/objects.gorm
share/GNUstep/System/Applications/Operation.app/Resources/English.lproj/Localizable.strings
share/GNUstep/System/Applications/Operation.app/Resources/English.lproj/OperationPrefs.gorm/data.classes
@@ -426,55 +202,66 @@ share/GNUstep/System/Applications/Operation.app/Resources/Operation.tiff
share/GNUstep/System/Applications/Operation.app/Resources/progind.tiff
share/GNUstep/System/Applications/Operation.app/library_paths.openapp
share/GNUstep/System/Applications/Operation.app/stamp.make
+share/GNUstep/System/Applications/Recycler.app/Recycler
+share/GNUstep/System/Applications/Recycler.app/Resources/English.lproj/Localizable.strings
+share/GNUstep/System/Applications/Recycler.app/Resources/English.lproj/PreferencesWin.gorm/data.classes
+share/GNUstep/System/Applications/Recycler.app/Resources/English.lproj/PreferencesWin.gorm/objects.gorm
+share/GNUstep/System/Applications/Recycler.app/Resources/English.lproj/StartAppWin.gorm/data.classes
+share/GNUstep/System/Applications/Recycler.app/Resources/English.lproj/StartAppWin.gorm/objects.gorm
+share/GNUstep/System/Applications/Recycler.app/Resources/Info-gnustep.plist
+share/GNUstep/System/Applications/Recycler.app/Resources/Recycler.desktop
+share/GNUstep/System/Applications/Recycler.app/Resources/Recycler.tiff
+share/GNUstep/System/Applications/Recycler.app/library_paths.openapp
+share/GNUstep/System/Applications/Recycler.app/stamp.make
share/GNUstep/System/Library/Bundles/AppViewer.inspector/AppViewer
share/GNUstep/System/Library/Bundles/AppViewer.inspector/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/AppViewer.inspector/Resources/InspectorInfo.plist
share/GNUstep/System/Library/Bundles/AppViewer.inspector/stamp.make
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/BrowserViewer
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/data.classes
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/objects.gorm
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/classes.nib
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/info.nib
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib/objects.nib
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Info-gnustep.plist
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm/data.classes
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm/objects.gorm
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/data.classes
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/objects.gorm
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/miniwindow.tiff
-share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/stamp.make
+share/GNUstep/System/Library/Bundles/FModuleAnnotations.finder/FModuleAnnotations
+share/GNUstep/System/Library/Bundles/FModuleAnnotations.finder/Resources/FModuleAnnotations.gorm/data.classes
+share/GNUstep/System/Library/Bundles/FModuleAnnotations.finder/Resources/FModuleAnnotations.gorm/data.info
+share/GNUstep/System/Library/Bundles/FModuleAnnotations.finder/Resources/FModuleAnnotations.gorm/objects.gorm
+share/GNUstep/System/Library/Bundles/FModuleAnnotations.finder/Resources/Info-gnustep.plist
+share/GNUstep/System/Library/Bundles/FModuleAnnotations.finder/stamp.make
share/GNUstep/System/Library/Bundles/FModuleContents.finder/FModuleContents
share/GNUstep/System/Library/Bundles/FModuleContents.finder/Resources/FModuleContents.gorm/data.classes
+share/GNUstep/System/Library/Bundles/FModuleContents.finder/Resources/FModuleContents.gorm/data.info
share/GNUstep/System/Library/Bundles/FModuleContents.finder/Resources/FModuleContents.gorm/objects.gorm
share/GNUstep/System/Library/Bundles/FModuleContents.finder/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/FModuleContents.finder/stamp.make
share/GNUstep/System/Library/Bundles/FModuleCrDate.finder/FModuleCrDate
share/GNUstep/System/Library/Bundles/FModuleCrDate.finder/Resources/FModuleCrDate.gorm/data.classes
+share/GNUstep/System/Library/Bundles/FModuleCrDate.finder/Resources/FModuleCrDate.gorm/data.info
share/GNUstep/System/Library/Bundles/FModuleCrDate.finder/Resources/FModuleCrDate.gorm/objects.gorm
share/GNUstep/System/Library/Bundles/FModuleCrDate.finder/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/FModuleCrDate.finder/stamp.make
share/GNUstep/System/Library/Bundles/FModuleKind.finder/FModuleKind
share/GNUstep/System/Library/Bundles/FModuleKind.finder/Resources/FModuleKind.gorm/data.classes
+share/GNUstep/System/Library/Bundles/FModuleKind.finder/Resources/FModuleKind.gorm/data.info
share/GNUstep/System/Library/Bundles/FModuleKind.finder/Resources/FModuleKind.gorm/objects.gorm
share/GNUstep/System/Library/Bundles/FModuleKind.finder/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/FModuleKind.finder/stamp.make
share/GNUstep/System/Library/Bundles/FModuleModDate.finder/FModuleModDate
share/GNUstep/System/Library/Bundles/FModuleModDate.finder/Resources/FModuleModDate.gorm/data.classes
+share/GNUstep/System/Library/Bundles/FModuleModDate.finder/Resources/FModuleModDate.gorm/data.info
share/GNUstep/System/Library/Bundles/FModuleModDate.finder/Resources/FModuleModDate.gorm/objects.gorm
share/GNUstep/System/Library/Bundles/FModuleModDate.finder/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/FModuleModDate.finder/stamp.make
share/GNUstep/System/Library/Bundles/FModuleName.finder/FModuleName
share/GNUstep/System/Library/Bundles/FModuleName.finder/Resources/FModuleName.gorm/data.classes
+share/GNUstep/System/Library/Bundles/FModuleName.finder/Resources/FModuleName.gorm/data.info
share/GNUstep/System/Library/Bundles/FModuleName.finder/Resources/FModuleName.gorm/objects.gorm
share/GNUstep/System/Library/Bundles/FModuleName.finder/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/FModuleName.finder/stamp.make
share/GNUstep/System/Library/Bundles/FModuleOwner.finder/FModuleOwner
share/GNUstep/System/Library/Bundles/FModuleOwner.finder/Resources/FModuleOwner.gorm/data.classes
+share/GNUstep/System/Library/Bundles/FModuleOwner.finder/Resources/FModuleOwner.gorm/data.info
share/GNUstep/System/Library/Bundles/FModuleOwner.finder/Resources/FModuleOwner.gorm/objects.gorm
share/GNUstep/System/Library/Bundles/FModuleOwner.finder/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/FModuleOwner.finder/stamp.make
share/GNUstep/System/Library/Bundles/FModuleSize.finder/FModuleSize
share/GNUstep/System/Library/Bundles/FModuleSize.finder/Resources/FModuleSize.gorm/data.classes
+share/GNUstep/System/Library/Bundles/FModuleSize.finder/Resources/FModuleSize.gorm/data.info
share/GNUstep/System/Library/Bundles/FModuleSize.finder/Resources/FModuleSize.gorm/objects.gorm
share/GNUstep/System/Library/Bundles/FModuleSize.finder/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/FModuleSize.finder/stamp.make
@@ -486,19 +273,6 @@ share/GNUstep/System/Library/Bundles/IBViewViewer.inspector/IBViewViewer
share/GNUstep/System/Library/Bundles/IBViewViewer.inspector/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/IBViewViewer.inspector/Resources/InspectorInfo.plist
share/GNUstep/System/Library/Bundles/IBViewViewer.inspector/stamp.make
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/IconsViewer
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/data.classes
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/objects.gorm
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/classes.nib
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/info.nib
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/objects.nib
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Info-gnustep.plist
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/IconsViewerPref.gorm/data.classes
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/IconsViewerPref.gorm/objects.gorm
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/data.classes
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/objects.gorm
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/miniwindow.tiff
-share/GNUstep/System/Library/Bundles/IconsViewer.viewer/stamp.make
share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb/ImageThumbnailer
share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb/stamp.make
@@ -518,14 +292,13 @@ share/GNUstep/System/Library/Bundles/NSTIFFViewer.inspector/NSTIFFViewer
share/GNUstep/System/Library/Bundles/NSTIFFViewer.inspector/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/NSTIFFViewer.inspector/Resources/InspectorInfo.plist
share/GNUstep/System/Library/Bundles/NSTIFFViewer.inspector/stamp.make
+share/GNUstep/System/Library/Bundles/Role.extinfo/Resources/Info-gnustep.plist
+share/GNUstep/System/Library/Bundles/Role.extinfo/Role
+share/GNUstep/System/Library/Bundles/Role.extinfo/stamp.make
share/GNUstep/System/Library/Bundles/RtfViewer.inspector/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/RtfViewer.inspector/Resources/InspectorInfo.plist
share/GNUstep/System/Library/Bundles/RtfViewer.inspector/RtfViewer
share/GNUstep/System/Library/Bundles/RtfViewer.inspector/stamp.make
-share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/Resources/Info-gnustep.plist
-share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/Resources/miniwindow.tiff
-share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/SmallIconsViewer
-share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/stamp.make
share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources/InspectorInfo.plist
share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources/pause.tiff
@@ -538,53 +311,171 @@ share/GNUstep/System/Library/Bundles/SoundViewer.inspector/stamp.make
share/GNUstep/System/Library/Frameworks/FSNode.framework/Headers
share/GNUstep/System/Library/Frameworks/FSNode.framework/Resources
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/FSNode
+share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers/FSNBrowser.h
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers/FSNBrowserCell.h
+share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers/FSNBrowserColumn.h
+share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers/FSNBrowserMatrix.h
+share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers/FSNBrowserScroll.h
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers/FSNFunctions.h
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers/FSNIcon.h
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers/FSNIconsView.h
+share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers/FSNListView.h
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers/FSNTextCell.h
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers/FSNode.h
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers/FSNodeRep.h
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/ArrowRight.tiff
-share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/CellHighlight.tiff
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/English.lproj/Localizable.strings
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/FolderOpen.tiff
-share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/FolderOpenSmall.tiff
+share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/HardDisk.tiff
+share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/HardDiskOpen.tiff
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/MultipleSelection.tiff
-share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/MultipleSelectionSmall.tiff
-share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/SmallCellHighlight.tiff
-share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/Unknown.tiff
+share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/Recycler.tiff
+share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/RecyclerFull.tiff
+share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/Workspace.tiff
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/libFSNode.so
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/libFSNode.so.0.1.0
share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/Current
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Headers
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Resources
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Headers/Inspector.h
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Inspector
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Date-0.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Date-1.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Date-2.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Date-3.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Date-4.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Date-5.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Date-6.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Date-7.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Date-8.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Date-9.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Date-Colon.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Date.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Annotations.gorm/data.classes
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Annotations.gorm/data.info
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Annotations.gorm/objects.gorm
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Attributes.gorm/data.classes
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Attributes.gorm/data.info
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Attributes.gorm/objects.gorm
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Contents.gorm/data.classes
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Contents.gorm/data.info
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Contents.gorm/objects.gorm
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/InspectorWin.gorm/data.classes
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/InspectorWin.gorm/data.info
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/InspectorWin.gorm/objects.gorm
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Localizable.strings
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Tools.gorm/data.classes
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Tools.gorm/data.info
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Tools.gorm/objects.gorm
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Info-gnustep.plist
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Inspector.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-0.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-1.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-2.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-3.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-4.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-5.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-6.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-7.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-8.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-9.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-AM.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-Colon.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED-PM.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/LED.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Magnify.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Mask.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month-1.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month-10.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month-11.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month-12.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month-2.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month-3.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month-4.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month-5.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month-6.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month-7.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month-8.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month-9.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Month.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/MultipleSelection.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Pboard.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Weekday-0.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Weekday-1.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Weekday-2.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Weekday-3.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Weekday-4.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Weekday-5.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Weekday-6.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/Weekday.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/anim-logo-0.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/anim-logo-1.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/anim-logo-2.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/anim-logo-3.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/anim-logo-4.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/anim-logo-5.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/anim-logo-6.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/anim-logo-7.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/colorPboard.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/filecontsPboard.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/gormPboard.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/progind.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/progind10.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/rtfPboard.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/rtfdPboard.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/stringPboard.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/switchMultiple.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/switchOff.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/switchOn.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/tiffPboard.tiff
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/libInspector.so
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/libInspector.so.0.1.0
+share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/Current
share/GNUstep/System/Library/Headers/FSNode
+share/GNUstep/System/Library/Headers/Inspector
share/GNUstep/System/Library/Libraries/libFSNode.so
share/GNUstep/System/Library/Libraries/libFSNode.so.0.1.0
-share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb/ImageThumbnailer
-share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb/Resources/Info-gnustep.plist
-share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb/stamp.make
+share/GNUstep/System/Library/Libraries/libInspector.so
+share/GNUstep/System/Library/Libraries/libInspector.so.0.1.0
share/GNUstep/System/Library/Services/thumbnailer.service/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Services/thumbnailer.service/thumbnailer
-share/GNUstep/System/Tools/findfile
+share/GNUstep/System/Tools/ddbd
share/GNUstep/System/Tools/fswatcher
+share/GNUstep/System/Tools/lsfupdater
+share/GNUstep/System/Tools/resizer
+share/GNUstep/System/Tools/searchtool
share/GNUstep/System/Tools/wopen
-@dirrm share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb/Resources
-@dirrm share/GNUstep/System/Library/Services/thumbnailer.service/Resources/ImageThumbnailer.thumb
+@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Tools
@dirrm share/GNUstep/System/Library/Services/thumbnailer.service/Resources
@dirrm share/GNUstep/System/Library/Services/thumbnailer.service
+@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Services
+@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Libraries
+@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Headers
+@dirrm share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Tools.gorm
+@dirrm share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/InspectorWin.gorm
+@dirrm share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Contents.gorm
+@dirrm share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Attributes.gorm
+@dirrm share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj/Annotations.gorm
+@dirrm share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources/English.lproj
+@dirrm share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Resources
+@dirrm share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A/Headers
+@dirrm share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions/A
+@dirrm share/GNUstep/System/Library/Frameworks/Inspector.framework/Versions
+@dirrm share/GNUstep/System/Library/Frameworks/Inspector.framework
@dirrm share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources/English.lproj
@dirrm share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Resources
@dirrm share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A/Headers
@dirrm share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions/A
@dirrm share/GNUstep/System/Library/Frameworks/FSNode.framework/Versions
@dirrm share/GNUstep/System/Library/Frameworks/FSNode.framework
+@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Frameworks
@dirrm share/GNUstep/System/Library/Bundles/SoundViewer.inspector/Resources
@dirrm share/GNUstep/System/Library/Bundles/SoundViewer.inspector
-@dirrm share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer/Resources
-@dirrm share/GNUstep/System/Library/Bundles/SmallIconsViewer.viewer
@dirrm share/GNUstep/System/Library/Bundles/RtfViewer.inspector/Resources
@dirrm share/GNUstep/System/Library/Bundles/RtfViewer.inspector
+@dirrm share/GNUstep/System/Library/Bundles/Role.extinfo/Resources
+@dirrm share/GNUstep/System/Library/Bundles/Role.extinfo
@dirrm share/GNUstep/System/Library/Bundles/NSTIFFViewer.inspector/Resources
@dirrm share/GNUstep/System/Library/Bundles/NSTIFFViewer.inspector
@dirrm share/GNUstep/System/Library/Bundles/NSRTFViewer.inspector/Resources
@@ -595,15 +486,6 @@ share/GNUstep/System/Tools/wopen
@dirrm share/GNUstep/System/Library/Bundles/ImageViewer.inspector
@dirrm share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb/Resources
@dirrm share/GNUstep/System/Library/Bundles/ImageThumbnailer.thumb
-@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/IconsViewerPref.gorm
-@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm
-@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources/English.lproj
-@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/Resources
-@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib
-@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm
-@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources/English.lproj
-@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer/Resources
-@dirrm share/GNUstep/System/Library/Bundles/IconsViewer.viewer
@dirrm share/GNUstep/System/Library/Bundles/IBViewViewer.inspector/Resources
@dirrm share/GNUstep/System/Library/Bundles/IBViewViewer.inspector
@dirrm share/GNUstep/System/Library/Bundles/FolderViewer.inspector/Resources
@@ -629,191 +511,49 @@ share/GNUstep/System/Tools/wopen
@dirrm share/GNUstep/System/Library/Bundles/FModuleContents.finder/Resources/FModuleContents.gorm
@dirrm share/GNUstep/System/Library/Bundles/FModuleContents.finder/Resources
@dirrm share/GNUstep/System/Library/Bundles/FModuleContents.finder
-@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm
-@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm
-@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources/English.lproj
-@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/Resources
-@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib
-@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm
-@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources/English.lproj
-@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer/Resources
-@dirrm share/GNUstep/System/Library/Bundles/BrowserViewer.viewer
+@dirrm share/GNUstep/System/Library/Bundles/FModuleAnnotations.finder/Resources/FModuleAnnotations.gorm
+@dirrm share/GNUstep/System/Library/Bundles/FModuleAnnotations.finder/Resources
+@dirrm share/GNUstep/System/Library/Bundles/FModuleAnnotations.finder
@dirrm share/GNUstep/System/Library/Bundles/AppViewer.inspector/Resources
@dirrm share/GNUstep/System/Library/Bundles/AppViewer.inspector
+@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Bundles
+@dirrm share/GNUstep/System/Applications/Recycler.app/Resources/English.lproj/StartAppWin.gorm
+@dirrm share/GNUstep/System/Applications/Recycler.app/Resources/English.lproj/PreferencesWin.gorm
+@dirrm share/GNUstep/System/Applications/Recycler.app/Resources/English.lproj
+@dirrm share/GNUstep/System/Applications/Recycler.app/Resources
+@dirrm share/GNUstep/System/Applications/Recycler.app
@dirrm share/GNUstep/System/Applications/Operation.app/Resources/English.lproj/OperationPrefs.gorm
@dirrm share/GNUstep/System/Applications/Operation.app/Resources/English.lproj/FileOperationWin.gorm
@dirrm share/GNUstep/System/Applications/Operation.app/Resources/English.lproj
@dirrm share/GNUstep/System/Applications/Operation.app/Resources
@dirrm share/GNUstep/System/Applications/Operation.app
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/SoundViewer.inspector/Resources
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/SoundViewer.inspector
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/RtfViewer.inspector/Resources
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/RtfViewer.inspector
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/NSTIFFViewer.inspector/Resources
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/NSTIFFViewer.inspector
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/NSRTFViewer.inspector/Resources
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/NSRTFViewer.inspector
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/NSColorViewer.inspector/Resources
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/NSColorViewer.inspector
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/ImageViewer.inspector/Resources
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/ImageViewer.inspector
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/IBViewViewer.inspector/Resources
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/IBViewViewer.inspector
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/FolderViewer.inspector/Resources
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/FolderViewer.inspector
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/Tools.gorm
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/StartAppWin.gorm
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/PreferencesWin.gorm
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/InspectorWin.gorm
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/Inspector.gorm
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/Inspector.gorm
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/Contents.gorm
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj/Attributes.gorm
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/English.lproj
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/AppViewer.inspector/Resources
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources/AppViewer.inspector
-@dirrm share/GNUstep/System/Applications/Inspector.app/Resources
-@dirrm share/GNUstep/System/Applications/Inspector.app
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Finder.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer/Resources
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/SmallIconsViewer.viewer
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Finder.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Finder.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj/Finder.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Italian.lproj
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/IconsViewerPref.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.nib
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gorm
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ToolsPanel.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/StartAppWin.nib
+@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/VolumesPref.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/StartAppWin.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.nib
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib
+@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/SearchResults.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.nib
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PrefWindow.gorm
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.nib
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.nib
+@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFolder.gorm
+@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/LSFEditor.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/IconsPref.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.nib
+@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HistoryPref.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/HiddenFilesPref.gorm
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Finder.gorm
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.gorm
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.nib
+@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FindModuleView.gorm
+@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DesktopPref.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefSortOrderPref.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.nib
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DefEditorPref.gorm
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ContentsPanel.gorm
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.gorm
+@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/BrowserViewerPref.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib
-@exec ${MKDIR} %D/share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.nib
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources
-@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer
@dirrm share/GNUstep/System/Applications/GWorkspace.app/Resources
@dirrm share/GNUstep/System/Applications/GWorkspace.app
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder/Resources/FModuleSize.gorm
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder/Resources
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleSize.finder
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder/Resources/FModuleOwner.gorm
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder/Resources
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleOwner.finder
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder/Resources/FModuleName.gorm
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder/Resources
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleName.finder
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder/Resources/FModuleModDate.gorm
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder/Resources
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleModDate.finder
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder/Resources/FModuleKind.gorm
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder/Resources
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleKind.finder
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder/Resources/FModuleCrDate.gorm
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder/Resources
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleCrDate.finder
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder/Resources/FModuleContents.gorm
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder/Resources
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/FModuleContents.finder
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/ResultsWindow.gorm
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/Finder.gorm
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/English.lproj/FindView.gorm
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources/English.lproj
-@dirrm share/GNUstep/System/Applications/Finder.app/Resources
-@dirrm share/GNUstep/System/Applications/Finder.app
-@dirrm share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj/StartAppWin.gorm
-@dirrm share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj/PreferencesWin.gorm
-@dirrm share/GNUstep/System/Applications/Desktop.app/Resources/English.lproj
-@dirrm share/GNUstep/System/Applications/Desktop.app/Resources
-@dirrm share/GNUstep/System/Applications/Desktop.app
+@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Applications
diff --git a/sysutils/gworkspace/distinfo b/sysutils/gworkspace/distinfo
index ab5d69349f1..fe9f2ea9b1b 100644
--- a/sysutils/gworkspace/distinfo
+++ b/sysutils/gworkspace/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 13:40:53 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/05/02 06:35:55 rh Exp $
-SHA1 (gworkspace-0.6.5.tar.gz) = 3732e520bd604d19db98a0f732f85247fab707d2
-RMD160 (gworkspace-0.6.5.tar.gz) = 7aec1fd3ad71431f133825ac05b2641ffbb06195
-Size (gworkspace-0.6.5.tar.gz) = 1525038 bytes
-SHA1 (patch-aa) = b3d4d2a2cf03404feca394e999d97f966f5dcd72
-SHA1 (patch-ab) = edcc56f067bdcf06e918da9fac4ed23f55791d50
+SHA1 (gworkspace-0.7.1.tar.gz) = f1679a2d507e2ccc35e1cb06bbdea7e2864c4528
+RMD160 (gworkspace-0.7.1.tar.gz) = 5fb43c7faaf0a2a46a150011a34ac21ab074bb39
+Size (gworkspace-0.7.1.tar.gz) = 1412129 bytes
+SHA1 (patch-aa) = dc897d3e32a1e020557e489e36781088e8767a3e
+SHA1 (patch-ab) = 421fdbb920f5efc4c91969a6391e098e489dd1ce
diff --git a/sysutils/gworkspace/files/GNUmakefile b/sysutils/gworkspace/files/GNUmakefile
deleted file mode 100644
index 2c15fcbcf78..00000000000
--- a/sysutils/gworkspace/files/GNUmakefile
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# $NetBSD: GNUmakefile,v 1.1.1.1 2002/09/28 02:19:53 rh Exp $
-#
-# Empty Makefile
-
-all:
-
-install:
-
diff --git a/sysutils/gworkspace/patches/patch-aa b/sysutils/gworkspace/patches/patch-aa
index 23f1461062b..1adb1f645ea 100644
--- a/sysutils/gworkspace/patches/patch-aa
+++ b/sysutils/gworkspace/patches/patch-aa
@@ -1,11 +1,93 @@
---- Finder/GNUmakefile.preamble.orig 2004-11-08 13:41:09.000000000 -0500
-+++ Finder/GNUmakefile.preamble 2004-11-08 13:41:32.000000000 -0500
-@@ -15,7 +15,7 @@
- ADDITIONAL_LDFLAGS +=
+$NetBSD: patch-aa,v 1.4 2005/05/02 06:35:55 rh Exp $
+
+--- GWorkspace/Desktop/GWDesktopManager.m.orig 2005-04-01 09:43:39.000000000 +1000
++++ GWorkspace/Desktop/GWDesktopManager.m
+@@ -31,6 +31,12 @@
+ #include "GWorkspace.h"
+ #include "GWViewersManager.h"
+ #include "TShelf/TShelfWin.h"
++#include <sys/types.h>
++#include <sys/param.h>
++
++#if (defined(BSD) && BSD >= 199306)
++#include <sys/statvfs.h>
++#endif
- # Additional library directories the linker should search
--ADDITIONAL_LIB_DIRS += -L../FSNode/$(GNUSTEP_OBJ_DIR)
-+ADDITIONAL_LIB_DIRS += -L../FSNode/FSNode.framework/Versions/Current
+ #define RESV_MARGIN 10
- ADDITIONAL_TOOL_LIBS +=
+@@ -748,9 +754,31 @@ static GWDesktopManager *desktopManager
+ }
+ if (removables == nil) {
++#if (defined(BSD) && BSD >= 199306)
++ removables = [NSArray arrayWithObjects: @"/mnt", nil];
++#else
+ removables = [NSArray arrayWithObjects: @"/mnt/floppy", @"/mnt/cdrom", nil];
++#endif
+ }
+
++#if (defined(BSD) && BSD >= 199306)
++ struct statvfs *mntbuf;
++ int mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
++
++ for (i = 0; i < mntsize; i++) {
++ if (strcmp(mntbuf[i].f_mntfromname, [fullPath cString]) == 0 ||
++ strcmp(mntbuf[i].f_mntonname, [fullPath cString]) == 0) {
++ *removableFlag = [removables containsObject:
++ [NSString stringWithCString: mntbuf[i].f_mntonname]];
++ *writableFlag = ( mntbuf[i].f_flag & MNT_RDONLY ) ? NO : YES;
++ *unmountableFlag = YES;
++ *fileSystemType = [NSString stringWithCString: mntbuf[i].f_fstypename];
++ *description = *fileSystemType;
++
++ return YES;
++ }
++ }
++#else /* !BSD */
+ mtab = [NSString stringWithContentsOfFile: mtabpath];
+ mounts = [mtab componentsSeparatedByString: @"\n"];
+
+@@ -782,6 +810,7 @@ static GWDesktopManager *desktopManager
+ }
+ }
+ }
++#endif
+
+ return NO;
+ }
+@@ -801,11 +830,27 @@ static GWDesktopManager *desktopManager
+ }
+
+ if (reserved == nil) {
++#if (defined(BSD) && BSD >= 199306)
++ reserved = [NSArray arrayWithObjects: @"procfs", @"kernfs", nil];
++#else
+ reserved = [NSArray arrayWithObjects: @"proc", @"devpts", @"shm",
+ @"usbdevfs", @"devpts",
+ @"sysfs", @"tmpfs", nil];
++#endif
+ }
+
++#if (defined(BSD) && BSD >= 199306)
++ names = [NSMutableArray array];
++ struct statvfs *mntbuf;
++ int mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
++
++ for (i = 0; i < mntsize; i++) {
++ if ([reserved containsObject: [NSString stringWithCString:
++ mntbuf[i].f_fstypename]] == NO) {
++ [names addObject: [NSString stringWithCString: mntbuf[i].f_mntonname]];
++ }
++ }
++#else
+ mtab = [NSString stringWithContentsOfFile: mtabpath];
+ mounts = [mtab componentsSeparatedByString: @"\n"];
+ names = [NSMutableArray array];
+@@ -825,6 +870,7 @@ static GWDesktopManager *desktopManager
+ }
+ }
+ }
++#endif
+
+ return names;
+ }
diff --git a/sysutils/gworkspace/patches/patch-ab b/sysutils/gworkspace/patches/patch-ab
index 2ba91d66df4..e60820ec122 100644
--- a/sysutils/gworkspace/patches/patch-ab
+++ b/sysutils/gworkspace/patches/patch-ab
@@ -1,11 +1,26 @@
---- Desktop/GNUmakefile.preamble.orig 2004-11-08 13:41:41.000000000 -0500
-+++ Desktop/GNUmakefile.preamble 2004-11-08 13:42:24.000000000 -0500
-@@ -15,6 +15,8 @@
- # Additional LDFLAGS to pass to the linker
- ADDITIONAL_LDFLAGS +=
+$NetBSD: patch-ab,v 1.4 2005/05/02 06:35:55 rh Exp $
+
+--- GWorkspace/Preferences/VolumesPref.m.orig 2005-01-18 01:07:39.000000000 +1000
++++ GWorkspace/Preferences/VolumesPref.m
+@@ -26,6 +26,7 @@
+ #include <AppKit/AppKit.h>
+ #include "VolumesPref.h"
+ #include "FSNodeRep.h"
++#include <sys/param.h>
-+ADDITIONAL_LIB_DIRS += -L../FSNode/FSNode.framework/Versions/Current
-+
- # Additional library directories the linker should search
- #ifneq ($(FOUNDATION_LIB), apple)
- # ADDITIONAL_LIB_DIRS += -LGWLib/$(GNUSTEP_OBJ_DIR) \
+ #define CHECKSIZE(sz) \
+ if (sz.width < 0) sz.width = 0; \
+@@ -64,11 +65,13 @@ static NSString *nibName = @"VolumesPref
+
+ if (mtabpath == nil) {
+ mtabpath = @"/etc/mtab";
++#if (!defined(BSD) || BSD < 199306)
+ NSRunAlertPanel(nil,
+ NSLocalizedString(@"The mtab path is not set. Using default value.", @""),
+ NSLocalizedString(@"OK", @""),
+ nil,
+ nil);
++#endif
+ }
+
+ [mtabField setStringValue: mtabpath];