summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2004-04-15Fixed building problems on Darwinadam7-7/+79
2004-04-14Fixed build problems on Darwinadam4-7/+25
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv11-24/+22
*-dirs packages.
2004-04-12Fix argument passing between the library and the server as the code can'tjmmv3-2/+62
rely on how the compiler passes parameters to functions. This hopefully solves several problems: in concrete, one exposed by gnome-system-monitor when selecting the "My Processes" view (as the function returing the list takes two arguments, and the second one was beeing passed incorrectly). Bump PKGREVISION to 1.
2004-04-12Convert to buildlink3.snj3-31/+23
2004-04-11No longer used.snj1-33/+0
2004-04-11Update gworkspace to 0.6.3. Notable changes include:rh6-454/+301
* 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-11Update GWLib to 0.6.3. Notable changes include:rh3-17/+37
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-11Convert to buildlink3.snj2-6/+6
2004-04-10Honor BINOWN and BINGRP.minskim1-1/+2
2004-04-09- bl3ifyrecht3-10/+32
- correct INFO_FILES - add buildlink3.mk
2004-04-09Change the permission of libgtop_server2 only when it is installed.minskim1-2/+2
This makes the package build on Linux again.
2004-04-08update to 0.7.20drochner5-57/+30
changes: -uses libcdio for HW access now -some cleanup and restructuring -bugfixes
2004-04-08+vobcopydrochner1-1/+2
2004-04-08import vobcopy-0.5.13, a tool to copy DVD .vob files to harddiskdrochner6-0/+115
2004-04-08Update memtest86 to version 3.1a. Notable changes since 2.9:ben5-81/+10
* testing more than 2gb of memory * support for some ECC error reporting chipsets * serial console improvements * netbooting is fixed * LinuxBIOS support * add new "bit fade" extended test * use dynamic relocation information records to become PIC, instead of requiring 2 copies of memtest86 in the binary * many bugfixes
2004-04-08(belatedly) add user_darwindanw1-1/+2
2004-04-07Add a patch from the program's auther.recht4-10/+13
""" Patch for fixing a long standing bug in xmbmon version 2.00-2.03 (April 7, 2004): here; this is for 2nd and 3rd temperatures in Winbond chips with ISA access (no problem with SMBus access). """ Bump both mbmon's/xmbmon's PKGREVISIONs to 1.
2004-04-07Fix wip reference. (hi minskim!)salo1-2/+2
2004-04-07Update to 2.6.0. Can't find the list of changes but, AFAICT, thisjmmv4-24/+11
includes our patch for x86_64 support, some bug fixes, and updated and new translations.
2004-04-07Drop dynamic generation of DESCR files for gst-plugins-* packages, as itjmmv1-0/+3
broke 'make index' (pointed out by wiz@). This also lets us write more interesting and easier to find descriptions for packages.
2004-04-06Add and enable gst-plugins-gnomevfs.jmmv1-1/+2
2004-04-06Initial import of gst-plugins-gnomevfs, version 0.8.0:jmmv2-0/+16
This package provides the gnomevfs plugin for GStreamer.
2004-04-06Disable X11 support/detection in libgtop2, which was causing trouble onxtraeme1-3/+4
systems where there is not libXau.so; Bump PKGREVISION.
2004-04-05Ooops, forgot a cvs add for previousmartin1-0/+13
2004-04-05Update ups-nut and ups-nut-cgi to version 2.0.martin6-44/+38
2004-04-05Do not assume "patch" programs on all platforms save the original fileheinz1-2/+3
as *.orig. Should fix the build on IRIX6.5.
2004-04-05Julio M. Merino Vidal is now the maintainer of this package.tron1-2/+2
2004-04-04Add "USE_LANGUAGES=c c++" since fam uses c++.recht1-1/+2
2004-04-02Updated pear-Log to 1.8.4, changes since previously packaged 1.8.1:jdolecek2-5/+5
* Added a new 'null' log handler. * Added a flush() method to the public Log API. * Added a new handler that logs using the Sqlite extension. * The open(), close() and log() methods now consistently return success or failure. * If an object or array is passed as a log event, its human-readable representation will be used. * It's now possible to specify the default priority for events logged using the log() method.
2004-04-02g/c the DOCDIR stuff and rely solely on the pear.mk PLIST generation logicjdolecek3-37/+2
2004-04-02Finish move of libgtop and libgtop2 to the sysutils category, which werejmmv1-1/+3
living in devel.
2004-04-02Fix paths to libgtop and libgtop2, which now live in sysutils.jmmv3-6/+6
2004-04-02Finish move of libgtop from devel to sysutils, incomplete due to conflicts...jmmv9-0/+402
So I now see the package was previously here; the reason for the move is to lighten a bit the devel category, which has lots of packages.
2004-04-02Move libgtop to the sysutils category, coming from devel.jmmv10-0/+375
This is version 1.0.13nb4.
2004-04-02Move libgtop2 to the sysutils category, coming from devel.jmmv7-0/+245
This is version 2.5.2.
2004-04-01Use configuration for NetBSD 1.6* under 2.0* to fix build undertron2-1/+14
NetBSD 2.0 and newer.
2004-04-01Update to 2.6.0. Changes from previous version (list not complete):jmmv4-22/+117
* Add process list column for X Server memory usage (Havoc Pennington) * Add support for multiple processors - bug # 91363 * Fix color saving of graphs - bug #126612 (Kaushal Kumar) * Fix crash when asking for root passwoard - bug #126923 (Kiran Kumar Immidi) * Fix memory display
2004-04-01Add and enable nautilus-cd-burner.jmmv1-1/+2
2004-04-01Initial import of nautilus-cd-burner, version 2.6.0:jmmv5-0/+157
nautilus-cd-burner is an extension to Nautilus that makes it easy to write files to a CD burner. The user uses Nautilus or another gnome-vfs aware app to copy the files he wants to write to burn:///, and then nautilus-cd-burner is launched in some way to write the files to the CD.
2004-04-01Bump PKGREVISION to 6 due to multiple updates of GNOME libraries to thejmmv1-2/+2
2.6 platform.
2004-04-01Update to 2.6.0. Changes since previous stable branch (2.4.x):jmmv9-407/+95
Major changes since 2.5.91 are: * Translation updates Major changes since 2.5.90 are: * Handle failures when opening new window better (don't loop) * visiting and accept modifiers were reversed in list view * Build fixes Major changes since 2.5.8 are: * Beter typeahead in list view * "browse" context menu item in more places * Added go -> cd burner in browser mode * Fallback to normal icon view if there is a problem launching another view * Close windows on unmounted directories * Fix crashes * Longer delay until cancel open dialog opens Major changes since 2.5.7 are: * Fix crash * Nicer names for toplevel uris * Browse folder works in more places * Added preference to always use browser windows * Warn when sniffed/extension-matched mime type disagrees * Show applications for both sniffed and extension-matched mimetype in the open with menu Major changes since 2.5.6 are: * Fix icon lookup crash * Fix property page crash * Some a11y fixes * Use new background capplet name * Fix rename keyfocus issue * Scroll to icon after rename * Fix ogg previewing * Some HIG rephrasing of strings * Fix crash on rename of empty selection * Update help userguide links * Paste menu sensitivity fix * Rename selection keynav now behaves better from the start Major changes since 2.5.5 are: * hig/ui tweaks * ngettext support * distribute nautilus-list-view-ui.xml * New mimetype detection approach * performance fixes * non-modal open with other dialog * Don't show small svgs as themseleves (always thumbnail) * update egg-recent Major changes since 2.5.4 are: * Extension system for emblem, property page, menu item, and list view column plugins. * Editable list view columns * Don't expand symlinks when following them. * Busy cursor in loading spatial windows * Icon-view style typeahead in the list view. * Emblems in the list view * Added a location button to spatial windows * Removed tab icon nav from the icon view * Add a context menu to the tree side pane. * Pop up folder menu in list view background * Turn on home icon on the desktop by default * Added status bar info when no files are selected * Got rid of unnecessary EelGenerousBin/EelInputEventBox usage * HIG fixes * Bugfixes Major changes since 2.5.3 are: * Use GtkIconTheme instead of GnomeIconTheme * Show visited folders differently * Better mouse/keynav in icon and list view * Save window geometry on window close * HIG message dialogs * File templates support Major changes since 2.5.2 are: * Accessibility fixes * Better initial size of navigation window * Close all parents closes all parents * Focus the next item after delete in list view Major changes since 2.5.1.1 are: * Don't do unnecessary i/o on remote locations * handle broken symlinks that go unbroken * various bug fixes * some accessibility fixes Major changes since 2.5.1 are: * Fixed a NautilusFile leak * DISABLE_DEPRECATED fixes. Major changes since 2.5.0 are: * Start of new volume handling system * deprecaton clean * fixed leaks * performance fixes
2004-04-01Update to 2.6.0. Changes since the 2.4.x branch:jmmv11-73/+135
gnome-vfs 2.6.0 * Bugs fixed: + Some doc fixes + Fixed potential buffer in ftp readdir + Fix up needs_terminal usage in schema for url handlers gnome-vfs 2.5.91 * Bugs fixed: + build fixes + enable ssl if using gnu tls + handle host key changed in sftp method gnome-vfs 2.5.90 * Bugs fixed: + fix some sftp bugs + fix ssl support (wasn't working at all) + better webdav support on some servers (including apache) + fix crash when monitoring invalid uris + handle fam crashing without using 100% cpu + fix nautilus crasher + better emission of pre_unmount when unmounting volumes + fixed some mime sniffing issues (need new shared-mime-info) + portability fixes + fix memleaks + some header changes needed for c++ binding gnome-vfs 2.5.8 * Bugs fixed: + Text mimetype sniffing + portability fixes * Features + Added gtk file chooser backend (experimental) Note that this introduces a circular build dependency. This will have to be fixed later, but isn't a huge problem atm since nothing is using the backend. gnome-vfs 2.5.7 * Bugs fixed: + proxy mask parsing bug fixed + Eject code on freebsd + Fixed leaks + DESTDIR install fixes gnome-vfs 2.5.6 * Features + mime sniffing default method changed * Bugs fixed: + Portability fixes + Force volume reload after mount/unmount + handle 32bit linux device numbers + fix various mime detection bugs + don't confuse user_xattr mount option with user + move vfs daemon to libexec gnome-vfs 2.5.5 * Features + Allow rename to case-different name on case-insensitive filesystems (FAT) + Add smb support (requires samba 3.0) + Add sftp support + Use the xdg mime systems (requires shared-mime-data) + Initial network:// support * Bugs fixed: + Fix drive/volume casting macros + Added GPL headers to daemon gnome-vfs 2.5.4 * Features + performance tweaking of copy block size + correct units for kilobytes according to HIG + some cleanups of the schemas texts * Bugs fixed: + fixed up daemon failure handling + cd name reading + g_object_new crasher + removed debug spew gnome-vfs 2.5.3 * Features + New authentication callbacks, allowing more control and gnome-keyring integration + New callback support for http backend + moved url handler schemas here + real gtypes for gnome-vfs enumerations (Murray Cumming) * Bugs fixed: + Solaris fixes of the volume handling (Niall Powed, Padraig O'Brian) gnome-vfs 2.5.2 * Features + use ngettext * Bugs fixed: + no more vfs-daemon zombies + fixed gnomevfs-ls escape bug + fixed some leaks + fixed some http issues gnome-vfs 2.5.1 * Features + volume monitor + computer location gnome-vfs 2.5.0 * Features + asynchronous seek implementation (Manuel Clos) + seek and tell support in the FTP method (Manuel Clos) * Featurelets: + make the ssh method work with newer ssh (Mitch)
2004-04-01This implements a subset of useradd(8)/groupadd(8) functionality ondanw7-0/+177
Darwin that is sufficient for pkgsrc use.
2004-03-31Allow cdrtools-ossdvd as cdrecord too.wiz1-2/+2
2004-03-30Update to 5.17.4.8.6martin2-5/+5
2004-03-29+sredirdtv1-1/+2
2004-03-29Sredird is a serial port redirector that is compliant with the RFC 2217tv5-0/+94
"Telnet Com Port Control Option" protocol. This protocol lets you share a serial port through the network. RFC 2217 was orginally implemented in Cisco Terminal Servers in IOS version 11.x.
2004-03-29Patch configure.ac and regenerate the patch for configure instead ofminskim3-9/+11
patching configure directly, because this package already has a patch for configure.ac.