summaryrefslogtreecommitdiff
path: root/sysutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 3.7.2Andrey A. Chernov1996-12-083-5/+5
| | | | Notes: svn path=/head/; revision=4896
* Upgrade xcpustate to 2.2betaDavid E. O'Brien1996-12-082-3/+7
| | | | Notes: svn path=/head/; revision=4889
* Author fixed a path bug.David E. O'Brien1996-12-068-324/+192
| | | | | | | Broke up huge patchfile by filename. Notes: svn path=/head/; revision=4842
* Turned on xloadface.David E. O'Brien1996-12-041-1/+2
| | | | Notes: svn path=/head/; revision=4785
* `xloadface' is a network load monitor for X11. This program use the rwhodDavid E. O'Brien1996-12-046-0/+393
| | | | | | | | | | | | | | database for display `user' and `CPU load'. It displays a face for each machine gotten from rwho. Quite cute. The README and manpage are in Japanese. Closes-PR: ports/2115 Submitted by: furusawa@com.cs.osakafu-u.ac.jp Notes: svn path=/head/; revision=4784
* Add mkisofs.Satoshi Asami1996-11-261-1/+2
| | | | Notes: svn path=/head/; revision=4684
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-1811-27/+9
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-8/+2
| | | | Notes: svn path=/head/; revision=4575
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-6/+3
| | | | Notes: svn path=/head/; revision=4572
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4571
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-182-4/+6
| | | | Notes: svn path=/head/; revision=4570
* Converted to MAN[1-8]David E. O'Brien1996-11-171-2/+2
| | | | | | | Converted p5* to use MASTER_SITE_PERL_CPAN Notes: svn path=/head/; revision=4541
* CATEGORIES+= -> CATEGORIES=David E. O'Brien1996-11-1714-57/+37
| | | | | | | Converted to new MAN[1-9] Notes: svn path=/head/; revision=4538
* Upgrade LSOF to version 3.81.David E. O'Brien1996-11-172-4/+4
| | | | Notes: svn path=/head/; revision=4528
* Checksum file was obsolete. (Kinda hard to imagine since MakefileSatoshi Asami1996-11-161-1/+1
| | | | | | | is still at 1.1.1.1.... ;) Notes: svn path=/head/; revision=4511
* sudo is moved from sysutils to security.Satoshi Asami1996-11-121-2/+1
| | | | | | | Forgotten by: obrien ;) Notes: svn path=/head/; revision=4419
* Moved LSOF from ports/misc to ports/sysutilsDavid E. O'Brien1996-11-111-1/+2
| | | | Notes: svn path=/head/; revision=4402
* Moving Vic Abell's LSOF package from ports/misc to ports/sysutils.David E. O'Brien1996-11-116-0/+74
| | | | | | | | LSOF is a very useful package for a system administrateor. Ot shows all kind of open files, including sockets, pipes and knows about NFS. Notes: svn path=/head/; revision=4401
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-112-4/+4
| | | | | | | Misc variable reordering, cleaning up, etc. Notes: svn path=/head/; revision=4385
* Checksum was wrong.Satoshi Asami1996-10-311-1/+1
| | | | Notes: svn path=/head/; revision=4209
* Upgrade to xsysinfo v1.3James FitzGibbon1996-10-302-4/+9
| | | | | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: Jian-Da Li <jdli@FreeBSD.csie.NCTU.edu.tw> Notes: svn path=/head/; revision=4200
* change maintainer from joerg to woschWolfram Schneider1996-10-271-2/+2
| | | | Notes: svn path=/head/; revision=4174
* Update from the port maintainer:Masafumi Max NAKANE1996-10-254-36/+34
| | | | | | | | | | | | | Cleaner compile and make depend cycle. Update of FreeBSD's version numbers. (Closing PR #1875.) Submitted by: Lars Koeller Notes: svn path=/head/; revision=4157
* make gzip in post-install: target to depend on NOMANCOMPRESS.Torsten Blum1996-10-141-1/+3
| | | | | | | Submitted by: max (long time ago) Notes: svn path=/head/; revision=3974
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-102-2/+2
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Add rtty and socket.Satoshi Asami1996-09-161-1/+3
| | | | Notes: svn path=/head/; revision=3789
* Remove package nameAndrey A. Chernov1996-09-141-1/+1
| | | | Notes: svn path=/head/; revision=3772
* Compress manpages so this one actually packages. :)Satoshi Asami1996-08-251-1/+6
| | | | Notes: svn path=/head/; revision=3700
* Explode the directory "rtty".Satoshi Asami1996-08-251-1/+13
| | | | Notes: svn path=/head/; revision=3699
* The program Socket implements access to TCP sockets from shell level.Wolfram Schneider1996-08-246-0/+383
| | | | | | | | | | First written for the need to open a server socket and read and write to the socket interactively for testing purposes, it quickly evolved into a generic tool providing the socket interface for shell script and interactive use. [Juergen Nickelsen <jn@berlin.snafu.de>] Notes: svn path=/head/; revision=3697
* rtty 3.2Jordan K. Hubbard1996-08-246-0/+40
| | | | | | | Obtained from: Paul Vixie Notes: svn path=/head/; revision=3696
* Bring in mkisofs 1.0.5 as a port.Jordan K. Hubbard1996-08-088-0/+60
| | | | Notes: svn path=/head/; revision=3542
* Upgrade to 321Andrey A. Chernov1996-07-264-7/+5
| | | | Notes: svn path=/head/; revision=3432
* Fix to make this run Ok on both -stable and -current with -stable'sSatoshi Asami1996-07-122-12/+12
| | | | | | | | | | new __FreeBSD_version. (Gee, why do these things always have to be committed right before the release? ;) Submitted by: peter Notes: svn path=/head/; revision=3380
* Shorten, it was 4 lines.Satoshi Asami1996-07-102-8/+2
| | | | | | | Pointed out by: James Raynard <fports@jraynard.demon.co.uk> Notes: svn path=/head/; revision=3352
* freefall.cdrom.com -> freefall.freebsd.orgSatoshi Asami1996-06-031-2/+2
| | | | Notes: svn path=/head/; revision=3165
* update to version 1.2Wolfram Schneider1996-06-022-3/+3
| | | | Notes: svn path=/head/; revision=3154
* Upgrade, 1.1 -> 1.2.Satoshi Asami1996-05-272-6/+5
| | | | | | | Submitted by: jdli@csie.nctu.edu.tw Notes: svn path=/head/; revision=3133
* Reorder variables. Take out unnecessary "PREFIX=/usr/X11R6"Satoshi Asami1996-05-202-16/+12
| | | | | | | | (USE_IMAKE implies that). Change package name to have a hyphen between the name and the version numbers. Notes: svn path=/head/; revision=3110
* Upgrade to version 1.33. This works on either -current and -stableJoerg Wunsch1996-05-1910-1612/+2396
| | | | | | | | | | (though i noticed some problems with the NFS display, and will point Lars to it again). Submitted by: Lars_Koeller@odie.physik2.uni-rostock.de Notes: svn path=/head/; revision=3106
* Replace the color: target with a macro. If you want to build lessMark Murray1996-05-131-12/+5
| | | | | | | | | with colour, you need to define COLOUR_LESS (or if you are from a place that is speling impaired, COLOR_LESS will do ;-)) OKed by: asami and others Notes: svn path=/head/; revision=3080
* Added xsysinfo.Satoshi Asami1996-04-091-1/+2
| | | | Notes: svn path=/head/; revision=2961
* Display system states on an X window.Satoshi Asami1996-04-095-0/+24
| | | | | | | Submitted by: Jian-Da Li <jdli@FreeBSD.csie.NCTU.edu.tw> Notes: svn path=/head/; revision=2960
* pkg/COMMENT files for use by ports READMEs.Satoshi Asami1996-04-091-0/+1
| | | | Notes: svn path=/head/; revision=2959
* Added xcpustate.Satoshi Asami1996-02-291-1/+2
| | | | Notes: svn path=/head/; revision=2755
* Graphically tell you a lot about the CPU.Satoshi Asami1996-02-295-0/+35
| | | | | | | Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien) Notes: svn path=/head/; revision=2754
* COMMENT should be only one line.Satoshi Asami1996-02-272-6/+2
| | | | Notes: svn path=/head/; revision=2751
* Upgrade to 3.7.1Andrey A. Chernov1995-12-184-24/+5
| | | | Notes: svn path=/head/; revision=2566
* Major upgrade from Lars. The geometry bug has been fixed, and theJoerg Wunsch1995-12-1510-1064/+2738
| | | | | | | | | swap display improved. Submitted by: Lars Köller (Lars_Koeller@odie.physik2.uni-rostock.de) Notes: svn path=/head/; revision=2559
* Change "utilities" category to "misc" in preparation for move to misc.Satoshi Asami1995-11-262-4/+4
| | | | Notes: svn path=/head/; revision=2466