summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2004-09-19Remove maintainer on his request (PR 26997).wiz1-2/+2
2004-09-16Use statvfs on NetBSD>=2.0D.minskim2-1/+26
2004-09-16Fix typo in m_netbsd16.c; it's compare_index, not compare_inddex.he2-5/+5
Fixes build on netbsd-1-6.
2004-09-13PKGREVISION++salo2-3/+11
Install all manpages. From Michael Santos via PR pkg/26903.
2004-09-10Make compile on 2.0_BETA. Also tested on 1.6.2.wiz3-8/+35
2004-09-10Fix PLIST (wrong shlib version).wiz1-2/+2
2004-09-10Use __NetBSD_Version__ instead of __NetBSD_Version to determine the, ugh,jschauma2-5/+5
NetBSD Version. Fixes problem in last bulk-build. (How did this ever work? AFAICT, it's always been __NetBSD_Version__.)
2004-09-07Make this package build with libwnck-2.6.2.1. It was broken due tominskim3-3/+19
the interface change of libwnck between 2.6.2 and 2.6.2.1. Bump PKGREVISION.
2004-09-05bbtools.thelinuxcommunity.org does not seem to exist any more,jschauma1-3/+3
substitute with bbtools.windsofstorm.net. Pointed out by Georg Schwarz in private mail.
2004-09-02Update to 4.0.4. From the changelog:schmonz2-5/+5
-make memtester's exit code meaningful. See the manpage for its meaning. Thanks to Wurzel Parsons-Keir, who sent a patch for the code, so I only had to document it.
2004-08-30Fix the categorylukem1-2/+2
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam4-10/+8
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam2-5/+5
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27add ipw-firmware. whitespace tweaklukem1-2/+3
2004-08-27Firmware binary images for use with the ipw(4) driver.lukem1-0/+36
Original archive is available from Intel at: http://ipw2100.sourceforge.net/firmware.php?fid=3
2004-08-26Add and enable duplicitywennmach1-1/+2
2004-08-26Initial import of duplicity-0.4.1, an encrypting remote incrementalwennmach5-0/+129
backup utility
2004-08-26Firmware binary images for use with the ipw(4) driver.lukem1-0/+4
Original archive is available from Intel at: http://ipw2100.sourceforge.net/firmware.php?fid=3
2004-08-26Firmware binary images for use with the ipw(4) driver.lukem3-0/+29
Original archive is available from Intel at: http://ipw2100.sourceforge.net/firmware.php?fid=3
2004-08-25Sync file(1) test for shell script with the one in subst.mk. Makes itsnj1-2/+2
correctly identify svscanboot(8) as a shell script on IRIX. Committed for schmonz.
2004-08-21Update to 4.0.3. From the changelog:schmonz2-5/+5
-small changes to enable building with dietlibc and a few other environments that don't even attempt to provide the various Posix definitions. -cosmetic fixes to output. -restore the reduce-and-retry loop of memory locking from version 2.
2004-08-19Add startup files missed on update to version 2.0.10.ben3-0/+73
2004-08-18Update cfengine2 to version 2.0.10. Addresses PR#26614.ben10-99/+81
Notable changes include: Persistent class protection added to returned remote vrpc calls to prevent meaningless multiple replies. Change added to IPRange to avoid possible bootstrap problem with unconfigured resolver. IP address setting was contingent on having DNS. Misplaced } fixed in nameinfo EmptyResolvConf removed only nameserver entries. Now removes everything. Due to an error in constructing 2.1.9 some of the advertised changes below were not included. They are included in this version. Workaround error message for parser bug with nested variables. WORKDIR/state/allclasses file caches all class date during cfagent execution, just like the $(allclasses) variable, but the file can grow much larger without overflow. .cfengine -> .cfagent in non-root public keys (some missing conversions) Expand buffer incorrectly zeroed out public name key causing empty keyname in RSA dialogue Old style bind reverse lookup added to Hostname2IPAddress
2004-08-16Add and enable wipe.minskim1-1/+2
2004-08-16Import wipe from pkgsrc-wip. Packaged by pancake and modified by me.minskim5-0/+77
Wipe is a secure file wiping utility. There are some low level issues that must be taken into consideration. One of these is that there must be some sort of write barrier between passes. Wipe uses fdatasync(2) (or fsync(2)) as a write barrier, or if fsync(2) isn't available, the file is opened with the O_DSYNC or O_SYNC flag. For wipe to be effective, each pass must be completely written. To ensure this, the drive must support some form of a write barrier, write cache flush, or write cache disabling. SCSI supports ordered command tags, has a force media access bit for commands, and write cache can be disable on mode page 8. IDE/ATA drives support write cache flushes and write cache disabling. Unfortunately, not all drives actually disable write cache when asked to. Those drives are broken. Write caching should always be disabled, unless your system is battery backed and always powers down cleanly.
2004-08-15Use statvfs instead of statfs on NetBSD>=2.0D.minskim2-1/+17
2004-08-12Add and enable checkpassword-pam.schmonz1-1/+2
2004-08-12Initial import of checkpassword-pam.schmonz4-0/+34
checkpassword-pam is an implementation of checkpassword-compatible authentication program. checkpassword-pam was written from scratch. There are several older packages called checkpassword-pam, derived from DJB's checkpassword code. This checkpassword-pam is more modern and administrator-friendly.
2004-08-12Update checksum for modified distfile with unchanged version. Theschmonz1-3/+3
diff: "stress text" was changed to "stress test" in the man page. Noticed by kre in pkg/26619.
2004-08-10Correct PLIST for update to 2.1.9. Addresses PR#26608.ben1-1/+2
2004-08-10Update cfengine to 2.1.9, addresses PR#26608.ben9-158/+105
2004-08-10Cosmetic increase in whitespace (no functional change).schmonz1-7/+7
2004-08-09Update to 4.0.2. From the README:schmonz3-14/+15
The version 4 rewrite was mainly to accomplish three things: (1) the previous code was basically a hack, and was ugly. (2) to make the code more portable. The previous version required some hackery to compile on some systems. (3) to make the code fully 64-bit aware. The previous version worked on 64-bit systems, but did not fully stress the memory subsystems on them -- this version should be better at stress-testing 64-bit systems. pkgsrc changes: * Use the gzipped tarball (the bzipped one is no more). * Tweak COMMENT. * GNU make is no longer needed.
2004-08-04Might as well take maintainership...wiz1-2/+2
2004-08-04Update to 2.01a27:wiz8-47/+50
- New option -tao is now needed if you like to write in TAO mode. Cdrecord now does no longer writes if no write mode has been specified. - New option -sao as alias for -dao. As the official name for the write mo de is SAO, -sao is more correct than -dao. - New paranoia sub option paraopts=overlap=xx This is mainly a bug fix for cdda2wav. Cdda2wav previously _always_ did completely deactivat the dynamic overlapping from libparanoia. Instead, it did set the overlapping to the statical value 0. If you omit paraopts=overlap=xx, cdda2wav will now use dynamic overlaping with -paranoia. If you like the old behavior, use: paraopts=overlap=0 - New paranoia sub option paraopts=minoverlap=xx This sets the minimum dynamic overlap - New paranoia sub option paraopts=maxoverlap=xx This sets the maximum dynamic overlap - Better paranoia statistics output - Fixed a Problem with some Linux sound card drivers that caused cdda2wav to be unable to output to the soundcard. - Trying to add verbose output that estimates the read quality with -paranoia - Support for PowerPC CHRP Boot added - Support for -uid/-gid for UDF Filesystems added - isoinfo now is able to list ElTorito Boot information with -d - isoinfo now correctly shows long RR filenames from CE Extension records. - New options -root & -old-root from Patrik Ohly This allows mkisofs to be used for "incremental backups" where each backup is put into a separate directory tree on the CD. And some bug fixes.
2004-08-03Add krusader.markd1-1/+2
2004-08-03Import krusader from pkgsrc-wip. Packaged by Ian Zagorskih andmarkd4-0/+193
slightly modified by me. Krusader is an advanced twin-panel (commander-style) file-manager for KDE 3.x (similar to Midnight or Total Commander) but with many extras. It provides all the file-management features you could possibly want. Plus: extensive archive handling, mounted filesystem support, FTP, advanced search module, viewer/editor, directory synchronisation, file content comparisons, powerful batch renaming and much much more. It supports the following archive formats: tar, zip, bzip2, gzip, rar, ace, arj and rpm and can handle other KIOSlaves such as smb:// or fish:// It is (almost) completely customizable, very user friendly, fast and looks great on your desktop!
2004-08-03Add file forgotten in previous commit.cube1-0/+13
2004-08-03Update to version 1.8.2 and apply patch from PR 26523 by Alexander Becher.cube2-5/+6
The patch correct wrong pointer arithmetics that prevented xosview from being called with -name option. Changes since xosview-1.8.1 - Applied sourceforge patch 927112 from Russell Reed which fixes the swapmeter when USESYSCALLS is defined. - Applied sourceforge patch 959433 which adds acpi support to the linux battery meter. - Applied a patch similar to the sourceforge patch 586184 submitted by Mark Guertin. - Linux diskmeter now uses vmstat and thus works with 2.6. But the units problem (block size) probably still remains. - Linux pagemeter should now work with 2.6 kernels - Merge in the fedora-2 nfs patch. - Merge in the fedora-2 strip patch. - Merge in the fedora-2 proc patch. - Merge in the fedora-2 s390 patch. - Merge in the fedora-2 non-i386 patch. - Merge in the fedora-2 linux-2.6 kernel (related) patch. - Add an autogen.sh script. This script runs autoconf to create the configure script.
2004-08-03Updated ups-nut to 2.0.0nb1martti3-3/+17
* Added support for Mustek PowerMust
2004-08-02Fix PLIST for Linux by adding LOWER_VENDOR (which is empty for NetBSD).recht2-18/+19
Patch provided by pancake in PR pkg/26517
2004-08-01Move the UID- and GID-assignment stuff into functions, and modelschmonz5-25/+65
the logic after that of NetBSD's user(8). Now we get unique IDs as intended (instead of always getting 300). On Panther Server, we need to send a HUP to lookupd(8) to make the system notice a newly niload'd user account. No harm done on the consumer version of Panther. Ensure that PATH is set to our liking. Bump version to 20040801.
2004-07-31Add buildlink3.mk and builtin.mk files, for software using libmagic.salo2-0/+41
2004-07-28Accept cdrtools-ossdvd as well, closes PR pkg/26463 by Greg Troxel.xtraeme1-2/+2
2004-07-28Enable pkgviews installation.schmonz1-3/+7
2004-07-28Add cdrtools-ossdvd-[0-9] conflict.wiz1-2/+2
2004-07-28USE_LANGUAGES=c c++ ; USE_LIBTOOL=yesmarkd1-1/+3
2004-07-27Update gkrellm packages to version 2.2.2.cube6-12/+12
2.2.2 Fri Jul 16, 2004 ---------------------- * Added some theme gkrellmrc variables, see Themes changelog. * Bugfixes: o Client mode seconds display had a sampling beat effect which caused a second to be periodically skipped. o Craig Boston <craig--at--fopye.gank.org> fix pixbuf memory leak in gkrellm_decal_scroll_text_set_internal().
2004-07-26Add patch from Michael Eriksson in PR 26438:wiz3-10/+12
The patches for asapm to try sysmon if APM fails, only support battery info in units of Watts and Watt hours. However, some machines like my Compaq Presario X1007EA laptop uses units of Amperes and Ampere hours. Bump PKGREVISION.
2004-07-26Enable pkgviews installation.schmonz2-2/+10