pkgsrc/sysutils/GWLib/Makefile
rh 6d91e1199b Update GWLib to 0.6.3. Notable changes include:
in -unselectNameEditor redraw the editor rect only if nameEditor
    exists in the subviews.

    -concludeRemoteFilesDragOperation: new method.

    added a NSNotificationQueue.

    added icons names.

    -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

    + (id)workspaceApp
    new method.

    in cutFileLabelText() new algo used.
2004-04-11 03:16:36 +00:00

13 lines
342 B
Makefile

# $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"