summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2004-06-15this package advertises as only being for Linux, AIX, FreeBSD andgrant1-1/+3
NetBSD. make it so.
2004-06-13Add a patch to use struct statvfs on NetBSD 2.0F and newer. Fixes PR 25891cube2-1/+18
by Andreas Wiese.
2004-06-10don't bother creating a directory inside WRKDIR, just use WRKDIR.grant1-4/+6
s/;/&&/ in shell commands.
2004-06-09 Fixed state of the ac online, it was reversed.kivinen2-4/+4
2004-06-09 Fixed the charging status checking, and do not give outkivinen2-16/+16
time estimate if discharge rate is negative.
2004-06-09 Implemented support for envsys to get battery etc informationkivinen6-2/+254
from acpi. Only tested on one laptop, I do not know whether the envsys names for the acpi devices are stable enough to be used, but I didn't find any other way to distinguish different things. As this laptop does not support apm, I hope it still works after these modifications.
2004-06-08Make it compile on amd64. Actually, it should make it compile on anycube2-1/+15
long != int platform. Should close PR 25878.
2004-06-07ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-*xtraeme1-1/+3
2004-06-07Added slay-1.2xtraeme1-1/+2
2004-06-07Initial import of slay-1.2.xtraeme4-0/+31
Slay was designed apparantly to kill abusive users, as well as the processes that user owns. Simply execute "slay <username>".
2004-06-07+ dmassagextraeme1-1/+2
2004-06-07Initial import of dmassage-0.6.xtraeme4-0/+41
dmassage - dmesg parser This tool parses the dmesg of your *BSD system, and can do three things with that information: - to make the kernel boot faster - to reduce kernel size - to show all devices in a tree-like hierarchy
2004-06-07Make the disk krells use and display the correct names. Pointed out bycube2-7/+5
xtraeme@.
2004-06-07Make a few krells use sysctl() instead of grovelling kernel memory.cube7-14/+663
Mem and Proc krells by Simon Burge, Disks by myself. Restore setgid kmem for gkrellm and gkrellmd because of 'Internet' krell, which is now the only one needing libkvm on NetBSD. Bump PKGREVISION for both package.
2004-06-05Update to version 2.2.1.cube8-16/+37
2.2.1 - Thu Jun 3, 2004 ----------------------- * Added markup text decal functions, see plugins changelog. * Use <small> markup in system name if it doesn't fit. * Try to trap out GdkFont font configs from < 2.2.0 versions. * Translation updates o de.po o fr.po from Jerome UZEL pkgsrc: * Add a patch to fix the "gkrellm spinning at start-up" bug. This will make gkrellm2 work on systems that export anything useful for gkrellm through sysmon. * Correct PLISTs
2004-06-04Build / install "acpisrc" utility too; bump revision for this.uebayasi2-11/+17
Enable pkgviews installation, several pkgsrc fixes.
2004-06-03Update rconfig to 0.32: Handle different rdist output for symlinks.abs2-5/+5
2004-06-01Remove obsolete package, per discussion on tech-pkg.kristerw15-1600/+1
2004-05-31Do not explicitly force use of lang/egcs for SunOS; the buildlinkkristerw1-3/+1
infrastructure handles compiler issues aoutomagically.
2004-05-30Make this build under NetBSD 2.0D and above with statvfs(2).tron2-6/+21
2004-05-30Set MAINTAINER to tech-pkg@, not packages@.snj4-8/+8
2004-05-29update to 1.1.8dillo8-70/+68
provided in PR/25732 by Stefan Krüger (space7 at meinberlikomm dot de), small cleanups by me changes: - replace encumbered code - support for ATAPI devices
2004-05-28Add file I forgot to 'cvs add' when I updated this package.bouyer1-0/+31
Pointed out by Thomas Klausner.
2004-05-27Give up maintainership, because eitherlukem4-8/+8
a) I haven't used the package for ages, or b) Someone else has recently been doing a better job maintaining the package
2004-05-23malloc.h fixes for darwin, plus a handful of other small fixes fordanw2-1/+16
problems found after fixing malloc problems
2004-05-23Add a missing include to make the package compile on NetBSD 2.0.kristerw1-1/+2
2004-05-23Make this compile when using gcc 3.3.kristerw2-1/+114
2004-05-23Add a check if XEN12_USE_COM2 is defined before using it.recht1-2/+2
2004-05-22add XEN12_USE_COM2 option to switch Xen console on com port2cl2-2/+13
2004-05-22add DMA support for additional ide chipsetscl3-2/+40
2004-05-22add xen12cl1-1/+2
2004-05-22remove unneeded DISTFILES line.cl1-2/+1
2004-05-22s/netbsd.org/NetBSD.org/, don't mention the Ports page URL in thegrant2-5/+5
DESCR, it's already the HOMEPAGE.
2004-05-22add xen12 package:cl9-0/+239
Xen is is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Xen is Open Source software. See http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ for more details on Xen. See http://www.netbsd.org/Ports/xen/ for more details on NetBSD/xen.
2004-05-21update rconfig to 0.30abs2-5/+6
0.28: - Use netname() when running fping etc. Reject duplicate hostnames. Problem noted by alan. 0.29: - Add ${fqdn} to the list of available keys in dirtrees. - Allow 'key -= value' to remove values from key settings - When '-d' is specified display the final state of the configuration - If dirtrees is assigned with '=', disable the 'insert after ${type}' behaviour for any subsequent 'distrees +=' option 0.30: - completely rework parsing of rdist
2004-05-20The required option in grub actually is "GRUB_USE_ISO9660".xtraeme1-4/+4
2004-05-20Other packages' commands may not be found in ${PREFIX} nowadays. Fix it.uebayasi2-5/+6
2004-05-19Fix pkgviews installation.uebayasi1-2/+2
2004-05-19Fix build with GCC >= 3.4.x, which does better type checking of enumerations.jmmv3-1/+29
Two functions returned an incorrect type, according to their prototype (these changes matches fixes done in the 2.x branch of gnome-vfs). From John R. Shannon in PR pkg/25615.
2004-05-18Make this build under NetBSD 2.0D and above with statvfs(2).tron3-1/+35
This fixes PR pkg/25475 Kibum Han.
2004-05-18Mention "NetBSD" in the DESCRiption and in the COMMENT.reed2-3/+3
(Okayed by mjl@.) TODO: Maybe someone can make this OPSYS specific or test on other *BSDs.
2004-05-15Update sysutils/gkrellm to 2.2.0.xtraeme2-5/+5
2.2.0 - Sat May 15, 2004 ------------------------ * Replace GdkFont text drawing with Pango. * Add plugin capability to the gkrellmd server. Wrote demo5 plugin as a tutorial on a client/server capable plugin. * Minimize Pango drawing to get CPU usage down: 1) Draw chart text on a caching text layer. 2) Add a "scroll text" api to text decals where a Pango string is drawn on a pixmap which can be srolled by setting the decal offset. See the plugins and themes changelog for more info. * linux.c reads temperatures from the hddtemp daemon so disk temperature display can be consistent with other sensors (and detected by gkrellmd). * Hajimu Umemoto: glib12 server Makefile, use `glib-config --libs glib gmodule and initialize text extent in clock.c * Sjoerd Simons: set the _NET_WM_STRUT property when dock type. * Defer setting withdrawn state until after main window realize.
2004-05-15Update to 2.6.1:jmmv3-6/+8
- Translation updates. - Fix temporary directory gconf settings bug.
2004-05-15Print comments for lib/nautilus and lib/nautilus/extensions-1.0 directoriesjmmv1-1/+6
(during print-PLIST in packages using this one).
2004-05-15During print-PLIST in packages using this one, print a comment for thejmmv1-1/+4
lib/gnome-vfs-2.0/modules directory, instead of trying to remove it.
2004-05-15Fixe patches to apply cleanly on 2.4.4p2bouyer4-21/+31
2004-05-15cfengine needs flex(1) to build.grant1-1/+2
2004-05-13Shorten DESCR (still too long, but better).wiz1-146/+3
2004-05-13Add xentools12.xtraeme1-1/+2
2004-05-12Bl3ify.minskim1-6/+6