summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2002-12-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz4-8/+8
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz6-12/+12
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-23Whitespace fixcjep2-6/+3
2002-12-22Depend on GNU Tar (archivers/gtar) if we are running NetBSD 1.6K or above,jmmv1-3/+7
where tar(1) is pax(1). cdbkup needs several options that only exist in GNU Tar (for now). Bump PKGREVISION to 1 because of the new dependancy.
2002-12-22Sorry. Botched distinfo file. This one should be fine.atatat1-2/+2
2002-12-22Upgrade lsof pkg to 4.66. Notable changes are:atatat3-12/+26
... Implemented the HASNOSOCKSECURITY compile-time option. When it and HASSECURITY are defined, lsof will be built to list only the user's open files, but will also list anyone else's open socket files, provided the "-i" option selects their listing. Updated the Customize script to ask about setting HASNOSOCKSECURITY. Left it undefined in all dialect machine.h header files. This change was requested by Kenneth Stailey <kstailey@speakeasy.net> for use with ntop. ... Improved lsof help (-h) and version (-v) information reporting. ... In order to the provide a simple pkgsrc hook for the new HASNOSOCKSECURITY option, we provide the LSOF_LESS_SECURE_SOCKETS setting (as a complement to the LSOF_MORE_SECURE option we already have).
2002-12-22Add & enable cfengine2 and cfengine2-doc.seb1-1/+3
2002-12-22Add a final dot.seb1-1/+1
2002-12-22Initial import of documentation for cfengine version 2 into the NetBSDseb4-0/+62
Packages Collection. Provided in PR pkg/19458 by Michael Santos <mike at ethmoid dot org>, slighty edited by me. Documentation for cfengine, a very high level language for building expert systems to administrate and configure large computer networks.
2002-12-22Update bkpupsd package to 2.1.1. No functional change.taca5-35/+9
from CHANGES: * bump version, now 2.1.1. * Update copyright notice. * Update my mail address. * Fix LP64 problem from NetBSD pkgsrc. * Add kernel patch for NetBSD 1.6_STABLE, it should be OK on NetBSD 1.6 release. * Fix compile problem on FreeBSD 4.5 Release reported from Naoki IDO <ido@hitachi-ms.co.jp>. * Add kernel patch for FreeBSD 4.4 based on mail from Yasuhiro Abe <abe@dzn.co.jp>. * Convert shell script patching FreeBSD 3.4 into normal patch file. * Add files for NEWLAYOUT style FreeBSD ports contributed by yrsh2scp@mbox.nc.kyushu-u.ac.jp (Yoshifumi R. Shimizu). * remove package support for NetBSD since bkpupsd is now included in NetBSD package collection.
2002-12-22Initial import of Cfengine version 2 into the NetBSD Packages Collection.seb13-0/+234
Provided in PR pkg/19456 by Michael Santos <mike at ethmoid dot org>, slighty edited by me. Cfengine, or the "configuration engine" is a very high level language for building expert systems which administrate and configure large computer networks. Cfengine uses the idea of classes and a primitive form of intelligence to define and automate the configuration of large systems in the most economical way possible. Cfengine is designed to be a part of computer immune system
2002-12-20Add and enable fakeroot.lonewolf1-1/+2
2002-12-20Add fakeroot-0.5.8 from Debian.lonewolf5-0/+94
fakeroot creates a faked root environment for building tar (or other) packages with proper file ownerships and permissions as normal user
2002-12-19Fix typo: NO_PATH -> NO_PATCHjmmv1-2/+2
2002-12-19Update sysbuild to 1.6:jmmv2-4/+4
- When running install-kernel, unset DESTDIR variable so kernel is placed in the right location.
2002-12-18Update sysbuild to 1.5. Changes in this version:jmmv4-6/+175
- Added build-x-release target to build a full X11R6 binary snapshot. The process works as an unprivileged user, keeping sources clean (using mount_union(8)). - Added install-x-sets target to install the sets built by build-x-release.
2002-12-17Update fam to 2.6.9. Changes since 2.6.7:jmmv14-184/+93
fam-2.6.9 added idle_timeout and nfs_polling_interval options to fam.conf. [joup@bigfoot.com, wardle@sgi.com] (wardle@sgi.com) use daemon() as an alternative to _daemonize() to background the fam process if it is available. [wardle@sgi.com] (wardle@sgi.com) allow for different socket structure on FreeBSD and other small changes to assist FreeBSD build. [daverufino@btinternet.com, ports@geeksrus.net] (wardle@sgi.com) fam-2.6.8 #include some standard header files to help build on FreeBSD. (wardle@sgi.com) improved group handling from IRIX. (wardle@sgi.com) untrusted user's GID is set to NOGROUP if getgrmember() gave FAM an invalid or inconsistent GID. (wardle@sgi.com) should now handle strerror returning null. (wardle@sgi.com) initalize libtool earlier in the configure process to avoid binaries being created with a .C extension on some systems. [alexl@redhat.com] (wardle@sgi.com) added libstdc++ to linker flags to make libfam always build as a C++ library. (wardle@sgi.com) added CLEANFILES make target. (wardle@sgi.com) /etc/mtab (or equivalent) is now opened read-only. (wardle@sgi.com) Approved by wiz.
2002-12-17bump pkgrevision for cgi movelukem1-1/+2
2002-12-17install cgi into libexec/cgi-bin instead of share/nut/cgilukem2-9/+6
2002-12-14Update sysbuild to 1.4.jmmv2-14/+14
Change since 1.3: Set BSDSRCDIR, OBJMACHINE and MKOBJDIRS when calling build.sh and nbmake, so object directories are created in the right place, not inside the sources.
2002-12-13Add and enable mktemp.salo1-1/+2
2002-12-13Initial import of mktemp, version 1.4.salo4-0/+28
Mktemp is a simple utility designed to make temporary file handling in shell scripts be safe and simple. This package is in base system of *BSD so it's marked as: NOT_FOR_PLATFORM= NetBSD-1.[5-9]*-* FreeBSD-*-* OpenBSD-*-*
2002-12-13Update from nut 0.50.0 to 1.2.1.lukem20-959/+154
Many changes, too many to list here. See: http://www.exploits.org/nut/release/1.2/new-1.2.1.txt and (after installation): /usr/pkg/share/doc/nut/UPGRADING
2002-12-12shorten COMMENTabs1-2/+2
2002-12-11comment out all the old swap code, because <sys/map.h> is no more.christos2-1/+64
2002-12-11re-enable.christos2-4/+4
2002-12-11put the one line change needed to make this work under /current.christos1-2/+14
2002-12-11Add and enable vifm.jmmv1-1/+2
2002-12-11Initial import of vifm, version 0.1. Description follows:jmmv4-0/+51
Vifm is a ncurses based file manager with vi like keybindings. If you use vi, vifm gives you complete keyboard control over your files without having to learn a new set of commands. Features: * Two file list windows. * Bookmarks. * User-defined association of file types/extensions with multiple applications per extension. * Visual mode for selecting files. * User-defined commands. Package provided by Stefan Walter in PR pkg/18010, with several modifications by me. Approved by wiz (thanks for your suggestions!).
2002-12-09Replace "true" by "${TRUE}".tron3-9/+9
2002-12-09Mention sysutils/dptutil.ad1-0/+3
2002-12-09raidutil -> dptutil.ad1-2/+2
2002-12-09Re-import of raidutil-3.31 as dptutil-3.31.ad11-0/+245
2002-12-09Removed pending rename.ad11-245/+0
2002-12-08Update sysbuild to 1.3.jmmv4-29/+83
Changes since 1.2: - Fixed several bugs in fast mode `-f' (directories were cleaned even if this flag was given, so it was of no use). - Ability to keep tools while cleaning (KEEP_TOOLS variable); rebuild them only when necessary (not found). - When directly calling "make" or "config", use the binaries in the TOOLDIR directory, not the ones of the current system. - Fixed a typo in usage (pointed by Sergio Jiménez).
2002-12-07Add & enable raidutil.ad1-1/+2
2002-12-07Initial import of raidutil-3.31.ad11-0/+245
DPT/Adaptec control utility for use with EATA and I2O controllers.
2002-12-07Update gentoo to 0.11.34. Changes since 0.11.33:jmmv4-8/+34
* Added used bytes display to status line. Overdue, I guess. * Reintroduced the [root] indicator in the main window title bar, for when you're running as root. Thanks, Roger Sondermann. * Fixed horrible bug that seemed to be happy to just break the history saving when running as root, but should have done a lot more if there had been any justice in the universe. Thanks again, Roger. * Incorporated an updated Polish translation. Thanks Slawomir. * Made built-in pane menu translatable. This is temporary. * Tweaked the man page (docs/gentoo.1x) a bit. Update patch provided by Juan RP in PR pkg/19308. I've also seized the opportunity to make this package honor PKG_SYSCONFDIR and depend on gettext-lib, which is required by the program.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz3-7/+7
2002-12-06ugh, fix last.grant1-4/+4
2002-12-06USE_PKGLOCALEDIR (missed from last commit, grr cvs).grant2-15/+1
2002-12-06USE_PKGLOCALEDIR.grant1-4/+10
Fix configure on Solaris by calling ${SH} (ksh) ./configure.
2002-12-05add pwgenjdolecek1-1/+2
2002-12-05Add pwgen 2.02 - password generator which creates password which canjdolecek4-0/+22
be easily memorized by a human. Package submitted in PR pkg/19294 by <cdi at only mawhrin net>
2002-12-05misc cleanupdrochner1-1/+2
2002-12-04Don't defined "BSDSRCDIR" to "/nonexistent" because it breaks peopletron1-11/+1
whose "/etc/mk.conf" defines it with "BSDSRCDIR?=...".
2002-12-04Mark this package as broken on NetBSD 1.6H and newer because the code fortron1-1/+3
examining the swap space needs to be rewritten from scratch.
2002-12-04Add and enable pvagc1-1/+2
2002-12-04Initial import of pv-0.4.0 into the NetBSD Packages Collection.agc7-0/+114
Provided in PR 19253 by Piotr Stolc. pv (Pipe Viewer) is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion.
2002-12-04Upgrade to version 1.0.3.scw2-6/+5
Changes since the previous point release: - The telnet listener should not bomb out if it fails to init/add a client. - Fix a buffer size problem in the telnet client. Note: This was not a a buffer-overflow. It was simply getnameinfo(3) returning an error when presented with a peer whose IP address resolved to a string larger than NI_MAXSERV. Since NI_MAXSERV was the wrong constant to use anyway in this context, replace it with NI_MAXHOST.