summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
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!
2006-08-11x86_64 PowerNow support was added just a few days before branching netbsd-4.ghen1-2/+2
NetBSD 3.x releases are not supported.
2006-08-09MACHINE_ARCH on amd64 is x86_64.rjs1-2/+2
2006-08-08Add NetBSD-[3-9]*-amd64 into ONLY_FOR_PLATFORM.xtraeme1-2/+3
2006-08-08Fix -f on NetBSD/amd64 4.0 and powernow. Patch from Robert Swindells.xtraeme3-6/+16
Quoting Robert: With this change I get: # estd -f Supported frequencies (PowerNow Mode): 800 MHz 1600 MHz Bump PKGREVISION.
2006-08-06Update to 2.14.5:jmmv3-9/+11
New in 2.14.5 - 10 july 2006 * Regenerated tarball with autoconf_2.59a-9_all.deb. New in 2.14.4 - 20 june 2006 * Fixed compilation with !gcc. * Updated translations. New in 2.14.3 - 17 may 2006 * Requires intltool 0.35. Actually ships translations files. * Fixed a couple of small leaks. * CPU% column is displayed by default. New in 2.14.2 - 5 may 2006 * Updated translations. * Improved Writable Memory on linux. New in 2.14.1 - 10 april 2006 * Updated translations. * Fixed signedness warnings. * Updated gksu backend. * Set graph minimum size to 30px (Johannes H. Jensen <joh@deworks.net>):x
2006-08-06Update to 2.14.2. Grrr, how much I hate this package -- and its collectionjmmv12-267/+41
of patches --, you can't imagine. July 27, 2006: Overview of changes in 2.14.2 ============================================ * Updated solaris support (hua.zhang@sun.com) * Small linux updates and improvments. April 10, 2006: Overview of changes in 2.14.1 ============================================= * Updated translations. * Fixed NetBSD port (Julio M. Merino Vidal <jmmv@NetBSD.org>). * Fixed some warnings.
2006-08-06Remove BROKEN_IN for packages that built in the latestkristerw3-9/+3
NetBSD 3.0_STABLE/i386 bulk build.
2006-08-06Also mention that it works on DragonFly to be fair :-)joerg1-1/+1
2006-08-05estd also supports PowerNow! drivers of NetBSD 4.0, mention that.xtraeme1-2/+2
2006-08-04Ported to Solaris 8.rillig2-14/+35
2006-08-04The pkgsrc version is now practically equal to the original one.rillig1-6/+0
2006-08-04Updated same to 1.8.rillig7-257/+233
Changes unknown.
2006-08-04The Apcupsd homepage has moved to http://www.apcupsd.org.ghen1-2/+2
2006-08-03update to 2.14.3drochner2-6/+6
changes: * Allow window deletion event when no cancel is in effect * Fix NAUTILUS_BURN_DRIVE_SIZE_TO_TIME -translation updates
2006-08-03update to 2.14.3drochner3-9/+8
changes: * Translation updates * Fix selection box width calculation * Improve file permission handling * Fix progress dialog showing the wrong file * Use less memory when thumbnailing * Improved sorting in the places sidebar * Improved beagle daemon detection * Fix crashes
2006-08-03update to 2.14.3drochner3-8/+7
change: translation update
2006-08-02Fix more pkglint warnings:ghen1-5/+6
- The shell command "${MKDIR}" should not be hidden. - The INSTALL_*_DIR commands can only handle one directory at a time.
2006-08-02Change NUT_STATEDIR from an absolute pathname /var/db/nut to ${VARBASE}/db/nut,ghen2-8/+14
and make it user-settable. Bump PKGREVISION because VARBASE is not always /var.