summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2001-07-26Add missing file "share/kde/locale/de/LC_MESSAGES/koncd.mo" to packagetron1-1/+2
list.
2001-07-24Fix path to locate database.wiz2-5/+14
Patch provided by Eric Gillespie Jr in pkg/13544.
2001-07-22Make it work with latest windowmaker libraries. Buildlinkify a bit.wiz6-11/+79
2001-07-19forgot to monitor shutdown button on morse code modeitojun1-1/+4
2001-07-19have -L (load average monitor) and -M (message with morse code).itojun3-37/+172
bump pkgsrc version to 20010719.
2001-07-18check if the hardware is really Wildlab LAMB (check MAC address),itojun6-43/+209
so that we don't damage other i386 machines by mistake. bump pkgsrc version to 20010718.
2001-07-15Update asapm to version 2.10. Update the homepage location for this package,jlam2-11/+9
convert to use buildlink.mk files, and mark as USE_BUILDLINK_ONLY. Changes from version 2.9 fix a small error in how event timing was assumed to occur.
2001-07-14Don't really need kernfs.jlam1-4/+3
2001-07-14Add message file describing preconditions for the use of psmisc.jlam1-0/+10
2001-07-14Move inclusion of buildlink.mk files to end of Makefile.jlam1-3/+2
2001-07-14Mark as USE_BUILDLINK_ONLY.jlam1-3/+4
2001-07-13use NO_CHECKSUMitojun2-3/+4
2001-07-13s/REFERENCES/SEE ALSO/ to meet mdoc(4).itojun1-2/+2
2001-07-13add sysutils/lambditojun1-1/+2
2001-07-13lambd, shutdown switch monitoring daemon for Wildlab LAMBitojun7-0/+286
2001-07-09Update to 2.6 by the maintainer Ben Collver via pkg/13408.wiz4-21/+22
Changes since 2.5: * Added workaround for errors caused by BIOS USB keyboard support. * Fixed problems with reporting of 1 GHZ + processor speeds. * Fixed Duron cache detection. * Added screen buffer so that menus will work correctly from a serial console. * The Memtest86 image is now built in ELF format.
2001-07-08update from 1.5 - 1.6. notable changes:lukem2-5/+5
* Use correct ends of pipefd[] (as returned by pipe(2)). * Fix '%f' escape in (pre|post)processor argument. Previous two fixes provided by Stoned Elipot.
2001-07-07add & enable tdirzuntum1-1/+2
2001-07-07o add python-* to DEPENDSzuntum1-2/+4
o use ${MV} -f instead of plain ${MV}
2001-07-07Initial import of tdir-1.58zuntum4-0/+38
tdir is Yet Another Way To Display Directory Listings. Output is in columnar format with sub-directories listed first, and then a listing of the files ordered by their ending "extension" - typically the characters following the rightmost '.' in the file name (though this can be changed on the command line). tdir supports recursive directory examination. Total output width as well as column width can be set on the command line and tdir will autoformat accordingly. tdir is written in 'python' and requires a reasonably current version of the 'python' environment to be present on the system.
2001-07-06add & enable service-configzuntum1-1/+2
2001-07-06Initial import of service-config 0.51zuntum4-0/+53
The programs in service-config create and configure svscan-format service directories. * server-config creates an svscan-format directory for an arbitrary service. * rules-config configures access rules for use by a service. * svscan-config configures a service to run svscan. * ipc-config configures a service to run ipcserver. * ipcx-config configures a service to run ipcserver using access rules. * tcp-config configures a service to run tcpserver. * tcpx-config configures a service to run tcpserver using access rules.
2001-07-03Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam4-16/+20
2001-07-01Add and enable ruby-syslog.taca1-1/+2
2001-07-01Importing syslog-20010130 package.taca4-0/+38
This is a Ruby module to access syslog(3) interface.
2001-06-26Upgrade to 2.4.2p2christos12-53/+53
2001-06-26Prepare for 2.4.2p2christos14-347/+291
This is a bug fix release. Improve debugging support, fix some fd leaks and add barcode reader support. For more details, refer to the Changelog.
2001-06-20regen for patch-ajbouyer1-1/+2
2001-06-20On NetBSD, the kernel issues a request sense if needed. So no need tobouyer1-0/+25
issue request sense from userland, just print the sense info we got when the ioctl returned.
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-6/+4
2001-06-18Mark as USE_BUILDLINK_ONLY and remove unnecessary config.cache entry tojlam1-4/+2
prevent detection of ncurses.
2001-06-18Update xbattbar to 1.4.2. Changes included adding time remaining display.jlam2-5/+5
2001-06-18Convert to use buildlink.mk files.jlam1-8/+2
2001-06-14- Migrate BUILD_DEFS to Makefile.commonjlam6-42/+98
- Apply the patch from pkg/13188 by Ron Roskens <roskens@elfin.net> to fix problems with hard-coding /var/amanda. - Remove USE_X11 from amanda-server since amanda-plot has already been split out. - Don't explicitly look for headers in ${PREFIX}/include.
2001-06-13Regen for new/changed patches.bouyer1-2/+4
2001-06-13Add patch from Nick Hudson to detect util.h and getrawpartition() in libutil.bouyer3-63/+108
Chnage patch to cddata.cpp to use getrawpartition(), and enclose NetBSD-specific changes in #ifdef __NetBSD/#endif so that it's easier to send back to KDE folks.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam2-4/+3
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11Update gkrellm to version 1.0.8zuntum3-19/+10
Changelog: 1.0.8 Mon Apr 16, 2001 ---------------------- * Cesar Perez Turrado <cesar@perez.turrado.com> sent in updated es.po * Bugfixes o Anthony Mallet <anthony.mallet@ficus.yi.org> patch to fix fonts with XFree86 > 4.0.2 o Composite disk launch commands were not saved.
2001-06-11Thomas is rigth, we can't use /dev/rcd?d on all platform.bouyer2-7/+16
#ifdef __i386 use /dev/rcd%dd #else use /dev/rcd%dc #endif
2001-06-11regen for patch-abbouyer1-1/+2
2001-06-11Ignore scsibus/target/lun info, and don't generate a dev=x,y,z parameterbouyer1-0/+20
if the Device dialog is empty (we'll then use cdrecord's defaults). XXX someone with some clues about gtk should remove the scsibus/target/lun dialogs, as well as "check scsi settings", "detect scsi drive" buttons from the "Cd recorder device options" box.
2001-06-11Regen for patch-aabouyer1-1/+2
2001-06-11Handle device scan more in the NetBSD way: instead of using cdrecord -scanbusbouyer1-0/+89
use scsictl identify, looping on /dev/rcd0d -> /dev/rcd7d. This allows to store the real name of the device, instead of scsibus/target/lun which is hard to use.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam11-23/+17
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11Fix LICENSE. s/distribution/redistribution/. Pointed out byjtb1-2/+2
John Darrow <John.P.Darrow@wheaton.edu> on tech-pkg.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-4/+1
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09Package moved to devel -- remove last remaining files.wiz2-56/+0
2001-06-07Move cpuflags to develabs5-90/+1
2001-06-05LICENSE=limited-redistribution. Add restrictions.jtb1-1/+8
From the README file: Licensing for the current version of sarah is quite simple: I (Matthew Pounsett) retain all rights to this code. Anyone is free to use sarah, but it may not be redistributed either in its original or any modified form without the permission of the author (me). A more reasonable license will be distributed with later versions of sarah (probably with the first non-beta release).