summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2006-09-17Update to 0.4.7, based on PR 34299 by Martin Wilke:wiz2-9/+8
0.4.6 -> 0.4.7 * Enforced non-empty Synopsis line. * do_sanity_checks() test before Send. * Default to ports as category. * Remove Help button and use a Prefs one. * Prepare code for future libification of the send_pr process. 0.4.5 -> 0.4.6 * The user can use the -a command line option to include files up to 32 times and the program will include them in the Fix section. * Problem Report definitions are handled with an opaque PR_DEFS structure and accessed via a helper function. * Some of the code was moved into a new file (pr_defs.c). * Some whitespace cleanup was done.
2006-09-17Fix usage of the 'export' keyword in a shell script to fix build under Solaris.jmmv2-1/+20
Per PR pkg/33814 by Raymond Meyer.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-1/+3
This fixes problems when some installed packages are outdated. Per wiz@'s request. (These are some that I forgot in the previous commit because they weren't initially in the file list. Reported by hira@.)
2006-09-16Update to 0.3.5. OK'ed by wiz@ during the freeze. Closes PR pkg/34318.jmmv3-10/+8
* Add three new required theme functions: - theme_check_init - determines if the theme is compatible with the running version of notification-daemon. - get_theme_info - returns info on the theme. - clear_notification_actions - Clears the notification action buttons on the window. * Disabled the Bubble theme for this release. It's the source of too many bugs. * Fix the scaling of different icon sizes. Now small icons display as small, and larger icons are scaled down to 48x48. * Fixed a problem where icons were being clipped in notifications. Patch by M.S. (Bug #21) * Fixed incorrect usage of GtkIconTheme. (Bug #38) * Fixed notifications with a timeout of 2147484ms or longer expiring in less than a second. (Bug #22) * Fixed a bug where a notification would duplicate its actions when updated. (Bug #30) * The Standard theme's countdown timer is now rendered using Cairo when compiled against Gtk 2.8.0 or higher. This improves the timer by making it antialiased. * Renamed notification-daemon.service to org.freedesktop.Notifications.service.
2006-09-16Update to 0.4.2. OK'ed by wiz@ during the freeze. Closes PR pkg/34317.jmmv4-25/+21
version 0.4.2 (17-June-2006): * Add G_BEGIN_DECLS and G_END_DECLS to notify.h, so that libnotify can be used in C++ applications properly. version 0.4.1 (17-June-2006): * Added support for attaching to a GtkStatusIcon. Patch by chpe. (Bug #60) * Added GObject properties to NotifyNotification. Patch by chpe. (Bug #60) * Added API documentation, accessible through devhelp. * Fixed up libnotify.pc to support dependencies correctly. (Bug #58) * Fixed notify_uninit() to properly set _initted to FALSE after being called. (Bug #56) version 0.4.0 (26-April-2006): * Patch by M.S. to switch notify-send to use GOption instead of popt, to add -v, --version, -h, and --hint options, and to rename -T, --type to -c, --category. This also fixes assertions when calling notify-send "". (Bug #41) * Fixed the short flag for --type to be -T in notify-send. (Bug #18) * Fixed the help in notify-send to indicate that --expire-timeout requires milliseconds, not seconds. (Bug #28) * Fixed some C99 usage. Patch by jensgr. (Bug #44) * Fixed notify-send on PPC.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv17-24/+35
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Sort.wiz1-2/+2
2006-09-15Update to 2.15.92:jmmv3-8/+13
New in 2.15.92 - 21 august 2006 * Fixed LoadGraph overlay. * Fixed tiny leak. * Fixed font and alignment of various columns. New in 2.15.91 - 7 august 2006 * Renamed Devices tab as File Systems. * Updated translations. New in 2.15.90 - 26 july 2006 * Fixed segfault is libselinux not installed. * The disks list is now correctly updated. * Double-click in disks list opens the corresponding volume. * debug messages are displayed on command line if GNOME_SYSTEM_MONITOR_DEBUG is defined. * New icon - Rodney Dawes <dobey@novell.com> New in 2.15.4 - 9 july 2006 * No more compile dependency on libselinux. * Process arguments with line feeds are now escaped. Closes #341095. * Displays scale on graphs. New in 2.15.0 - 29 june 2006 * Updated gconf schema. * Can use libsexy to display process arguments. * New memory column : displays estimated memory usage. * Can use libgksu2.
2006-09-15Update to 2.16.0:jmmv3-10/+19
Major changes in 2.16.0 are: * Handle enter activation when using typeahead search * Avoid using gnome_vfs_is_local in wrong places * Translations Major changes in 2.15.92.1 are: * Fix crash on startup Major changes in 2.15.92 are: * Fix crash on changing owner/group of file * Fix double free * Make sure all strings are displayed translated Major changes in 2.15.91 are: * Use gtk recent files code * Fix file change notification regression * Don't display raw form of selinux contexts * Import lates EggSequence with bugfixes * DnD fixes * Read .hidden symlinks * Fix down navigation in last column, next to last row Major changes in 2.15.90 are: * Submenu support for extensions * Improved beagle daemon detection * Enable D'n'D reordering in the places sidebar * New icons for trash operations * Add a button/text toggle button to the location bar * Fix leak Major changes in 2.15.4 are: * New permission dialog with recursion and selinx support * Improve extension interface * Add complete session management * Handle removal of the displayed location more elegantly * Use proper nautilus-cd-burner icon * Support dropping uris, urls and text to subfolders * Fix leaks and warnings Major changes in 2.15.2 are: * Don't allow formating of mounted floppies * Perfomance fixes * Don't use deprecated eel features * Use less memory when thumbnailing Major changes in 2.15.1 are: * Improve startup performance * Use GOption * Fix selection box width calculation * Improve file permission handling * Add volume operations to the file menu, tree and places sidebar * New po/LINGUAS handling * Smarter date handling for images * HIG fixes * Fix various typos * Fix about dialog to work with current gtk+ * Fix crashes * Show network volumes in the places sidebar * Fix progress dialog showing the wrong file * Code cleanups
2006-09-15Update to 2.16.0:jmmv3-8/+16
============== Version 2.16.0 ============== Translators * Gabor Kelemen (hu) * Jovan Naumovski (mk) * Badral (mn) * Rahul Bhalerao (mr) * Matic Žgur (sl) * Onur Can Çakmak (tr) =============== Version 2.15.91 =============== Translators * Runa Bhattacharjee (bn_IN) * Francisco Javier F. Serrador (es) * Arangel Angov (mk) * Matic Žgur (sl) =============== Version 2.15.90 =============== Translators * Ani Peter (ml) * Subhransu Behera (or) * Theppitak Karoonboonyanan (th) ================ Version 2.15.4.1 ================ Fixes * Correctly update LT_VERSION (Vincent) ============== Version 2.15.4 ============== Features * Add new API to know if an application should be launched in a terminal and to know the path to the desktop file (Travis Watkins) * Complete python bindings for the "No Display" flag (Travis Watkins) Menu Editor * Allow specifying alternate menu files as command line arguments (William Jon McCann) Misc * Use po/LINGUAS (Wouter Bolsterlee) * Require intltool 0.35.0 (Vincent Untz) Translators * Runa Bhattacharjee (bn_IN) * Matheus Grandi (gn) * Swapnil Hajare (mr)
2006-09-15Update gnome-vfs2* to 2.16.0:jmmv19-689/+133
gnome-vfs 2.16.0 * http: Fix crash on some redirects * http: Ignore fragment identifiers in URIs * support --disable-selinux * Fix gnome_vfs_mime_type_is_equal * inotify monitoring fixes gnome-vfs 2.15.92 * Remove old unused code * Better sniffing of text files * Tweak xfer callbacks for better performance gnome-vfs 2.15.91 * Avoid slow I/O looking for trash on remote shares * Inotify updates to avoid polling as much. * Build fix gnome-vfs 2.15.90 * Don't use deprectated dbus calls * Always dispatch monitor events * Add gnome_vfs_drive_needs_eject function. * Add support for compile time version checking. * Add GNOME_VFS_ERROR_INVALID_FILENAME error * Handle ENAMETOOLONG when converting from errno * Initialize SSL lazily * Fix error reporting in dns resolver code * Robustness fixes * Clean up code and fix warnings * dav fixes * ftp: fixes for IIS virtual directories * sftp: Support setting symlinks gnome-vfs 2.15.3 'Kill the monkeys' Note: The moniker code was moved to a seperate module called gnome-vfs-monikers. We need to keep that in the platform to be API/ABI compatible. Also note that bonobo mime related functions have been moved to libbonobo. This relase is free of Bonobos :) * Replace bonobo by DBus as IPC mechanism between clients and the daemon: Remove all references and dependencies on bonobo. (Initial work done by Richard Hult and Mikael Hallendal from Imendio) * Massive API documentation update. * INotify: fixes for remote (i.e. NFS) filesystems * INotify: Updates to the timers used (see ChangeLog) * Convert all use of pop to GOption * Fix non ACL file method build * OSX fix for GnomeVFSAddress * Handle %% escaping % in desktop files. (#343632) * Check for later version of libselinux. (#344349) gnome-vfs 2.15.2 * win32 fixes * Don't hide smb shares that end with $ * ACL support * Support for reading selinux context * Fix bug in gnome_vfs_uri_hash gnome-vfs 2.15.1 * Fix sftp symlink support * Fix smb connecting many times to the server * Add authentication to command line utils * Escape "?" in paths, as this is a special char in uris * Fix up symlink resolving in some cases * Portability fixes for the cdda method * Fix up locking around the xdg mime code where missing * Better handling of existing files in create/makedir for ftp * Shut down vfs backends on shutdown * Handle ftp anon login failure better * Handle more % expansions in Exec lines in desktop files * Make GnomeVFSDrive user_visible only if it supports media check * Fix ftp handling of large files
2006-09-14Require Perl as run time dependency when VFS is requested, since most ofjoerg2-3/+4
the extfs scripts are Perl and a WRKDIR reference would sneak in otherwise.
2006-09-09Corrected dewey pattern for Dragonfly.heinz1-2/+2
2006-09-09Also works on Dragonfly BSD (reported by Thomas Schlesinger onheinz1-1/+2
pkgsrc-users).
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache5-10/+10
2006-09-07new homepagedan1-2/+2
2006-09-07Fixed the paths to the manual pages.rillig1-1/+3
2006-09-06Update to k3b 0.12.17. PR pkg/34325 from Martin Wilkemarkd3-37/+6
Changes: Fixed saving/loading of the file view configuration. Improved ffmpeg autoconf check. More FreeBSD Compile fixes (thanks to Heiner Eichmann). Fixed symbolic link handling in data projects (a bug introduced in 0.12.16). Use UTF-8 encoding to store and load local CDDB entries. Never use growisofs parameter -dvd-compat with DVD+RW media. Fixed flac audio encoding for the audio project conversion feature.
2006-09-06Update memtest86 to version 3.2, addresses PR#34328ben2-9/+8
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-09-01Fix build on DragonFly 1.4.joerg2-11/+32
2006-08-30Consistently use statfs on DragonFly.joerg3-3/+26
2006-08-30Update krusader to 1.70.1.markd3-8/+9
Highlights: * Drastic improvement of performance when opening folders with lots of files * Remote encoding menu for fish, ftp and sftp protocols * Text search in files displays the first line with keywords in a search window * Various integrated checksum calculating and verifying tools * Colorful user interface of many elements such as synchronizer * Tab oriented internal editor with syntax highlighting * And many, many more that you can find in our changelog... Changes since beta1 include (but not limited to): * Improvements in the checksum module * More control over the terminal emulator (requested feature) * Our modified KIO-TAR is now built only when passing --with-kiotar to configure * Bugfixes to bookmarks, viewer and much more * A fix for a nasty bug that was plagueing people with gcc 4.x Changes since beta2 include (but not limited to): * New icons and artwork by our contest winner Andrew Neupokoev * A splashscreen based on the contest artwork * Bug fixes, bug fixes, bug fixes! Changes since 1.70.0: * Security fix: prevents passwords from being stored in cleartext in bookmarks.xml * Many fixes that have been backported from CVS * Added a Turkish translation
2006-08-28isoinfo extracts files at the painful rate of 1 sector at a time. This patchdsainty3-3/+53
speeds up file extraction significantly by using a much larger buffer. Also avoid crashing under NetBSD by not making the assumption that fclose(NULL) is legal. Bump PKGREVISION to 4.
2006-08-28Update to 0.92:jmmv6-61/+150
- Add support for LOCAL_CREDS socket credentials so that we can connect to the system daemon under NetBSD. It was useless before... Changes since 0.91: - Proper thread locking added to pending calls - Threading semantics changed from init early to init before the second thread is started - Correctly error out when an application tries to acquire or release the org.freedesktop.DBus name instead of sending false result codes - kqueue directory watching code can now be used to monitor config file changes on FreeBSD - --with-dbus-daemondir configure switch added so the daemon can be installed separate from the user binaries - Makefiles fixed for cygwin - Various fixes for the ongoing Windows port - Fixed docs and comments to use the D-Bus spelling instead of D-BUS - Many memleaks and bugs fixed
2006-08-27Update bkpupsd package to 2.2.0.taca6-53/+17
* Clean up copyright notice. * Change timing of pid file creation. * Stop using uu_lock(). * Add FREQUPS A seriese entry.
2006-08-27Fix build on i386 Mac OS X 10.4.7.ben1-1/+5
2006-08-26Use statfs instead of statfs on FreeBSD. Peter Schuller's bulk buildjoerg2-7/+7
indicates that it is needed.
2006-08-23Bump PKGREVISION due to dbus update to 0.9x.jmmv2-4/+4
2006-08-23Update to 0.71:jmmv4-19/+26
D-Bus Python Bindings 0.71 (24 July 2006) == - Binary modules are now installed in the correct directory - Distutils exports the dbus and dbus-glib cflags D-Bus Python Bindings 0.70 (17 July 2006) == - First release of bindings split - Move to a distutils build enviornment - It is possible to now specify sender_keyword="foo", path_keyword="bar" when adding a signal listener
2006-08-23Update to 0.71:jmmv5-32/+60
D-Bus GLib Bindings 0.71 (24 July 2006) == - Correctly installs a few missing headers - Build was cleaned up a bit D-Bus GLib Bindings 0.70 (17 July 2006) == - First release after bindings split - dbus-binding-tool heeds org.freedesktop.DBus.GLib.ClientCSymbol C symbol name annotations when generating glib client bindings - DBusGProxy can now be inherited from - Support added for generating bindings to arrays that are represented as GPtrArrays rather than GArrays (ie size-variable things, such as strings, objects, structs, etc). - Modification of the existing specialised types to have N type parameters (rather than the current 1 or 2 for arrays and dictionaries respectively). You can then use this to get a glib type to represent any arbitrary D-Bus struct type using dbus_g_type_get_struct. The only implementation of these types is with GValueArrays as before, but it's now possible to store these in arrays, emit them in signals, etc. - New methodbus_g_connection_open provides a way to open connections to an arbitrary address - Various bugs and memory leaks fixed
2006-08-23Update to 0.91:jmmv8-134/+71
D-Bus 0.91 (24 July 2006) == - Remove some lingering bits left over from the bindings split - Fix assertion causing D-Bus applications to crash when checks are enabled - Fix a timeout bug which would block applications from being auto started D-Bus 0.90 (17 July 2006) == - API/ABI freeze for 1.0 - Bindings are now split out into seperate packages - ListActivatableNames added as a method on the bus - Removed deprecated dbus_connection_disconnect (use dbus_connection_close) - Shared connections are now unreffed on disconnect - Fixed pending calls for threaded enviornments - Pending calls get timed out on connection disconnect - dbus_connection_send_with_reply returns TRUE and a NULL pending call if you call it on a connection object which has been disconnected already (it returns FALSE on Out of Memory errors only) - dbus-monitor now correctly catches methods, not just signals - dbus-monitor now prints object paths D-BUS 0.62 (12 June 2006) == - Doc fixes - Added support for all data-types for the dbus tools - Fixed eavesdropping on method calls (dbus-monitor) - Fixed silent dropping of method calls with interface=NULL - Fixed console ownership problems in Solaris - Fixed installation of dbus-signature.h and #include it in dbus/dbus.h - Flush the user database cache on config reload - GLib bindings: - Fix memory leaks - Fix properties in DBusGProxy so that they can be given in any order - Added lots of assertions to ensure correct use - Remove duplicated code - Fix static string pointer uses in GPtrArray-based collections - Python bindings: - Remove reference to sys/cdefs.h - Qt4 bindings: - Code reorganized - Added the dbusidl2cpp, dbuscpp2xml and dbus tools - Added example programs (ping-pong, complex ping-pong, listnames, chat) - Updated selftests - Fixed compilation and .moc- and .ui-file processing and cleaning - Made central classes derive from QObject - Enhance error reporting - Many bugfixes - Mono bindings: - Minor bugfixes
2006-08-22Fix typo for DragonFly. From walt <wa1ter@myrealbox.com>.joerg2-4/+4
2006-08-22Needs intltool.joerg1-2/+2
2006-08-21add tphdiskgdt1-1/+2
2006-08-21This program is a replacement for phdisk.exe that allows you to creategdt5-0/+44
a save2dsk.bin hibernation file for Phoenix notebios laptops. It works with most IBM Thinkpads.
2006-08-19update libirman to 0.4.1bnb6abs3-3/+17
Avoid 'invalid lvalue in assignment' with gcc4
2006-08-17This doesn't need X11. Bump PKGREVISION.ghen1-2/+2
2006-08-16SUBDIR+= ups-nut-snmpghen1-1/+2
2006-08-16ups-nut-snmp provides the SNMP driver from the Network UPS Tools.ghen3-0/+22
Import it as a separate package because it requires net/net-snmp.
2006-08-16SUBDIR+= ups-nut-usbghen1-1/+2
2006-08-16ups-nut-usb provides USB drivers from the Network UPS Tools.ghen3-0/+26
Import them as a separate package because they require devel/libusb.
2006-08-16Merge the common bits of net/ups-nut/Makefile and net/ups-nut-cgi/Makefileghen3-50/+41
into net/ups-nut/Makefile.common. No functional changes.
2006-08-16Upgrade sysutils/ups-nut-cgi to 2.0.4. Obviously I should have upgraded thisghen1-4/+3
package together with net/ups-nut but I forgot. I should merge their common Makefile fragments into a Makefile.common.
2006-08-15Update to nut-2.0.4. Also set NUT_USER's homedirectory to NUT_STATEDIR.ghen3-10/+12
Changes since nut-2.0.3: - The newhidups critical bug (segmentation fault) has been fixed. It has also received some more care, like buxfixes and new models support and enhancement for Solaris. - A bug has been fixed in NUT core to support resuming from suspend-to-disk. This should also fix other similar issues, like time synchronisation through the NTP - Network Time Protocol. - The mge-shut driver now better detects the Low Battery status, support new models and fixes some wrong status and data. It also fixes some issue where the UPS wasn't restarting (refer to mge-shut manpage). - The genericups custom configuration through ups.conf is working again. - The genericups driver type 22 also support CyberPower 725SL (and maybe others SL models). - The new megatec driver, which will replace a bunch of drivers by nut 2.2 (refer to docs/megatec.txt and UPGRADING) has been backported from the trunk (Development tree). The powermust driver has also received some attention. - The new rhino driver was added to support Microsol Rhino UPS hardware The solis has also been improved for solaris compatibility, and internal / external shutdown programming. solis can now save external shutdown programming to ups, and support new cables for solis 3. - Several fixes and improvements have been made to upsrw, upsset, cpsups, tripplite_usb and the FAQ. From UPGRADING: - users of the following drivers (powermust, blazer, fentonups, mustek, esupssmart, ippon, sms, masterguard) are encouraged to switch to megatec, which should replace all these drivers by nut 2.2. For more information, please refer to doc/megatec.txt
2006-08-15rc.d scripts: upsmon does not require upsd <running on the same machine>, butghen3-5/+5
still, upsd should start before upsmon when they are running on the same machine. The current setup (where upsmon.sh has REQUIRE: upsd) results in errors like "rcorder: requirement `upsd' in file `upsmon' has no providers." when you don't copy the upsd script to /etc/rc.d and set upsd=NO in /etc/rc.conf. Hence, remove REQUIRE: upsd from upsmon.sh and add BEFORE: upsmon to upsd.sh, as suggested by jnemeth on tech-userlevel@. Bump PKGREVISION.
2006-08-14Some teTeX2-removal cleanup.wiz1-2/+2
2006-08-13+p5-Unix-ConfigFileadrianp1-1/+2
2006-08-13The Unix::ConfigFile distribution is a suite of modules that provide simpleadrianp4-0/+27
interfaces to various Unix configuration files. The objective is to free the system administrator from dealing with the trivial formatting details of the files, and allow him or her to concentrate on the information therein.
2006-08-13Make this work on NetBSD >= 3.99.18 (I/O stats changes). I did notxtraeme2-28/+34
use the patch from Anthony Mallet because via #define is shorter. This closes PR pkg/33444. I can use it again, finally!