summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2005-11-07Added p5-Sys-CpuLoadmartti1-1/+2
2005-11-07This module retrieves the 1 minute, 5 minute, and 15 minute load averagemartti4-0/+25
of a machine.
2005-11-05Fix HOMEPAGEseb1-2/+2
2005-11-05Added cvsreport.rillig1-1/+2
2005-11-05Imported cvsreport from pkgsrc-wip.rillig4-0/+39
CVSreport produces text or enhanced HTML activity reports from a local or remote CVS repository. It can be used to extract activity information from any time span, or to automatically generate reports and store/send them on commit events. CVSreport can extract changesets from a CVS repository history. A changeset is a set of commit operations (addition, removal, modification) which happen along a single invocation of the cvs commit command. Used from client side, it produces a report starting from an arbitrary date from a simple working copy. On the server side, it can automatically generate reports and mail them upon commit.
2005-11-04only include malloc.h if HAVE_MALLOC_H is defineddbj2-7/+12
2005-11-04when checking if _POSIX_PRIORITY_SCHEDULING is defined, also checkdbj3-1/+38
that its value is not -1 match declaration of check_writemodes_mdvd to its definition
2005-11-04when checking if _POSIX_PRIORITY_SCHEDULING is defined, also checkdbj2-1/+24
that its value is not -1
2005-11-04add ONLY_FOR_PLATFORM explicitly listing platforms listed in growisofs.cdbj1-1/+5
2005-11-04fix statvfs hack for non netbsd platformsdbj2-11/+13
2005-11-04Define INADDR_LOOPBACK on Interix. There's no clear place in a .h filetv1-0/+10
where this would belong, so keep it here for now.
2005-11-04Update xraidadmin to 1.3.1:jschauma2-10/+9
This software release fixes a number of issues improving overall reliability. The versions of RAID Admin and firmware in this release should replace all earlier versions. Key enhancements are: # Fixes an instance during rebuild where metadata was not updated correctly # Assigns LUN ID's consecutively for RAID sets and slices # The use of "All On" button in LUN Masking panel now works correctly # Fixes situation where slice information was not saved to metadata # Adds "Repair LUN Map" function to assign LUN ID's to slices after replacing a controller module
2005-11-04Add pdumpfs.minskim1-1/+2
2005-11-04Import pdumpfs from pkgsrc-wip. Packaged by OBATA Akio and modifiedminskim4-0/+55
by Leonard Schmidt. pdumpfs is a simple daily backup system similar to Plan9's dumpfs which preserves every daily snapshot. pdumpfs is written in Ruby. You can access the past snapshots at any time for retrieving a certain day's file. Let's backup your home directory with pdumpfs! pdumpfs constructs the snapshot YYYY/MM/DD in the destination directory. All source files are copied to the snapshot directory for the first time. On and after the second time, pdumpfs copies only updated or newly created files and stores unchanged files as hard links to the files of the previous day's snapshot for saving a disk space.
2005-11-03Removed empty line from PLIST.rillig1-2/+1
2005-11-03Add a missing file to PLIST. Bump PKGREVISION.minskim2-2/+4
2005-11-02Changed CATEGORIES from "mine" to "sysutils".rillig1-2/+2
2005-11-02Use different BUILD_TARGET on Darwin; the "netbsd" target requiresminskim1-1/+7
libcrypt, which doesn't exist on Darwin.
2005-11-02Bump PKGREVISION of packages including ruby extention librarytaca1-2/+2
by Ruby 1.8.3 updates.
2005-11-01No need to restrict ipw and iwi firmware images to NetBSD. Other systemsjoerg2-7/+2
can use them too, after all.
2005-11-01Forgot to add comment to .include to indicate why (utimes() support).tv1-2/+2
2005-11-01Add libnbcompat on Interix.tv1-1/+7
2005-11-01NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-11-01NOT_FOR_PLATFORM Interix, as it has no m[un]lock(2).tv1-1/+3
2005-10-31patch-bc can change the linkage, especially for static linking, so bumpjoerg1-2/+2
the revision.
2005-10-31Patch from Geert Hendrickx for ideas from Sergey Svishchev:wiz1-4/+3
Change BACULA_PIDDIR from /var/run/bacula to /var/run. Add CONFIGURE_ARGS+=--with-sbin-perm=0755. Remove tcp_wrappers bl3.mk, configure doesn't check for it, and even if explicitly enabled, build breaks. Ride recent PKGREVISION bump.
2005-10-31Add and enable bacula-client.wiz1-1/+2
2005-10-31Regenerate to fix dependency problemsmartti1-10/+10
2005-10-31New bacula-client package, conflicting with bacula. Providedwiz3-0/+45
by Geert Hendrickx. Bacula is a set of computer programs that permit you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds. In technical terms, it is a network client/server based backup program. Bacula is relatively easy to use and efficient, while offering many advanced storage management features that make it easy to find and recover lost or damaged files. Bacula source code has been released under the GPL version 2 license. This package provides a client-only setup (the bacula file daemon and console). For a complete setup (including the bacula director and storage daemon) you should install the bacula package.
2005-10-31Split off more stuff into Makefile.common, for bacula-client.wiz4-48/+55
Add group argument to bacula-fd script. From Geert Hendrickx.
2005-10-29Rename 9rc to 9base.minskim1-1/+2
2005-10-29Reimport 9rc as 9base since the package was renamed. Patches providedminskim22-0/+468
by Leonard Schmidt (maintainer) in PR pkg/31945.
2005-10-29Update to 2.7. This is from Nicolas Joly via PR# 31529.reed4-14/+18
And okayed by maintainer. Many changes, see CHANGELOG for all. Here are some highlights: * dmidecode.c: Add option -u, --dump. It disables decoding of the entries, raw dumps are displayed instead. This option is mainly intended for debugging. * vpddecode.c: Add option -u, --dump. It disables decoding of the VPD records, a raw dump is displayed instead. This option is mainly intended for debugging. * dmidecode.c: Add option -t, --type. It limits the output to the given type(s) of DMI entries. * dmiopt.c: Define keywords to be used with --type (instead of numeric values). * dmidecode.c, dmiopt.c, dmiopt.h: Add option -q, --quiet. It makes the output less verbose. * dmidecode.c, dmiopt.c, dmiopt.h: Add option -s, --string. It prints one selected DMI string instead of the regular output. This also installs AUTHORS, CHANGELOG, and README. And I added "@dirrm share/doc/dmidecode" to PLIST. patch-aa to use PKGMANDIR and also sets docdir.
2005-10-29iwi(4) is now MI, so this package is no longer restricted to NetBSD/i386.scw1-2/+2
2005-10-29this requires libcdio>=0.72. bump PKGREVISION.grant1-1/+4
2005-10-28Updated sysutils/xfce4-netload-plugin to 0.3.3martti3-8/+8
* Fixed memory leak (thanks to Brian J. Tarricone) * Custom bar colors now also work with special Gtk theme engine where the previous code doesn't work (thanks to Brian J. Tarricone) * Fixed bug that causes an invalid displayed string if no device name was set.
2005-10-28Added xfce4-fsguard-pluginmartti1-1/+2
2005-10-28Disk space plugin for XFce4.martti6-0/+61
2005-10-27Regenerate a hand-edited patch so that the Mac OS X patch programkristerw2-6/+4
can understand how to apply it.
2005-10-26Add xfce4-quicklauncher-plugin.minskim1-1/+2
2005-10-26Import xfce4-quicklauncher-plugin from pkgsrc-wip.minskim5-0/+42
Packaged by David Howland. Quicklaunch plugin for XFce4.
2005-10-26Update tkdesk to 2.0. This version has a problem as shown in PRminskim12-263/+81
pkg/25274, but 1.x didn't build at all since the recent blt update. perry@ will work on fixing this packge. Changes: - Tcl/Tk 8.4 compatibility - Dropped support for Tcl/Tk 7.x - Mouse wheel support - diff support - Improved configure script - New TkDesk logo
2005-10-25Add bacula-doc.minskim1-1/+2
2005-10-25Import bacula-doc from pkgsrc-wip. Packaged by Michal Pasternak andminskim4-0/+36
updated by Sergey Svishchev and Roland Illig. HTML documentation for Bacula - The Network Backup Solution
2005-10-23Replaced $f with ${f} to fix some pkglint warnings.rillig2-5/+4
2005-10-23Use "+=" instead of "=" for CONFIGURE_ARGS.rillig1-2/+6
2005-10-23Use "+=" instead of "=" for CPPFLAGS, CONFIGURE_ARGS and PLIST_SUBST.rillig1-6/+6
2005-10-23Removed "#" character from line 1 of patch-ae. Sorted PLIST.rillig2-3/+3
2005-10-23Removed trailing @ from line 1.rillig1-1/+1
2005-10-23Restored the original RCS Id from reboot.h into patch-ad and enclosed itrillig2-4/+4
by % instead of $. Fixes a pkglint warning about possible RCS tag.