pkgsrc/sysutils
rh bb712b5e4e Update gworkspace to 0.6.3. Notable changes 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
2004-04-11 03:20:34 +00:00
..
acpi-iasl Update acpi-iasl to 2004311. 2004-03-23 07:53:10 +00:00
acpidump Initial import of Portable ACPI dumper (acpidump-20020711). 2004-02-29 05:57:44 +00:00
adjustkernel Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
amanda
amanda-client
amanda-common CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will 2004-02-14 15:29:15 +00:00
amanda-dev
amanda-dev-client
amanda-dev-common
amanda-dev-plot
amanda-dev-server replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
amanda-plot
amanda-server replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
apcupsd replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
aperture Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
apotheke PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
asapm
atitvout Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
bbsload s/avarage/average/ 2004-02-21 07:36:31 +00:00
bchunk
bkpupsd
c++rt0
cdbkup
cdrdao + USE_LANGUAGES=c c++ 2004-02-04 22:23:46 +00:00
cdrecord USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
cdrecord-xcdroast replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
cdrtools-ossdvd Some lines in the generated +DISPLAY were too long. So made 2004-02-03 05:17:43 +00:00
cfengine
cfengine2 PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
cfengine2-doc Remove info files entries from PLIST. 2004-03-10 01:08:35 +00:00
checkpassword
coreutils update to 5.2.1 2004-03-29 09:22:50 +00:00
cpogm
cpuburn Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
cpuid
crashme Rather than a direct assignation to the signal mask, use sigemptyset(3), 2004-02-08 23:37:13 +00:00
daemontools
depot Make this package compile with gcc3. 2003-12-15 16:19:43 +00:00
dmesg2gif Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
dog replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
dptutil
dvd+rw-tools Allow cdrtools-ossdvd as cdrecord too. 2004-03-31 08:50:25 +00:00
dvdrecord remove commented PKGREVISION from update to 0.1.5, fix COMMENT, 2004-02-08 13:18:13 +00:00
e2fsprogs Remove info files entries from PLIST. 2004-03-10 01:08:35 +00:00
easydiskpasswd Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
etcupdate Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
extipl replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
fakeroot LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs 2004-02-14 17:21:49 +00:00
fam Add "USE_LANGUAGES=c c++" since fam uses c++. 2004-04-04 09:24:58 +00:00
fastfs Initial import of fastfs into the NetBSD packages collection. 2004-01-21 05:03:18 +00:00
fdgw
file file uses libz.so. So add buildlink3.mk for zlib. 2004-02-05 02:10:39 +00:00
findutils Remove info files entries from PLIST. 2004-03-10 01:08:35 +00:00
fix4SA110rev2 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
free Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
fsviewer bl3ify 2004-02-25 23:15:44 +00:00
gcdmaster Handle some shared directories by depending on (or updating dependancies to 2004-03-08 19:40:36 +00:00
gcombust Handle some shared directories by depending on (or updating dependancies to 2004-03-08 19:40:36 +00:00
genpasswd
gentoo Changes 0.11.46: 2004-03-02 15:22:39 +00:00
gkrellm Honor BINOWN and BINGRP. 2004-04-10 03:59:50 +00:00
gkrellm-server Add explicit dependency on pkgconfig. 2004-03-07 03:46:30 +00:00
gkrellm-share Initial import of gkrellm-share into the NetBSD Package Collection, from 2004-02-24 22:27:27 +00:00
gkrellm1 Change dependency constraint to 'gkrellm<2.0' so that gkrellm1 plugins 2004-03-18 15:28:27 +00:00
gkx86info Build against gkrellm1. From Noud de Brouwer in PR 24827. 2004-03-21 02:59:48 +00:00
gmc PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
gnome-acme Bump PKGREVISION to 6 due to multiple updates of GNOME libraries to the 2004-04-01 18:53:27 +00:00
gnome-pkgview PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
gnome-vfs Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
gnome-vfs2 Update to 2.6.0. Changes since the 2.4.x branch: 2004-04-01 18:21:20 +00:00
gnome2-system-monitor Fix paths to libgtop and libgtop2, which now live in sysutils. 2004-04-02 12:18:09 +00:00
gnometoaster s/Cd/CD/, s/Gtk/GTK+/ in COMMENT. 2004-02-08 14:35:11 +00:00
gpart Update gpart to 0.1h, provided by ISIHARA Takanori in PR pkg/24263. 2004-01-31 22:56:11 +00:00
grub Remove info files entries from PLIST. 2004-03-10 01:25:23 +00:00
grun replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
gst-plugins-gnomevfs Drop dynamic generation of DESCR files for gst-plugins-* packages, as it 2004-04-07 11:32:08 +00:00
gtk-send-pr PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
gtop Fix paths to libgtop and libgtop2, which now live in sysutils. 2004-04-02 12:18:09 +00:00
GWLib Update GWLib to 0.6.3. Notable changes include: 2004-04-11 03:16:36 +00:00
gworkspace Update gworkspace to 0.6.3. Notable changes include: 2004-04-11 03:20:34 +00:00
hfsutils
i2ocfg Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:22:01 +00:00
idesk replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
isapnptools replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
kdirstat PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
koncd PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
lambd
lavaps Enable tk84 and replace x11/tk with x11/tk83. Packages compatible 2004-03-08 20:27:13 +00:00
libgtop Julio M. Merino Vidal is now the maintainer of this package. 2004-04-05 09:07:56 +00:00
libgtop2 Change the permission of libgtop_server2 only when it is installed. 2004-04-09 03:47:39 +00:00
libirman
libol Fix wip reference. (hi minskim!) 2004-04-07 13:19:45 +00:00
logrot
lsof Use configuration for NetBSD 1.6* under 2.0* to fix build under 2004-04-01 20:15:54 +00:00
mbmon Add a patch from the program's auther. 2004-04-07 13:59:40 +00:00
mc replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
medusa Bump package revisions for tiff update. 2004-01-03 18:49:33 +00:00
memconf Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
memtest86 Update memtest86 to version 3.1a. Notable changes since 2.9: 2004-04-08 13:01:18 +00:00
mgm Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
mklivecd Drop trailing whitespace. 2004-03-04 12:29:40 +00:00
mksunbootcd
mktemp
mtools Remove info files entries from PLIST. 2004-03-10 01:27:26 +00:00
mtoolsfm
nautilus Update to 2.6.0. Changes since previous stable branch (2.4.x): 2004-04-01 18:38:03 +00:00
nautilus-cd-burner Initial import of nautilus-cd-burner, version 2.6.0: 2004-04-01 19:07:11 +00:00
osname
p5-Sys-Hostname-Long Do not assume "patch" programs on all platforms save the original file 2004-04-05 20:53:20 +00:00
p5-Unix-Syslog
pciutils replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
pcvt-utils Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
pear-Log Updated pear-Log to 1.8.4, changes since previously packaged 1.8.1: 2004-04-02 22:00:50 +00:00
pflogsumm Upgrade to 1.1.0: 2004-01-24 18:15:32 +00:00
psmisc USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
pstree Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
pv Remove info files entries from PLIST. 2004-03-10 01:27:26 +00:00
pwgen
qlogtools
rconfig
rdiff-backup
roller Update to 1.15: 2004-02-09 01:28:33 +00:00
rox Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. 2004-01-23 21:50:42 +00:00
rox-archive Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rox-base
rox-edit Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rox-lib Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rox-memo Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rox-session Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. 2004-01-23 21:50:42 +00:00
rox-system Fix paths to libgtop and libgtop2, which now live in sysutils. 2004-04-02 12:18:09 +00:00
rox-wallpaper Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rox-wrappers Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rtty Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ruby-quota - Update MASTER_SITES for sourceforge sites. 2004-03-17 14:38:02 +00:00
safetynet Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
sarah
screentest
scsiinfo
service-config
setquota Don't use NULL as 0. Fix compile error on gcc 3.X. 2004-03-20 14:42:56 +00:00
shmux
skill
socket
sredird Sredird is a serial port redirector that is compliant with the RFC 2217 2004-03-29 19:44:15 +00:00
sshsh
storage-manager Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
stow Remove info files entries from PLIST. 2004-03-10 01:27:26 +00:00
su2 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
sux
sysbuild Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
sysgen Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
sysinfo
tcx
tdir
tits
tkcron Enable tk84 and replace x11/tk with x11/tk83. Packages compatible 2004-03-08 20:27:13 +00:00
tkdesk Enable tk84 and replace x11/tk with x11/tk83. Packages compatible 2004-03-08 20:27:13 +00:00
tload
tob
top remove artificial restriction building top if /usr/bin/top exists. 2004-02-22 07:32:36 +00:00
toshutils
tpb Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1. 2004-02-19 17:49:57 +00:00
ups-nut Convert to buildlink3. 2004-04-11 01:54:20 +00:00
ups-nut-cgi Convert to buildlink3. 2004-04-11 01:54:20 +00:00
usbutil
user Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
user_darwin This implements a subset of useradd(8)/groupadd(8) functionality on 2004-04-01 02:58:32 +00:00
vcdimager Remove info files entries from PLIST. 2004-03-10 01:27:26 +00:00
vcdimager-devel - bl3ify 2004-04-09 10:34:52 +00:00
vidc-tools Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
vifm replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
vobcopy import vobcopy-0.5.13, a tool to copy DVD .vob files to harddisk 2004-04-08 14:17:57 +00:00
whowatch
wmcpuload
wmmemmon
wtail
xbatt Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xbattbar Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xcdroast bl3ify 2004-03-15 15:19:52 +00:00
xdu Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xfce4-diskperf-plugin Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-fm Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-fm-icons Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-minicmd-plugin Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-netload-plugin Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-showdesktop-plugin Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-systemload-plugin Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-systray Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfe Remove a non-existent file and bl3ify, fixes the problem seen in agc@'s 2004-03-20 15:35:38 +00:00
xfm Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xhfs Enable tk84 and replace x11/tk with x11/tk83. Packages compatible 2004-03-08 20:27:13 +00:00
xmbmon Add a patch from the program's auther. 2004-04-07 13:59:40 +00:00
xmeter Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xnc Handle some shared directories by depending on (or updating dependancies to 2004-03-08 19:40:36 +00:00
xosview + USE_LANGUAGES=c c++ 2004-02-04 22:23:46 +00:00
xps replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
xuvmstat Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
Makefile +vobcopy 2004-04-08 14:19:17 +00:00