summaryrefslogtreecommitdiff
path: root/sysutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing slash to ${MASTER_SITES}Bill Fenner1997-04-011-2/+2
| | | | | | | Found by: distfiles checker Notes: svn path=/head/; revision=6097
* The "Backup" directory is now named "backup".Bill Fenner1997-04-011-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6096
* Upgrade to 2.4. (no new features... just supports more systems).David E. O'Brien1997-03-272-4/+3
| | | | | | | Notified by: John DiMarco <jdd@cs.toronto.edu> Notes: svn path=/head/; revision=6028
* More style police. :)Satoshi Asami1997-03-252-6/+6
| | | | | | | | | | (1) NOMANCOMPRESS is set by user, not porter. To indicate that MAN? variables are referring to already compressed manpages, use MANCOMPRESSED. (2) Remove second address from MAINTAINER line, I don't want anything to break. Notes: svn path=/head/; revision=6003
* Style police.David E. O'Brien1997-03-252-6/+10
| | | | | | | | * moved some vars around * added Id Notes: svn path=/head/; revision=6000
* Upgrade to 4.02.David E. O'Brien1997-03-243-4/+10
| | | | | | | | | Now includes useful scripts in the package. Closes PR: ports/3065 Notes: svn path=/head/; revision=5989
* Added sysutils/idledJames FitzGibbon1997-03-231-1/+2
| | | | Notes: svn path=/head/; revision=5987
* Import of idled, a daemon for logging off idle users.James FitzGibbon1997-03-2314-0/+368
| | | | | | | | Reviewed by: James FitzGibbon <jfitz@FreeBSD.ORG> Submitted by: Andrew <andrew@mopsy.hobart.tased.edu.au> Notes: svn path=/head/; revision=5986
* Oops, missed one change.Satoshi Asami1997-03-182-4/+4
| | | | Notes: svn path=/head/; revision=5973
* Back out the un-cleanup introduced by the previous commit. Check thisSatoshi Asami1997-03-154-28/+10
| | | | | | | | file against two revisions ago to see what was the "real" intention of the previous commit. Notes: svn path=/head/; revision=5967
* Update of xperfmon++ from Lars. The previous port didn't work withJoerg Wunsch1997-03-1516-1412/+1490
| | | | | | | | | | | | | | | | | 2.2 (says Lars). I have now also moved freebsd_system.c out into a files subdirectory, it used to be created in its entirety by patch-aa before which makes maintenance fairly uncomfortable. I have now verified that it builds and works with FreeBSD 2.1.x (freefall -- it is really funny to watch it there, the disk transfers and interrupts remain in the red zone all the time ;-), 3.0-current (thud), and 2.2. Submitted by: Lars_Koeller@odie.physik2.Uni-Rostock.DE OKed by: asami Notes: svn path=/head/; revision=5963
* Don't let the resulting image claim it's written by Linux. ;)Satoshi Asami1997-03-152-2/+4
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=5961
* Upgrade, 1.0 -> 1.2. Closes PR ports/2909.Satoshi Asami1997-03-103-7/+8
| | | | | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> Notes: svn path=/head/; revision=5930
* /etc/super-users --> $PREFIX//etc/super-usersDavid E. O'Brien1997-03-033-7/+63
| | | | | | | | | | /etc/utmp --> /var/run/utmp Man page now tells the correct paths. Closes PR: ports/2823 Notes: svn path=/head/; revision=5802
* Update ports to new __FreeBSD_version numbering scheme (220000 forSatoshi Asami1997-02-214-34/+16
| | | | | | | 2.2-RELEASE, 300000 for 3.0-current for now). Notes: svn path=/head/; revision=5708
* Activate stat.Wolfram Schneider1997-02-161-1/+2
| | | | Notes: svn path=/head/; revision=5653
* Stat prints out the contents of an inode as they appear toWolfram Schneider1997-02-165-0/+31
| | | | | | | stat(2) in a human-readable format. Notes: svn path=/head/; revision=5651
* Upgrade to 3.87.David E. O'Brien1997-02-122-5/+5
| | | | | | | Notified by: Vic Abell Notes: svn path=/head/; revision=5579
* Upgrade, 3.82 -> 3.86.Masafumi Max NAKANE1997-02-043-8/+8
| | | | | | | | Pointed-out by: Chris Timmons <skynyrd@opus.cts.cwu.edu> (Closing part 1/2 of PR #2650.) Notes: svn path=/head/; revision=5523
* Update to FreeBSD 3.0-current: the network interface structureJoerg Wunsch1997-01-194-2/+126
| | | | | | | | | has been turned into a linked list. It still also compiles on 2.2, but the binaries are incompatible. Notes: svn path=/head/; revision=5386
* Put help file in lib/help rather than share/help to follow the other xviewDavid E. O'Brien1997-01-093-4/+4
| | | | | | | | | applications we have in the ports collection. Submitted by: Nick Sayer <nsayer@quack.kfu.com> (contool maintainer) Notes: svn path=/head/; revision=5270
* Upgrade, 1.3 -> 1.4. Also fixes <net/if.h> change.Satoshi Asami1997-01-082-4/+4
| | | | | | | Submitted by: jdli@csie.nctu.edu.tw Notes: svn path=/head/; revision=5258
* Remove myself as MAINTAINER from a number of ports I no longerJordan K. Hubbard1997-01-063-9/+3
| | | | | | | | have time to properly maintain. This will cause the position to revert to ports. Notes: svn path=/head/; revision=5235
* Contool will capture and display system console messages with timestamps.David E. O'Brien1997-01-0612-0/+309
| | | | | | | | | | | | | | | | It is a replacement for the standard X console. Contool will flash its icon and beep when messages are written to the icon, so you can keep it closed on your desktop until a message arrives. You can modify this beeping and flashing behavior; see the man page for more details. You can instruct contool to filter and ignore certain common console messages or act upon them. Submitted by: Nick Sayer <nsayer@@quack.kfu.com> (w/changes by me) Closes PR: ports/2152 Notes: svn path=/head/; revision=5232
* Moving contool from ports/x11/ to ports/sysutils/David E. O'Brien1997-01-061-1/+2
| | | | | | | Reviewed by: Jordan and Satoshi Notes: svn path=/head/; revision=5231
* Added some docs and examples to the package.David E. O'Brien1997-01-063-3/+65
| | | | | | | | There was an unused file (saturn.backup) in the files/ dir. Renamed that and installed it as an example. Notes: svn path=/head/; revision=5229
* Upgrade to 2.4.2.David E. O'Brien1997-01-064-56/+113
| | | | | | | | | Submitted by: Juergen Lock <nox@jelal.hb.north.de> (w/many organizational changes by me) Closes PR: ports/1991 Notes: svn path=/head/; revision=5227
* (1) Fix typo in MASTER_SITES, it said ".../pib/pib" when it should haveSatoshi Asami1996-12-311-6/+5
| | | | | | | | | | | | | | | | | been ".../pub/pib/" (I first thought the second "pib" was bogus, until I realized that the problem was in fact a typo of "pub" and a missing "/"!) (2) Fix RUN_DEPENDS, you can't just put a generic name like "tk-4.1" here. ;) (3) Change install: target to do-install: and also move it above the .include <bsd.port.mk>. (You shouldn't define your own "install" or "patch" or any of the big targets unless absolutely necessary, the "do-*" targets are where most of the real work is done.) Notes: svn path=/head/; revision=5143
* Use '-f' when creating the symlink to avoid falling over if the linkMike Smith1996-12-301-2/+2
| | | | | | | already exists. Notes: svn path=/head/; revision=5134
* Add pib.Mike Smith1996-12-301-1/+2
| | | | Notes: svn path=/head/; revision=5133
* This is PIB, the Ports Index Browser, a GUI tool for manipulating theMike Smith1996-12-305-0/+35
| | | | | | | | | | FreeBSD ports collection. It provides facilities for tracking distfiles, searching for ports, building etc. Requires bsd.port.mk revision 1.232 or later and a matching ports collection. Notes: svn path=/head/; revision=5132
* Added ${MASTER_SITE_GNU} to MASTER_SITESMasafumi Max NAKANE1996-12-261-2/+3
| | | | Notes: svn path=/head/; revision=5099
* Activate su2.Masafumi Max NAKANE1996-12-191-1/+2
| | | | Notes: svn path=/head/; revision=5038
* New port: su2.Masafumi Max NAKANE1996-12-197-0/+122
| | | | | | | | | An enhanced su, allows user to su with own password, etc. Reviewed by: max Submitted by: John-Mark Gurney <gurney_j@efn.org> Notes: svn path=/head/; revision=5037
* I know it's hard to remember changing this file.Satoshi Asami1996-12-121-1/+1
| | | | Notes: svn path=/head/; revision=4960
* Upgraded to 3.83 (supports 3.0-current now)David E. O'Brien1996-12-111-3/+3
| | | | | | | Obtained from: Email from Vic Able Notes: svn path=/head/; revision=4930
* Switched to using new MANCOMPRESSED variable.David E. O'Brien1996-12-101-6/+3
| | | | Notes: svn path=/head/; revision=4916
* Remove empty line inside MASTER_SITES.Satoshi Asami1996-12-101-2/+1
| | | | Notes: svn path=/head/; revision=4912
* 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