summaryrefslogtreecommitdiff
path: root/sysutils (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-03-03Change the get_nfsstat routine to use sysctlbyname for -current, i.e.Gary Jennejohn1-2/+7
__FreeBSD_version >= 400001. Thanks to Doug Rabson for the idea. Reviewed by: Lars Koeller, the maintainer Notes: svn path=/head/; revision=16992
1999-03-02Changed my e-mail address.Shigeyuki Fukushima1-1/+1
Notes: svn path=/head/; revision=16980
1999-03-01MAINTAINER changed, because I was a committer.Shigeyuki Fukushima1-2/+2
Notes: svn path=/head/; revision=16961
1999-02-28Add mkisofs112.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=16954
1999-02-28Portlint.Satoshi Asami3-9/+6
Notes: svn path=/head/; revision=16953
1999-02-28Add windowmaker and afterstep virtual category.Jun Kuriyama1-2/+2
Notes: svn path=/head/; revision=16941
1999-02-28Activate wmmount.Jun Kuriyama1-1/+2
Notes: svn path=/head/; revision=16935
1999-02-28The freespace for Window Maker.Jun Kuriyama5-0/+53
PR: ports/9314 Submitted by: Osokin Sergey aka oZZ <ozz@freebsd.org.ru> Notes: svn path=/head/; revision=16934
1999-02-28MASTER_SITE_SUBDIR was broken. My choices in fixing were either go withDavid E. O'Brien3-3/+3
GZIP or BZIP2 distfiles. I went with BZIP2. Notes: svn path=/head/; revision=16923
1999-02-28MASTER_SITE_SUBDIR changed. I had to pick between GZ or BZIP2 -- I wentDavid E. O'Brien3-6/+12
with BZIP2. Notes: svn path=/head/; revision=16922
1999-02-28Welcome ascpu, graphically see how much CPU your machine is using.Bill Fumerola1-1/+2
Notes: svn path=/head/; revision=16920
1999-02-28This is an Afterstep look & feel CPU statistics monitor tool.Bill Fumerola5-0/+39
http://bewoner.dma.be/Albert/afterstep/ PR: ports/10144 Submitted By: Dima Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=16919
1999-02-28Upgrade to 4.41.David E. O'Brien2-11/+5
Notes: svn path=/head/; revision=16918
1999-02-25BROKEN= "kvm_nlist: Symbol '_swaplist' not found" for 4-CURRENT.David E. O'Brien1-1/+5
Notes: svn path=/head/; revision=16895
1999-02-23Save this port from rotting: overtake maintainership.Dirk Froemberg2-4/+4
Notes: svn path=/head/; revision=16875
1999-02-23The wmmon port likes to install itself setuid root. Unfortunately, it has aKris Kennaway2-3/+7
major security hole (and at least one minor one) resulting in a local root exploit. Until a better fix is available, this patch installs the binary chmod go-s, meaning you must be root to run it. If anyone is using this in a multi-user environment they are strongly advised to remove the setuid bit. Submitted by: Steve Reid <sreid@alpha.sea-to-sky.net> Notes: svn path=/head/; revision=16873
1999-02-22Something bizarre going on, so I'm reverting the checksum until ISteve Price1-1/+1
can figure it out. Notes: svn path=/head/; revision=16860
1999-02-22MAINTAINER= ports@FreeBSD.ORG to make portlint happy.Dirk Froemberg2-4/+10
Add another MASTER_SITE. Notes: svn path=/head/; revision=16857
1999-02-22New checksum.Steve Price1-1/+1
Notes: svn path=/head/; revision=16822
1999-02-19"update" to 4.40H.David E. O'Brien2-5/+5
(Vic Abell was hard pressed for time, but managed to fix squeeze in support for our 16-char user names. BUT the patch rev, accidently went backwards). Notes: svn path=/head/; revision=16781
1999-02-18Upgrade to version 4.40i.David E. O'Brien2-5/+5
This fixes the bug refered to in the HERT advisory on lsof. Note, that LSOF assumes 8 char login names. Vic Abell is looking at getting this information from headers so our 16 char login names will be supported. Submitted by: "Vic Abell" <abe@purdue.edu> Notes: svn path=/head/; revision=16771
1999-02-11Roll a new distfile.Bill Fumerola1-1/+1
Caught By: Satoshi's Package-O-Matic. Notes: svn path=/head/; revision=16629
1999-02-11upgrade to 4.40hDavid E. O'Brien2-5/+5
(this includes jdp's patch-ae) Notes: svn path=/head/; revision=16619
1999-02-11Upgrade to version 1.4.1. Portlint.Jean-Marc Zucconi2-12/+12
Notes: svn path=/head/; revision=16599
1999-02-08Remove extra argument to "configure" that had been committed by accident.Stefan Eßer3-9/+3
Notes: svn path=/head/; revision=16564
1999-02-08Upgrade to KDE 1.1 RELEASE.Stefan Eßer9-18/+129
Notes: svn path=/head/; revision=16563
1999-02-06Upgrade to KDE-1.1pre2 ...Stefan Eßer9-24/+180
Notes: svn path=/head/; revision=16552
1999-02-04Add xperfmon3Gary Jennejohn1-1/+2
Notes: svn path=/head/; revision=16535
1999-02-04Update to version 3.0. This version only works for FreeBSD 3.0R orGary Jennejohn17-2162/+4761
higher. Submitted from: Lars Koeller (the maintainer) Notes: svn path=/head/; revision=16534
1999-02-04MASTER_SITE_SUBDIR doesn't get a trailing slash.Bill Fenner1-2/+2
Notes: svn path=/head/; revision=16533
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami4-20/+10
bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
1999-02-02Fix libtool for 4.0c.Vanilla I. Shu3-33/+24
PR: ports/9827 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16496
1999-02-02Upgrade to 4.40 "G" -- a special FreeBSD version to fix minor problems withDavid E. O'Brien2-4/+13
the 4.40 distribution. Notes: svn path=/head/; revision=16483
1999-02-01portlint.Satoshi Asami1-2/+1
Notes: svn path=/head/; revision=16474
1999-02-01portlint.Satoshi Asami1-2/+1
Notes: svn path=/head/; revision=16470
1999-01-31Upgrade to 0.99.3.1.Vanilla I. Shu12-76/+52
PR: ports/9816 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16452
1999-01-27Use ${MASTER_SITE_GNOME}Bill Fenner7-35/+21
Notes: svn path=/head/; revision=16379
1999-01-27${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner8-8/+16
Notes: svn path=/head/; revision=16378
1999-01-26Fix MASTER_SITES.Bill Fenner1-2/+2
PR: ports/9693 Submitted by: Chris Piazza <norn@home.net> Notes: svn path=/head/; revision=16365
1999-01-26upgrade to 4.40David E. O'Brien2-4/+4
Notes: svn path=/head/; revision=16361
1999-01-26Update to version 2.4.Steve Price2-5/+6
PR: 9605 Submitted by: maintainer Notes: svn path=/head/; revision=16321
1999-01-25Update to use kvm_getswapinfo for 4.0-current.Gary Jennejohn2-0/+36
Reviewed by: the maintainer Notes: svn path=/head/; revision=16299
1999-01-21to use MASTER_SITE_COMP_SOURCESSeiichirou Hiraoka1-2/+3
Notes: svn path=/head/; revision=16223
1999-01-18Add virtual category "windowmaker".Satoshi Asami2-4/+4
Notes: svn path=/head/; revision=16177
1999-01-18Activate the npadmin port.Steve Price1-1/+2
Notes: svn path=/head/; revision=16148
1999-01-18Initial import of npadmin version 0.7.Steve Price12-0/+1287
An SNMP based command line network printer management tool. PR: 8839 Submitted by: Dominic Mitchell <dom@phmit.demon.co.uk> Notes: svn path=/head/; revision=16147
1999-01-18Fix build for -current.Steve Price1-7/+3
PR: 9461 Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=16133
1999-01-18Update to version 3.7.7.Steve Price2-5/+5
PR: 9462 Submitted by: maintainer Notes: svn path=/head/; revision=16132
1999-01-18Get this to build in -current.Steve Price1-0/+16
PR: 9401 Submitted by: Allan Saddi <asaddi@philosophysw.com> Notes: svn path=/head/; revision=16121
1999-01-17Upgrade to 0.99.1.Vanilla I. Shu8-28/+20
Notes: svn path=/head/; revision=16098