1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

777 Commits

Author SHA1 Message Date
Daniel Baker
3c40eb0ef9 include sarah 2000-01-10 19:33:17 +00:00
Daniel Baker
6789bd2f42 Import of new port sarah into sysutils.
Sarah is a program which is used to trim, rotate, archive and delete log
files.  It is meant to run periodically out of cron, determining what to do
based on a configuration file.

Sarah is designd to be an optional replacment for newsyslog, depending
on your needs.

Mmmmm, SMG.
2000-01-10 19:31:24 +00:00
Shigeyuki Fukushima
e5897fc8c0 Modify my e-mail address. 2000-01-09 14:51:18 +00:00
Andreas Klemm
5f93f9e3c2 Update to 0.76
Submitted by:	"Eugene Gres" <eug@eg.karpaty.uzhgorod.ua>
2000-01-08 13:50:05 +00:00
Dirk Froemberg
c9474df488 Upgrade to mkisofs included in cdrecord-1.8a38.
From AN-1.8a38:

- Fixed a seriuos bug related to the structures iso_path_table and
  iso_directory_record.

  Both structures have an odd length and some compilers (e.g. on
  Sun3/mc68020 systems) will padd these structures to an even size.
  For this reason it was a bad idea to use sizeof(iso_path_table)
  of sizeof(iso_directory_record) for on disk size computations.

  The changes affect central functionality and it is needed to do
  testing if my changes will not introduce a new bug.
2000-01-07 19:38:57 +00:00
Yukihiro Nakai
a6844f7b83 Change MAINTAINER to ade@FreeBSD.org . 2000-01-07 02:07:00 +00:00
Shigeyuki Fukushima
490867438a Activate eject. 2000-01-05 22:33:38 +00:00
Shigeyuki Fukushima
c205f12431 Utility for ejecting media from CD or optical disk drive. 2000-01-05 14:37:51 +00:00
Steve Price
a90be14700 Use a long for the load average and include netinet/in.h before
arpa/inet.h to avoid a couple of compiler warnings.

PR:		14443
Submitted by:	Valentin Nechayev <netch@lucky.net>
1999-12-31 22:45:09 +00:00
Steve Price
4d8e69bf0e Fix a security hole where a user can obtain kmem group privs. Note
patch-ad and patch-ae both patches the same file, so I combined them
and removed patch-ae.  The maintainer might want to look into patch-ad
some more since patch-ae did the same as patch-ad one one had the lines
before the offending block of code and one after.  I left both sets
since it didn't appear to affect operation any.

PR:		15790
Submitted by:	maintainer
1999-12-31 20:12:45 +00:00
Chris D. Faulhaber
3c217d358e Active popt and logrotate 1999-12-30 12:38:57 +00:00
Chris D. Faulhaber
d4767b5f68 Logrotate is a system utility that rotates, compresses, removes and mails
system log files

PR:		15759
Submitted by:	Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>
1999-12-30 12:35:51 +00:00
Dirk Froemberg
08e2ce737b Upgrade to mkisofs included in cdrecord-1.8a37. 1999-12-30 11:31:51 +00:00
Dirk Froemberg
d5eb1c905b Upgrade to 1.8a37. 1999-12-30 11:31:18 +00:00
Steve Price
600a7f6f8b Terminate buffer so we don't print garbage.
PR:		12761
Submitted by:	Aaron Smith <arron@mutex.org>
1999-12-29 08:15:06 +00:00
Tim Vanderhoek
8cd82c0318 General comment cleanups. 1999-12-28 16:30:10 +00:00
Chris D. Faulhaber
5a8a252e84 Activate muse 1999-12-28 02:46:40 +00:00
Chris D. Faulhaber
87de2239df This is muse, which lists out memory usage categorized by Active, Inactive,
Wired, Reserved, Cache, Buffer, Total, and Free in a manner more friendly
and verbose than vmstat and without as much clutter as Top.
It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's
mem /c

PR:		15731
Submitted by:	Nick Johnson <freebsd@spatula.net>
1999-12-28 02:45:45 +00:00
Andreas Klemm
36d891fc92 My tar archive was corrupt.
Make new checksum.

PR:		closes 15692
1999-12-26 17:27:24 +00:00
Steve Price
e00bf4df7e detach version 1.3
A utitlity for starting a process detached from a terminal.

PR:		15024
Submitted by:	Arne H Juul <arnej@pvv.org>
1999-12-25 16:14:23 +00:00
Andreas Klemm
281b742c7e Update webmin to newest version 0.75 as requested by some webmin users... 1999-12-25 11:04:35 +00:00
Steve Price
1aec4a252b Update to version 1.5.
PR:		15668
Submitted by:	maintainer
1999-12-25 01:31:32 +00:00
Steve Price
1f30b0a54b Update to version 1.8.
PR:		15568
Submitted by:	maintainer
1999-12-24 04:53:46 +00:00
Steve Price
9f1edca218 Turn some spaces into tabs. 1999-12-23 21:17:18 +00:00
Steve Price
b5ab9cd728 Remove a blank line at the end of the description. 1999-12-23 21:02:48 +00:00
Andrey A. Chernov
b2ca0700cd Add program WWW site 1999-12-23 03:22:03 +00:00
Andrey A. Chernov
8506856ae2 Upgrade to 346 1999-12-23 02:27:14 +00:00
Chris D. Faulhaber
6794f6d690 Update MAINTAINER's email address
PR:		15433
Submitted by:	Maintainer
1999-12-22 19:20:51 +00:00
Dirk Froemberg
aa80aaa009 Upgrade to mkisofs included in cdrecord-1.8a36.
From AN-1.8a35:

- The -a option is now obsolete. Now all files are put on CD by default.
  To suppress backup files use the new option -nobak

- -nobak option new to exlude files that contain a '~' or a '#' or
  end in '.bak'

From AN-1.8a36:

- Support for Eltorito Hard-disk-emulation boot from H.P.Anvin
  Note that the original source was non portable and I could not
  test if my portable version work correctly.

- Support for Eltorito No-emulation boot from H.P.Anvin
  Note that the original source was non portable and I could not
  test if my portable version work correctly.

- Support for Eltorito boot-disable boot from H.P.Anvin

- Eltorito boot catalog is now a 'virtual file' (thanks to James Pearson)
  No need to write to the source tree anymore.
1999-12-22 10:28:37 +00:00
Dirk Froemberg
70d18405f6 Upgrade to 1.8a36. 1999-12-22 10:25:45 +00:00
Steve Price
5ded12f375 Update version number with distfile change.
PR:		15385
Submitted by:	maintainer
1999-12-10 17:06:13 +00:00
Wes Peters
ef495883b2 Finally got the man pages REALLY right. 1999-12-10 07:39:14 +00:00
Wes Peters
9975d2eabc Fix MD5 mismatch; the port compiles and runs fine. 1999-12-10 06:52:49 +00:00
R. Imura
04dd7ad04b Update to version 0.4.0
GUI version is now GNOMEified.

PR:		14940
Submitted by:	Maintainer
1999-12-10 01:21:47 +00:00
R. Imura
a102c8c572 Update to version 0.9.2
PR:		14939
Submitted by:	Maintainer
1999-12-10 01:10:19 +00:00
David E. O'Brien
9315168c6e Update to recognized that the KAME IPv6 is installed and enable support
for it.  (previously only INRIA's IPv6 was recognized)   This support is
not fully untested, so YMMV.
1999-12-07 17:40:45 +00:00
David E. O'Brien
b2fdcb2609 Add a patch that enables the proper handling of an IPv4 address when it is
supplied as a IPv6-mapped address to lsof's -i option --
e.g., as in "-i@[::ffff:1.2.3.4]".

Submitted by:	Vic Abell <abe@purdue.edu>
1999-12-06 15:50:22 +00:00
Dirk Froemberg
518415ebaa Mention Joliet. 1999-12-06 00:18:38 +00:00
Dirk Froemberg
6c97ca00d6 Upgrade to mkisofs included in cdrecord-1.8a33. 1999-12-06 00:12:19 +00:00
Dirk Froemberg
e261fddbfa - upgrade to cdrecord-1.8a33
- install readcd, too
- don't build mkisofs (wasn't installed anyway)
- minor corrections to pkg/COMMENT and pkg/DESCR
- nuke pkg/INSTALL
1999-12-06 00:11:18 +00:00
Jean-Marc Zucconi
8a7c8dcf9a Correct update to use Tcl/Tk version 8.2 1999-12-05 16:10:59 +00:00
Chris Piazza
12b02b901d Update to version 1.10
PR:		15220
Submitted by:	maintainer
1999-12-04 23:28:44 +00:00
Chris Piazza
62b4490d30 Update MASTER_SITES
PR:		15232
Submitted by:	maintainer
1999-12-04 23:24:30 +00:00
Steve Price
4275cb17e6 New location on MASTER_SITE.
PR:		15238, 15248
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-04 19:08:13 +00:00
David E. O'Brien
c2bfed549d Upgrade to the 4.47 version.
* Added some more dev_t hacks for Alpha FreeBSD 4.0.
* Added support for IPv6 on BSD 4.x.  The support hasn't yet been tested,
  just compiled.

Submitted by:	Vic Abell <abe@purdue.edu>
1999-11-30 06:05:51 +00:00
Steve Price
58cd15ee7b Update to use Tcl/Tk version 8.2. 1999-11-29 03:49:06 +00:00
Steve Price
bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00
Steve Price
3b453add5e The pkg_version port is now part of the base system so keeping an entry
in this Makefile only causes grief.
1999-11-27 17:00:05 +00:00
Justin M. Seger
75550d0920 Switch to tcl/tk 8.2
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-25 18:00:30 +00:00
Wes Peters
fe7eec7381 Update to 0.4: fixed a stupid buglet in some diagnostic code, and
added a little more verbosity for entertainment value.  More to come
as this gets a little more tested.
1999-11-24 01:20:30 +00:00