summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2001-02-15regenwiz2-4/+4
2001-02-14LP64 problems (IPaddr_t == unsigned long)is1-1/+3
2001-02-14Forgot to remove them.is2-29/+0
2001-02-14Upgrade to version 3.9.7. Mostly from PR 12033 by Martti Kuparinen.is6-52/+37
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron9-107/+107
"${LOCALBASE}".
2001-02-11Use "${MASTER_SITE_SOURCEFORGE}" in master site list.tron1-2/+2
2001-02-10Add and enable xcdroast.frueauf1-1/+2
2001-02-10Add xcdroast-0.98a8, a gtk+ based GUI for the cdrecord tools.frueauf9-0/+113
Although this package is considered an alpha testversion by the author, it works remarkable well for me. Note that this needs cdrecord-1.9nb1, which was patched to make 'cdrecord -scanbus work'. xcdroast relies on this feature. Also note that I was not able to make wavplay work with our audio subsystem. Someone with more audio knowledge might want to tweak it.
2001-02-10Add patch which makes 'cdrecord -scanbus' more usefull.frueauf3-2/+117
I admitt its an ugly hack, but this allows xcdroast to work on most common configurations. Anyone with more scsi knowledge should feel free to enhance this code :-) Also bump version to 1.9nb1.
2001-02-09Enable `tits'.scw1-1/+2
2001-02-09Import of a "Tiny Terminal Server".scw5-0/+41
`Tits' implements a fairly simple Terminal Server which allows clients to connect, using telnet(1), to serial ports on the host.
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz3-3/+5
2001-02-06Fix typo.fredb1-3/+3
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb2-5/+5
2001-02-05Make that "autoreconf".fredb1-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron4-12/+12
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-26Update xbattbar to 1.4.1. No list of changes from version 1.4. Improvejlam6-33/+29
description somewhat to explain why xbattbar is cooler than the other X11 battery status indicators.
2001-01-23set CPFLAGS (no thats not a typo) in CONFIGURE_ENV to make sure libintl.hdmcmahill1-1/+3
is found.
2001-01-19add & enable doghubertf1-1/+2
2001-01-19Add dog-1.5:hubertf7-0/+59
Dog writes the contents of each given file, URL, or stdin Dog writes the contents of each given file, URL, or the standard input if none are given or when a file named '-' is given, to the standard output. It currently supports the file, http, and raw URL types. It is designed as a compatible, but enhanced, replacement of cat(1). Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11992
2001-01-18Update skill to 4.0 - no changelogabs2-6/+5
2001-01-18Remove unnecessary inclusion of bsd.prefs.mk.jlam1-3/+1
2001-01-17Update aperture to 2.0nb1. This is now taken from the xfree86-4.0.2 sources,jlam9-92/+61
but is virtually the same as the xfree86-3.3.6 one except some of the pkgsrc changes were included. * Add a bug fix for MTRR support on K6 processors, taken from OpenBSD. This was apparently fixed in their tree in March 2000. * The package Makefile now uses BSDSRCDIR to find the kernel sources instead of requiring a symlinks /sys --> kernel sources. * Become the maintainer since I originally committed this package, and am upgrading it.
2001-01-16Upgrade of the amanda packages from 2.4.1p1 to 2.4.2.cjones46-1313/+825
2001-01-13Standardize version number: "1.7.0.b" -> "1.7.0b"tv1-1/+2
2001-01-11Kill compiler warning.jlam2-7/+9
2001-01-10"LOCALEBASE" gets defined in "bsd.pkg.mk" now.tron1-8/+2
2001-01-05Update gcombust to 0.1.39. Changes include:rh3-5/+7
Version 0.1.39 Dec 14 2000 BUGFIXES: * Danish translation by Morten Bo Johansen <mojo@image.dk> * a lot of spelling corrections * the file checks added in 0.1.37 broke gv previewing of cd labels * a gtk_main_iteration call caused a strange bug with the size calculation widgets. removed it. NEWS: * ripping of audio cds with cdparanoia, patch by Kay Lehmann <kaymiehb@calvados.zrz.TU-Berlin.DE>, atm this is only implemented for the "Dump CD", not for on-the-fly burning, and it could still need some pollishing (e.g. no progress is reported) ------------------------------------------------------- Version 0.1.38 Nov 14 2000 BUGFIXES: * hu.po update (Narancs 1 <narancs1@externet.hu>) * corrected the tooltip for the bootfile/catalog, hopefully it's a bit clearer and more correct now * switches from burn-tab to output-tab also when blanking cd-rws * when burning more than one audio cd, a variable wasn't initialized, causing the progressabar to malfunction * building gcombust on machines without gettext when the .gmo files need to be rebuild should now work without specifying --disable-nls, it seems like autoconf is broken. I'm not sure this is a 100% correct fix, but all other packages I looked at were broken, too, and this works ------------------------------------------------------- Version 0.1.37 Nov 01 2000 BUGFIXES: * blanking a cd-rw would leave the tabs disabled (fix by Tanel Kuusk <tanel@urania.ee>) * switches from burn-tab to output-tab again when starting an action * now checks for existence of files before trying to execute them NEWS: * Italian translation by Simo Sorce <simo.sorce@tiscalinet.it> * replaced README.compile.hp-ux with README.hp-ux.html written by "Gansser, Martin" <MGansser@rand.de>
2001-01-05Update to not DEPEND on gettext any longer, but BUILD_DEPEND on msgfmtwiz1-2/+3
and USE_LIBINTL.
2001-01-04USE_LIBINTL and BUILD_DEPENDS instead of DEPENDS on gettext; fix PLIST.wiz1-1/+2
2001-01-04USE_LIBINTL and BUILD_DEPENDS instead of DEPENDS on gettext; fix PLIST.wiz1-7/+5
Update HOMEPAGE and MASTER_SITE.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+7
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-03Subdirectory on master site changed.bad1-2/+2
2001-01-03Give it all it wants: autoconf (for autoheader), and gettext (for msgfmt).hubertf1-1/+3
Both as BUILD_DEPENDS. XXX Seems we need a USE_INTL that pulls in gettext as USE_LIBINTL pulls in XXX gettext-lib
2001-01-03Add missing USE_LIBINTL=yes, to unbreak bulk building.hubertf1-2/+3
2000-12-30Deal with directory names with whitespace by using strtok_r instead of scanf.joda2-1/+30
2000-12-29add check for apm capability (like in xbatt)dmcmahill1-1/+5
2000-12-28Enable ups-nut and ups-nut-cgi pkgs.martin1-1/+3
2000-12-28Initial import of ups-nut-cgi package from collver@softhome.net;martin10-0/+264
additional tools for monitoring UPSes using ups-nut and cgi scripts. Closes PR 11746.
2000-12-28Initial import of ups-nut pkg (network ups tools), a collection ofmartin11-0/+271
tools used to monitor various UPSes. Pkg from collver@softhome.net with minor modifications. Closes PR 11745.
2000-12-28Fix compilation on alpha.wiz2-1/+14
2000-12-27add & enable daemontoolshubertf1-1/+2
2000-12-27Added daemontools-0.7:hubertf7-0/+136
Daemontools is a small set of /very/ useful utilities, from Dan Bernstein. They are mainly used for controlling processes, and maintaining logfiles. Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11674.
2000-12-26move the .BEGIN stuff which checks for kernel sources to pre-fetch. This letsdmcmahill1-2/+2
you do simple things like make README.html or make show-var VARNAME=PKGNAME without requiring kernel sources.
2000-12-25Patch agelogs.sh to actually find agelog.bad1-1/+4
Bump version to 3.2nb1.
2000-12-22Okay, _really_ get the version checking done right.jlam2-4/+4
2000-12-22The paddr_t mmap interface change is for anything except <1.5 and 1.5A,jlam2-4/+4
so make the __NetBSD_Version__ checking reflect this. This should hopefully fix build problems on 1.5.1_ALPHA.
2000-12-21regenwiz1-2/+2
2000-12-20remove reference to cdrecord-currentwiz1-3/+3
2000-12-17Move lots of packages to new time category; fix links; add time subcategorywiz7-39/+3
to main Makefile.