aboutsummaryrefslogtreecommitdiff
path: root/sysutils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Initial import of log_analysis-0.37.Kevin Lo2001-07-081-0/+1
| | | | | | | | | | | | log_analysis is a log file analysis engine that extracts relevant data for any of the recognized log messages and produces a summary that is much easier to read. PR: 28711 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=44929
* add tdirYing-Chieh Liao2001-07-071-0/+1
| | | | | | | | | | Display directories with files ordered by ending "extension". PR: 28305 Submitted by: Bourne-again Superuser <toor@tundraware.com> (hmmmm....) Notes: svn path=/head/; revision=44853
* Add service-config, a utility suite for creation svscan service directories.Peter Pentchev2001-07-061-0/+1
| | | | | | | | PR: 28661 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=44829
* Add e2fsprogs 1.22, a set of utilities and library to manipulate an ext2Maxim Sobolev2001-07-031-0/+1
| | | | | | | | | | | | | | | | | filesystem. WARNING: The sole reason why I'm adding this port is to allow me upgrade gnomeutils port to the latest version. For some very strange reason this new version requires libext2fs to build. The only thing I know for sure about e2fsprogs is that it compiles cleanly on 4-STABLE and 5-CURRENT systems - I have not tested it in action. Please use it with extremal precaution, because due to its low-level nature and Linux roots it can do Very Bad Things[tm] to your data, set fire on your house, kill your cat or something else even more horrible. If someone wants to take over maintainership please feel free to do so. Notes: svn path=/head/; revision=44716
* Add du2ps 2.1, filter for converting output of du to PostScript file.OKAZAKI Tetsurou2001-06-261-0/+1
| | | | | | | | PR: 27848 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Notes: svn path=/head/; revision=44477
* Add readlink, a tool to dereference a symbol link and print the nameDima Dorfman2001-06-241-0/+1
| | | | | | | of the target. Notes: svn path=/head/; revision=44402
* Add ruby-quota, a Ruby library to manipulate filesystem quotas.Akinori MUSHA2001-06-211-0/+1
| | | | Notes: svn path=/head/; revision=44278
* Add colorize 0.3.0, a robust log colorizer.Mark Pulford2001-06-131-0/+1
| | | | | | | | PR: 28113 Submitted by: petef@databits.net Notes: svn path=/head/; revision=43932
* Add new port, Slay, a utility that kills a persons shell, as well as any ↵David W. Chapman Jr.2001-06-101-0/+1
| | | | | | | | | | | process belonging to that user. PR: 27704 Submitted by: Jeff Palmer <scorpio@drkshdw.org> Reviewed by: keichii Notes: svn path=/head/; revision=43772
* timelimit executes a command and terminates the spawned processPeter Pentchev2001-06-081-0/+1
| | | | | | | | | | | | after a given time with a given signal. A 'warning' signal is sent first, then, after a timeout, a 'kill' signal, similar to the way init(8) operates on shutdown. WWW: http://ringwraith.online.bg/devel/sys/timelimit/ Author: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=43667
* New port: Window Maker dockapp that displays cpu load and a realtimeMario Sergio Fujikawa Ferreira2001-05-301-0/+1
| | | | | | | | | 3d object Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=43298
* Add xin 1.0.0, splits standard input and pipes into a command.Daniel Harris2001-05-271-0/+1
| | | | | | | | PR: 27566 Submitted by: Mark Pulford <mark@kyne.com.au> Notes: svn path=/head/; revision=43157
* add userlistYing-Chieh Liao2001-05-251-0/+1
| | | | | | | | | | Prints a list of all usernames in /etc/passwd PR: 27207 Submitted by: Jamie Heckford <jamie@jamiesdomain.org.uk> Notes: svn path=/head/; revision=43059
* add maintYing-Chieh Liao2001-05-251-0/+1
| | | | | | | | | | System maintenance package written in Python and CSH PR: 27022 Submitted by: Dale Weber <netman@dynaplex.net> Notes: svn path=/head/; revision=43056
* Add msyslog 1.04b, a flexible and easy to integrate syslog daemon.Will Andrews2001-05-201-0/+1
| | | | | | | | PR: 27308 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=42776
* Add port WMMemMon version 0.1.0: Mem/Swap monitoring dockapp forMario Sergio Fujikawa Ferreira2001-05-101-0/+1
| | | | | | | | | WindowMaker Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=42479
* unquote executes a specified program after unquoting a specified listPeter Pentchev2001-05-081-0/+1
| | | | | | | of arguments, allowing safe passing of shell metacharacters. Notes: svn path=/head/; revision=42393
* New port, dirdiff, a graphical tool for displaying the differencesGreg Lehey2001-05-071-0/+1
| | | | | | | | | | between directory trees and for merging changes from one tree into another. Obtained from: Paul Mackerras <paulus@samba.org> Notes: svn path=/head/; revision=42343
* Add pdumpfs, a daily backup system similar to Plan9's dumpfs.Akinori MUSHA2001-04-301-0/+1
| | | | Notes: svn path=/head/; revision=42080
* Add a port for paicc (paint changed characters). This is an incrediblyPeter Wemm2001-04-281-0/+1
| | | | | | | | useful tool as it allows you to have arbitary command lines refreshed in a top-like fashion. eg: paicc -c 'date; uptime; vmstat -i' Notes: svn path=/head/; revision=42016
* Stat::lsMode generates mode and permission strings that look likeJosef Karthauser2001-04-281-0/+1
| | | | | | | | | | | | | the ones generated by the Unix ls -l command. For example, a regular file that is readable by everyone and writable only by its owner has the mode string -rw-r--r--. Stat::lsMode will either examine the file and produce the right mode string for you, or you can pass it the mode that you get back from Perl's stat call. PR: ports/26847 Notes: svn path=/head/; revision=42000
* Add wmcpuload 0.0.3a, an "lcd" dockapp for windowmaker, whichMaxim Sobolev2001-04-191-0/+1
| | | | | | | | | | displays the current cpuload. PR: 26687 Submitted by: Soeren Boll Overgaard <boll@tolkien.dk> Notes: svn path=/head/; revision=41677
* Add bubblemon-dockapp 1.32, X eye candy for displaying CPU andWill Andrews2001-04-171-0/+1
| | | | | | | | | | memory load in a dock. PR: 26615 Submitted by: Mark Pulford <mark@kyne.com.au> Notes: svn path=/head/; revision=41598
* Add dim 1.0, a directory lister which sorts the file list in 2D.Will Andrews2001-04-171-0/+1
| | | | | | | | PR: 26533 Submitted by: Mark Pulford <mark@kyne.com.au> Notes: svn path=/head/; revision=41597
* Add filedupe 1.1, a utility for quickly finding duplicate files.Will Andrews2001-04-101-0/+1
| | | | | | | | PR: 26483 Submitted by: Mark Pulford <mark@kyne.com.au> Notes: svn path=/head/; revision=41221
* Add cpuburn 1.3, CPU/memory stress testing utilities.Will Andrews2001-04-071-0/+1
| | | | | | | | PR: 26270 Submitted by: Mark Pulford <mark@kyne.com.au> Notes: svn path=/head/; revision=41008
* Add crashme 2.4, a tool to test an operating system's robustness.Will Andrews2001-04-071-0/+1
| | | | | | | | PR: 26268 Submitted by: Mark Pulford <mark@kyne.com.au> Notes: svn path=/head/; revision=41007
* Add pyfind 0.7.0, a file-find utilty for Gnome loosely modeled after similarMaxim Sobolev2001-04-051-0/+1
| | | | | | | Windoze utilty. Notes: svn path=/head/; revision=40869
* Add dvdtapeBrian Somers2001-04-031-0/+1
| | | | Notes: svn path=/head/; revision=40818
* New port: koncd.Dmitry Sivachenko2001-04-021-0/+1
| | | | | | | | | KOnCD is a program that allows you to master CDs with mkisofs and cdrecord programs. It can create multisession CD, bootable CD, supports blanking on CD-RW. It also copy CDs on-the-fly. Notes: svn path=/head/; revision=40772
* Add perf 1.5, a xview-based system monitoring tool.Will Andrews2001-03-311-0/+1
| | | | | | | | PR: 25631 Submitted by: Tobias Begalke <tobega@spyz.org> Notes: svn path=/head/; revision=40630
* Add p5-LJ-TextMessage 1.2, a perl5 interface to send text messages toWill Andrews2001-03-311-0/+1
| | | | | | | | | | phones/pagers. PR: 26085 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=40618
* Add p5-LJ-Cache 1.0, a perl5 implementation of an LRU dictionary cache.Will Andrews2001-03-311-0/+1
| | | | | | | | PR: 26086 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=40617
* new port of Michael Smith's personality scriptAndreas Klemm2001-03-251-0/+1
| | | | | | | personality manages different system configurations Notes: svn path=/head/; revision=40370
* Add Extipl, a partition-selectable boot loader/installer whichOKAZAKI Tetsurou2001-03-221-0/+1
| | | | | | | | | | makes coexistence of several operating systems on your machine. PR: 23904, 24251 Submitted by: KIMURA Takamichi <takamiti@tsden.org> Notes: svn path=/head/; revision=40212
* The samefile program finds files with identical contents (independent ofDirk Meyer2001-03-211-0/+1
| | | | | | | | | | | | | | | | | | file name). Typical usage would be find / -print | samefile turning up megabytes of wasted disk space due to duplicates. Try it, you'll be baffled. Jens Schweikhardt samefile@schweikhardt.net PR: 25857 Submitted by: schweikh@schweikhardt.net Notes: svn path=/head/; revision=40152
* Add port sysutils/mgeupsd, a daemon to monitor MGE Pulsar brand UPS's.Donald Burr2001-03-181-0/+1
| | | | Notes: svn path=/head/; revision=40002
* Add portupgrade, a tool to upgrade installed packages with ports.Akinori MUSHA2001-03-171-0/+1
| | | | | | | | | | | | | | | | | It upgrades ports without reinstalling dependent packages by directly modifying the package info recorded in the files under /var/db/pkg. e.g. portupgrade gtk portupgrade -cC gnome\* It currently has many design flaws (to me at least) but I am releasing this because it's functionally stable enough to use. (I believe.. ;) Use with care, at your own risk. Notes: svn path=/head/; revision=39990
* add stowESYing-Chieh Liao2001-03-171-0/+1
| | | | | | | stow Enhancement Script Notes: svn path=/head/; revision=39966
* Add cvsweb-converters 0.1,Jun Kuriyama2001-03-151-0/+1
| | | | | | | | | | | create hyperlinks to cvsweb from cvs[up] output or FreeBSD commitlogs. PR: 25533 Submitted by: Martin Kammerhofer <mkamm@gmx.net> Notes: svn path=/head/; revision=39884
* New port: gupsc.Dmitry Sivachenko2001-03-131-0/+1
| | | | | | | A free Gnome client for the Network UPS Tools Notes: svn path=/head/; revision=39760
* Add mksunbootcd 1.0, a program to make ISO images suitible to boot onWill Andrews2001-03-101-0/+1
| | | | | | | | | | sparc systems. PR: 24086 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=39454
* New port: kdeadmin.Dmitry Sivachenko2001-03-051-0/+1
| | | | | | | | A collection of applications related to system administration, such as crontab editor, master.passwd editor, package manager, etc. Notes: svn path=/head/; revision=39085
* Add installwatch 0.5.6, a file creation/modification logger.Daniel Harris2001-03-041-0/+1
| | | | | | | | PR: 25504 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=39044
* add fcron, a periodical command schedulerYing-Chieh Liao2001-03-011-0/+1
| | | | Notes: svn path=/head/; revision=38942
* New port: rmonitor (monitor a couple of FreeBSD systems)Clive Lin2001-03-011-0/+1
| | | | | | | | PR: ports/25475 Submitted by: Konrad Heuer <kheuer@gwdu60.gwdg.de> Notes: svn path=/head/; revision=38939
* Add p5-Filesys-DiskSpace 0.05, the perl equivalent of statfs(2).Will Andrews2001-02-271-0/+1
| | | | | | | | PR: 25365 Submitted by: Anton Berezin <tobez@tobez.org> Notes: svn path=/head/; revision=38871
* Add cd9660_unicode 1.0, a kernel driver for reading CD disks with non-EnglishMaxim Sobolev2001-02-131-0/+1
| | | | | | | filenames. Requires -current as of several hours ago. Notes: svn path=/head/; revision=38309
* move gtar to archivers.FUJISHIMA Satsuki2001-02-081-1/+0
| | | | Notes: svn path=/head/; revision=38119
* Add wmfsm 0.31, displays filesystem usage of mountpoints in a niceMaxim Sobolev2001-02-041-0/+1
| | | | | | | | | | WindowMaker dockapp. PR: 24012 Submitted by: Steven Enderle <panic@subphase.de> Notes: svn path=/head/; revision=37957