Age | Commit message (Collapse) | Author | Files | Lines |
|
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
|
|
fixes a number of bugs, adds a tabbed shelf, no longer uses GWLib, and runs
more smoothly overall.
|
|
|
|
|
|
here. They include new applications (Desktop, Finder, Inspector), tons of
bug fixes, and feature enhancements. This closes PR pkg/28116 by Francois
Briere, thanks!
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
* GWNet
new subproject
GWNet is a smb and ftp file viewer.
* GWorkspace/GWSplitView.m
-updateDiskSpaceInfo: rewritten.
* Viewers/IconsViewer/PathIcon.m
-mouseUp: implemented.
* GWorkspace/Inspectors/Tools.m
fixed a bug that crashed the app because a view created in Gorm
was not retained before releasing its window.
* applied patch by Matt Rice <ratmice@yahoo.com> that changes the usage of
setStringValue: on many NSButtons to setTitle.
* Viewers/IconsViewer/IconsPanel.m
Viewers/IconsViewer/IconsPath.m
Viewers/IconsViewer/IconsViewer.m
Viewers/SmallIconsViewer/SmallIcon.m
Viewers/SmallIconsViewer/SmallIconsPanel.m
Viewers/SmallIconsViewer/SmallIconsViewer.m
applied patch by S.J. Chun <chunsj@embian.com> to not access superviews
before they are set.
* added the "GWRemoteFilenamesPboardType" in all the classes
that implements the DraggingDestination protocol
* GWLib/FSWatcher.m
added a NSNotificationQueue.
* GWorkspace/Fiend/Fiend.m
GWorkspace/FiendLeaf/FiendLeaf.m
added DraggingDestination methods to the window.
* GWorkspace/Recycler/Recycler.m
the DraggingDestination is now the window.
* ContentViewers/PdfViewer/PdfViewer.m
applied a patch (by Charles Philip Chan <cpchan@sympatico.ca>)
to make the pdf Inspector work with Ghostscript 8.
* GWorkspace/main.m
the key equivalent for "Quit" is now "Q".
* Version 0.6.2
* GWorkspace/GWorkspace.m
check the defaults for "NoWarnOnQuit"
* ClipBook/ClipBookWindow.m
added the DraggingDestination methods and removed them from the subviews.
added support for the NSColorPboardType type.
* ContentViewers/PasteboardViewer/PasteboardViewer.m
added support for the NSColorPboardType pasteboard type.
* Version 0.6.1
* ClipBook
new subproject.
* GWorkspace/Resources
removed some duplicate files.
* GWorkspace/TShelf/TShelfIconsView.m
creates pasteboard icons also from dnd.
* GWorkspace/TShelf/TShelfView.m
reset the current selection when changing from a pasteboard tab
to a normal one.
* GWorkspace/FileOperations/FileOperation.m
in -doDuplicate changed the suffix "_copy" appended to the file name
to a prepended string, that is, "copy_of_".
* All the DraggingSources now consider also the offset in
-dragImage:at:offset:event:pasteboard:source:slideBack:
(on GNUstep this does nothing but I need it for osx)
* GWorkspace/Resources/Icons
Added some icons for Mac OS X.
* GWLib/externs.m
added icons names.
* GWorkspace/FileOperations/FileOperation.m
Now works on Mac OS X, too.
* GWorkspace/Resources/English.lproj
Modified some .nib files.
* A new Viewer opened on "/" now saves in the defaults its own shelf
content and doesn't use anymore the shelf content of the main viewer.
* Utilities/thumbnailer/thumbnailerInfo.plist
moved "Make thumbnail(s)" and "Remove thumbnail(s)" in a submenu.
they are now "Thumbnails/Make thumbnail(s)" and "Thumbnails/Remove
thumbnail(s)".
German translation by Martin Brecher <martin@mb-itconsulting.com>.
* GWorkspace/Resources/German.lproj
updated German Localized.strings (by Martin Brecher
<martin@mb-itconsulting.com>)
* ContentViewers/AppViewer/AppViewer.m
shows also the extensions.
* now the miniwindow icons reflect current directory icon
instead of view type.
* a new root viewer created has now the same shelf content of the first one.
* Info->Preferences->Hidden files
It is now possible to define directories as hidden.
* ContentViewers/PasteboardViewer/PasteboardViewer.m
Added a dummy implementation of
GormNSBrowser, GormNSTableView, GormNSOutlineView, GormNSMenu,
GormNSPopUpButtonCell and GormNSPopUpButton
Now the viewer seems to works with all the Gorm objects.
* ContentViewers/PasteboardViewer/PasteboardViewer.m
Enabled. Actually it works with many Gorm objects.
Problems with: NSBrowser, NSTableView, NSOutlineView and NSPopUpMenu.
* ContentViewers/PasteboardViewer
New contents viewer inspector.
* Added support for cut, copy and paste operation to the Tabbed Shelf.
* GWorkspace/TShelf/TShelfPBIcon.h GWorkspace/TShelf/TShelfPBIcon.m
New files.
* GWorkspace/Resources/Icons/
Added: Pboard.tiff, colorPboard.tiff, filecontsPboard.tiff Files,
gormPboard.tiff, rtfPboard.tiff, rtfdPboard.tiff, stringPboard.tiff,
tiffPboard.tiff.
* GWorkspace/GWorkspace.m
Added a "Do you really want to quit?" dialog
in -applicationShouldTerminate:.
Added some keyEquivalents to the tabbed shelf menues.
* GWorkspace/TShelf/TShelfWin.m
Reduced the height of the shelf by 6 pts.
* GWorkspace/Desktop/DesktopView.m
GWorkspace/Shelf/Shelf.m
in -fileSystemDidChange: fixed a bug that leaved a renamed icon locked.
* GWorkspace/FileOperations/FileOperation.m
-calculateNumFiles doesn't block anymore.
the stop button now works and the GWFileSystemDidChangeNotification is
sent only with the processed files.
* Viewers/SmallIconsViewer/SmallIconsPanel.m
in -selectIconWithPath: now the view scroll to show the icon.
* GWorkspace/Inspectors/Tools.m
after setting the default application, the applications icons
are now shown correctly.
* Version 0.6
* GWLib/GWProtocol.h and GWorkspace/GWorkspace.m
-sortedDirectoryContentsAtPath:
-checkHiddenFiles:atPath:
-setCachedMax:
-addWatcherForPath:
-removeWatcherForPath:
-lockFiles:inDirectoryAtPath:
-unLockFiles:inDirectoryAtPath:
-isLockedPath:
-existsAndIsDirectoryFileAtPath:
-typeOfFileAt:
-isPakageAtPath:
-sortTypeForDirectoryAtPath:
-setSortType:forDirectoryAtPath:
-setDefSortType:
-defSortType
-setHideSysFiles:
-hideSysFiles
-iconForFile:ofType:
-smallIconForFile:
-smallIconForFiles:
-smallHighlightIcon
-setUseThumbnails:
-imageExtensions
all these methods have been moved in GWLib
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|
|
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
|
|
|
|
including much improved viewers and inspectors, improved iconisation, and
many bug fixes.
While at it, replace home grown PLIST substitution with standard GNUstep
buildlink2.mk symbols.
|
|
(Forgot the last time we did this. Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
|
|
dependency bumps.
|
|
|
|
|
|
|
|
|