summaryrefslogtreecommitdiff
path: root/sysutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* /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
* 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