1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
Commit Graph

1035 Commits

Author SHA1 Message Date
Chris Piazza
f1aa330554 Add pkg_remove.
pkg_remove is a utility to cleanly uninstall packages.

PR:		16025
Submitted by:	NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
2000-01-14 20:03:43 +00:00
Satoshi Asami
c0d6fb18c9 Add nut. 2000-01-14 02:13:09 +00:00
David E. O'Brien
884d71483e Update lsof 4.47 to patchlevel C.
Submitted by:	Vic Abell <abe@purdue.edu>
2000-01-12 17:20:56 +00:00
David E. O'Brien
a49e8820c3 Update version 4.47 to patchlevel B. 2000-01-12 09:02:19 +00:00
Chris Piazza
cc15f979c2 Remove unneeded patches and add a new one 2000-01-12 05:59:49 +00:00
Chris Piazza
d0f75a3a78 Update to 0.4.2
PR:		16054
Submitted by:	maintainer
2000-01-12 05:57:54 +00:00
Chris Piazza
c3d735c03b Update to 0.9.4.
PR:		16053
Submitted by:	maintainer

Also add some patches to respect CC/CFLAGS and avoid a warning.
2000-01-12 04:29:57 +00:00
Boris Popov
e905d01c4c New port for 'nut' package. It supports wide variety of UPS hardware
(including Smart and Back UPS for APPC), has ability to shutdown
multiple hosts without additional hardware and provides CGI
scripts to monitor UPS status via WEB interface.
2000-01-11 11:55:48 +00:00
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
Chris Piazza
6201dd10fd Distribution file was updated.
PR:		15033
Submitted by:	maintainer
1999-11-22 02:56:36 +00:00
Chris Piazza
b1e3ecb7d3 Update to version 0.61 which fixes the problem reported in PR 15023.
PR:		15026
Submitted by:	maintainer
1999-11-21 19:59:24 +00:00
Wes Peters
282eadbe1b Activate obliterate. 1999-11-21 06:20:56 +00:00
Wes Peters
aaa1176520 Add port for obliterate command, which overwrites and then
deletes files rather forcefully.
1999-11-21 04:48:59 +00:00
Chris Piazza
981a64a055 Update to version 0.2
PR:		14934
Submitted by:	maintainer
1999-11-21 00:45:22 +00:00
David E. O'Brien
3bacd72b68 Upgrade to 1.7.3. 1999-11-17 08:54:56 +00:00
Chris Piazza
70124a02ec Update to version 0.60
PR:		14671
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-11-14 03:31:20 +00:00
Steve Price
6ea01a15e0 Activate the diskusage and healthd ports. 1999-11-14 03:29:15 +00:00
Steve Price
506713aad3 Initial import of healthd version 0.1.
A daemon to montior vital motherboard parameters.

PR:		14495
Submitted by:	James E. Housley <housley@thehousleys.net>
1999-11-14 03:28:56 +00:00
Steve Price
f0989f0a51 Initial import of diskusage version 1.00.
Shows the current user diskusage in kilobytes.

PR:		14852
Submitted by:	Douglas A. Maske <maske@intsyst.com>
1999-11-14 03:25:26 +00:00
Steve Price
183d16ca6e Update to version 0.9.8.
PR:		14723
Submitted by:	maintainer
1999-11-14 02:37:05 +00:00
Steve Price
5d8426d728 New MASTER_SITE.
PR:		14704
Submitted by:	maintainer
1999-11-14 02:13:24 +00:00
Jim Mock
10cf6cde5a Update to version 1.3.
PR:		14794
Submitted by:	maintainer
1999-11-12 20:38:41 +00:00
David E. O'Brien
329cba8437 Update to version 1.7.2. 1999-11-09 18:35:33 +00:00
Dirk Froemberg
c5e4e82815 Upgrade to 1.8a31. 1999-11-09 11:41:50 +00:00
Andreas Klemm
f20717243f As requested by Christian Weisgerber 1999-11-08 20:40:11 +00:00
David E. O'Brien
02a2295f60 4.47 pre-release, tries to work around some of the name cache and i_dev
issues in 4.0-CURRENT.
1999-11-05 22:55:44 +00:00
Satoshi Asami
776120beb4 Add uwatch.
Forgotten by:	jim
1999-11-04 09:02:27 +00:00
Bill Fumerola
cad1cd9da2 remove mergemaster 1999-11-03 20:34:59 +00:00
Jim Mock
a8bc914871 Import of uwatch.
Uwatch gives notifications when all, or selected users login and
logout of the system.  It can also give the time, port, and calling
host of the login.

PR:		14687
Submitted by:	James Howard <howardjp@wam.umd.edu>
1999-11-03 20:32:54 +00:00
Jim Mock
176ecdf2ea Activate wmfire 1999-11-03 20:13:19 +00:00
Jim Mock
30ded08ac5 Change category from misc -> sysutils 1999-11-03 20:12:26 +00:00
Jim Mock
a8d3a3aa27 Reimport of wmfire. No repo copy needed since there was no history
to preserve.
1999-11-03 20:11:03 +00:00
Jim Mock
28145a837a Activate ipsc 1999-11-03 00:59:39 +00:00
Jim Mock
bfcfc8596b Import of ipsc.
IPSC is short for IP Subnet Calculator.  It is a tool that allows
network administrators to make calculations that will assist in
subnetting a network.  It also has a number of other useful functions.

PR:		14638
Submitted by:	Jeremy Shaffner <jeremy@external.org>
1999-11-03 00:58:26 +00:00
Jim Mock
77a0220bc7 Activate prips 1999-11-02 23:27:12 +00:00
Jim Mock
779bee6913 Import of prips.
prips is a tool that can be used to print all of the IP address on a
given range.  It can enhance the usability of tools that are made to
work on only one host at a time (e.g. whois).

PR:		14637
Submitted by:	Jeremy Shaffner <jeremy@external.org>
1999-11-02 23:25:52 +00:00
Steve Price
f4a90d7bbe Activate the gpart and guitar ports. Re-order the glload port. 1999-11-01 03:10:57 +00:00
Steve Price
9d286945bf Initial import of guiTAR version 0.1.4.
A gtk+/GNOME frontend to tar, gzip, bzip2, slp, rar, lha, arj, and zip.

PR:		13136
Submitted by:	Dominik Brettnacher <domi@saargate.de>
1999-11-01 03:09:23 +00:00
Steve Price
58f653e959 Initial import of gpart version 0.1e.
A program for recovering lost partition table and file systems.

PR:		14032
Submitted by:	Andrew Stevenson <andrew@ugh.net.au>
1999-11-01 03:05:54 +00:00
Steve Price
40afbb8a71 Update to version 1.1.3.
PR:		14550
Submitted by:	maintainer
1999-11-01 02:04:33 +00:00
Matthew Dillon
f62f278bea Activate cpdup port 1999-10-31 16:31:25 +00:00
Matthew Dillon
ec37f71ab7 Initial port for cpdup 1999-10-31 16:27:20 +00:00
Justin M. Seger
39ed2d217f upgrade to cfengine-1.5.3 1999-10-29 04:02:04 +00:00
David E. O'Brien
3957a59a10 Upgrade to 4.46. 1999-10-28 16:36:49 +00:00
Michael Haro
577681f081 update mastersite
PR:		14364
Submitted by:	Mike Meyer mwm@phone.net
1999-10-27 09:32:24 +00:00
Satoshi Asami
7ca6416314 Change to follow gtkmm shlib version bump.
Found by:	bento
1999-10-25 07:37:06 +00:00
Chris Piazza
556b4a06e9 Distfile was updated on MASTER_SITE
Submitted by:	maintainer
1999-10-21 18:53:10 +00:00
Chris Piazza
01ad31939e Update to version 0.55
PR:		14416
Submitted by:	maintainer
1999-10-21 06:35:54 +00:00
Chris Piazza
e7ce5a642b Update to version 0.55
PR:		14414
Submitted by:	maintainer
1999-10-21 06:34:46 +00:00
Chris Piazza
cc3404401c Update to versio 0.9.7
PR:		14429
Submitted by:	maintainer
1999-10-21 06:25:57 +00:00
Chris Piazza
00681ee6f1 Update to version 1.2
PR:		14367
Submitted by:	maintainer
1999-10-21 06:04:17 +00:00
Chris Piazza
8e9241f9cf Update to verison 1.2 (no longer FORBIDDEN on 3.x)
PR:		14385
Submitted by:	maintainer
1999-10-21 05:59:42 +00:00
Chris Piazza
1aef35c8ff Activate lavaps 1999-10-21 05:38:30 +00:00
Chris Piazza
23661182f3 lavaps -- a lava lamp of currently running processes
Instead of presenting lots of specific info on running processes
in digital form, lavaps tries to present certain important information
in graphical analog form. The idea is that you can run it in the background
and get a rough idea of what's happening to your system without devoting
much concentration to the task.

Kudos to the author for providing a mostly-complete freebsd
port for his software!

Submitted by:	John Heidemann <johnh@isi.edu>
1999-10-21 05:36:34 +00:00
Satoshi Taoka
00cea67ac4 Added wmbattery 1999-10-21 04:33:01 +00:00
Satoshi Taoka
b18993731f WindowMaker dockapp that displays info about your battery.
Submitted by:	Will Andrews <andrews@technologist.com>
PR:		13809
1999-10-21 04:29:02 +00:00
Dirk Froemberg
65a7d1960d Use mkisofs supplied with cdrecord.
Now the mkisofs port is a copy of the cdrecord port with some modifications.
1999-10-19 15:10:38 +00:00
Dirk Froemberg
07cddebe69 Upgrade to 1.8a30. 1999-10-19 12:39:14 +00:00
Yukihiro Nakai
83fd0acde4 PR: ports/14303
Submitted by:Ade Lovett<ade@lovett.com>
Update to 1.0.5
1999-10-14 09:26:48 +00:00
Yukihiro Nakai
a0057620ee PR: ports/14303
Submitted by:Ade Lovett<ade@lovett.com>
Update to 1.0.51
1999-10-14 09:24:31 +00:00
Chris Piazza
37a3b79f9f Change BROKEN to FORBIDDEN; it builds on 3.x but doesn't run.
PR:		14251
Submitted by:	maintainer
1999-10-10 22:16:27 +00:00
Satoshi Asami
c4a726f2aa Change BROKEN to FORBIDDEN -- it will compile but won't run.
Approved by:	maintainer
1999-10-10 10:45:19 +00:00
Satoshi Asami
f1a7fa3916 wmhm requires xpm. 1999-10-10 10:08:25 +00:00
Chris Piazza
6b22df862c activate flexbackup 1999-10-07 04:23:10 +00:00
Chris Piazza
1b9c475a42 Flexbackup is a flexible "wrapper" around dump, cpio, afio, or tar which helps
automate doing tape backups (local or remote).

PR:		14108
Submitted by:	John Reynolds <jreynold@primenet.com>
1999-10-07 04:22:30 +00:00
Chris Piazza
871544c3be Activate asmon 1999-10-05 16:32:46 +00:00
Chris Piazza
5d2cf9e9fc The asmon tool is an AfterStep look-n-feel memory, swap, cpu, and load
average monitor for X Windows.  "Lights" indicate swap and vm paging.
Also displays system uptime or X memory usage.

PR:		14008
Submitted by:	jack@germanium.xtalwind.net
1999-10-05 16:30:00 +00:00
Chris Piazza
446ec5bdb0 Activate roottail 1999-10-05 16:26:25 +00:00
Chris Piazza
792f9f1be4 Simple utility to tail files/logs to a root X window.
Useful for keeping tabs on log files in X without having
an additional terminal window open.

PR:		14059
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-10-05 16:25:27 +00:00
Dan Moschuk
3fd7d1bce2 Apply small fix from PR ports/14090.
Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
1999-10-03 21:38:11 +00:00
Dan Moschuk
5554d0fe50 Updated port to 0.1.25
PR: ports/14025
Submitted by: Maintainer
1999-09-29 03:55:54 +00:00
Dan Moschuk
2869010da9 Updated wmlmmon to 0.52
PR: ports/14015
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
1999-09-28 19:31:44 +00:00
Dan Moschuk
6e1d7c70fc Updated lmmon to 0.52
PR: ports/14015
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
1999-09-28 19:24:43 +00:00
Chris Piazza
a1c5988a9f Remove the pre-fetch target 1999-09-27 17:39:58 +00:00
Chris Piazza
3a7181f813 Grr, damned xterm copy/paste linebreaks 1999-09-27 17:39:42 +00:00
Chris Piazza
c16e084bda Make a warning into a BROKEN for < 400000 and move it out of pre-fetch 1999-09-27 17:38:51 +00:00
Chris Piazza
b1cf715d58 Activate lmmon and wmlmmon 1999-09-27 17:20:16 +00:00
Chris Piazza
0d965d4823 wmlmmon v0.50
This program displays information gathered from LM78/79 chipsets
onboard many motherboards onto a [standard] WindowMaker dock app.
Displayed values include fan speeds, motherboard temperature,
and various voltages.

PR:		13939
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-09-27 17:20:05 +00:00
Chris Piazza
2255c2b139 lmmon v0.50
This program displays information gathered from LM78/79 chipsets
onboard many motherboard.  Displayed values include fan speeds,
motherboard temperature, and various voltages.

PR:		13938
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-09-27 17:18:48 +00:00
Steve Price
9e43de8556 Update to version 1.4.
PR:		13672
Submitted by:	maintainer
1999-09-27 02:15:53 +00:00
Steve Price
56ff3c354a Update to version 3.6.8.
PR:		13432, 13560
Submitted by:	Patrick Powell <papowell@astart.com>, maintainer
1999-09-27 01:50:06 +00:00
Dan Moschuk
7f56537ae7 Activate consolemh 1999-09-26 22:34:49 +00:00
Dan Moschuk
602c831759 Imported consolehm (version 1.0)
PR: 13985
Submitted by: mmuir@es.co.nz
1999-09-26 22:33:38 +00:00
Chris Piazza
96fa137004 Fix a typo (" -> ')
Submitted by:	maintainer
1999-09-26 20:37:25 +00:00
Dan Moschuk
433b112a73 Updated port.
PR: ports/13982
Submitted by: Maintainer
1999-09-26 19:14:11 +00:00
Chris Piazza
5e3553d877 update MASTER_SITES and mark BROKEN for non-current.
PR:		13943
Submitted by:	maintainer
1999-09-25 03:03:56 +00:00
Dirk Froemberg
48ad97f80c Add a link from cdda2wav to list_audio_tracks.
list_audio_tracks lists the sectors for a audio track and is used
by ${WRKSRC}/cdda2wav/cdda2mp3.

Submitted by:	TAOKA Satoshi <taoka@FreeBSD.org>
1999-09-24 20:39:27 +00:00
Chris Piazza
e6584524b4 Activate wmhm 1999-09-24 05:51:44 +00:00
Chris Piazza
f491a364e5 Import of wmhm.
wmhm uses the SMBus Driver for PIIX4 provided by Takanori Watanabe to gather
information from LM78/79 sensors to provide motherboard temperature, fan
speeds and a voltmeter in a nice looking WindowMaker dock app.

PR:		13922
Submitted by:	Mike Muir <mmuir@es.co.nz>
1999-09-24 05:34:24 +00:00
Chris Piazza
0aea472832 Update to version 0.1.23
PR:		13885
Submitted by:	maintainer
1999-09-24 04:59:53 +00:00
Dirk Froemberg
aed2a890f7 Respect ${CC} and ${CFLAGS}.
As a side effect the commands executed are echoed, now.
1999-09-22 15:01:04 +00:00
Dirk Froemberg
6c463f1aa6 Upgrade to 1.8a29.
From AN-1.8a29:
"removed a bug that caused an endless loop if a TEAC-CDR 50 /55
was present without a media.
This bug has been introduced when tryint to find a workaround
for a bug in the Ricoh 7040 firmware."
1999-09-20 10:34:41 +00:00
Steve Price
b4daa3c1d5 time(3) takes a time_t and not a long. 1999-09-20 01:56:39 +00:00
Steve Price
e81267d8c7 The second to arg to snprintf(3) is of type size_t. 1999-09-20 01:51:41 +00:00
Steve Price
f4971b755f ln(1) a set of rules so this build (at least) on FreeBSD/Alpha. 1999-09-20 00:36:16 +00:00
Wolfram Schneider
3b140688a9 Update master site. 1999-09-19 10:30:46 +00:00
Dirk Froemberg
30485f5e1c Make cdrecord build on alpha (at least).
It compiled fine on beast.freebsd.org. But I couldn't really test
it there. So some feedback from alpha people would be great.
1999-09-18 18:52:53 +00:00
Stefan Eßer
833e387518 Update to KDE-1.1.2 1999-09-18 09:02:12 +00:00
Steve Price
2169e434e8 The version number of libgif.so has changed to 5. 1999-09-18 03:12:11 +00:00
Dirk Froemberg
1b4030baf6 - upgrade to 1.8a28:
highlight from AN-1.8a28:

	"Now after more then half a year of testing,
	auinfo.c is included with this distribution.
	This allows to create bitwise correct audio copies:

	cdda2wav -B -v255
	cdrecord -v -dao -useinfo *.wav

	When using these commands, the cddb ID is copied,
	also the start time of the first track, all available
	ISRC ID's, the MCN, the size of all pregaps between
	all tracks and all indices if present."

- add more MASTER_SITES

- use MAKE_ENV instead of a custom do-build

- don't link /dev/rworm0.ctl to /dev/scgx in pkg/PLIST
  according to the docs it isn't even neccessary for non-CAM systems
1999-09-17 12:20:04 +00:00
Dirk Froemberg
f7d4e6e801 Change MAINTAINER from jmz@FreeBD.org to dirk@FreeBSD.org.
Thanks to Jean-Marc for maintaining cdrecord up to now.

OK'ed by:	Jean-Marc Zucconi <jmz@FreeBSD.org>
1999-09-17 11:37:50 +00:00
Donald Burr
cbe99c3c0b The checksums have changed on us... 1999-09-10 23:42:11 +00:00
Chris Piazza
5b19191f47 Fix build on -current.
PR:		13675
Submitted by:	Ying-Chieh Liao <ijliao@Terry.Dorm8.NCTU.edu.tw>
1999-09-10 03:56:36 +00:00
Bill Fenner
2dc1cca57c Reduce fuzz and offsets in patches. 1999-09-08 23:23:24 +00:00
Bill Fenner
245630cc15 Update to screen 3.9.5
PR:		ports/13641
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
1999-09-08 22:31:05 +00:00
Chris Piazza
f799bebdf4 Update to version 0.1.22
PR:		13643
Submitted by:	maintainer
1999-09-08 22:08:27 +00:00
Andrey A. Chernov
5ba51d0597 upgrade to 340 1999-09-08 16:32:10 +00:00
David E. O'Brien
244bef6ca3 portlint 1999-09-05 22:15:15 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
8100143543 $Id$ -> $FreeBSD$ 1999-08-31 02:00:46 +00:00
Chris Piazza
6440c072d2 Add an Xpm.4 LIB_DEPENDS.
Noticed by:	bento.freebsd.org
1999-08-29 21:47:00 +00:00
Tim Vanderhoek
847ae8f2b6 Remove preceeding pkgname from some of the comments having one. 1999-08-29 19:19:43 +00:00
Tim Vanderhoek
4f1d4da0af Caps, no period. 1999-08-29 17:49:24 +00:00
Chris Piazza
481f889a5f Move USE_NEWGCC and add -fpermissive to CFLAGS for the USE_NEWGCC case.
Submitted by:	futatuki@debug.gr.jp
1999-08-29 06:25:05 +00:00
Chris Piazza
84e3d1a348 USE_NEWGCC=yes
PR:		13435
Submitted by:	Yasuhito FUTATSUKI <futatuki@debug.gr.jp>
1999-08-29 04:45:19 +00:00
Michael Haro
3262cce303 expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
1999-08-28 02:42:41 +00:00
Michael Haro
8d6f14a9b2 sed -> ${SED} 1999-08-28 02:17:34 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
Michael Haro
b8f8618362 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
Chris Piazza
5a665241e9 Respect CFLAGS and CC
PR:		13380
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
1999-08-26 21:02:33 +00:00
Chris Piazza
9ae511c50e BROKEN= 'Sorry, asmem doesn't compile on 4.0+' 1999-08-26 01:16:31 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
David E. O'Brien
78ab65a396 Change Id->FreeBSD. 1999-08-25 04:36:31 +00:00
Satoshi Taoka
f1e6307606 Added wmapm 1999-08-25 01:38:42 +00:00
Satoshi Taoka
dc81a3850a Laptop battery status display for WindowMaker 1999-08-25 01:37:58 +00:00
Michael Haro
535add65ac grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Steve Price
2491d2d1ee Update to version 1.0.6.
PR:		12781 (17 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 04:03:26 +00:00
Chris Piazza
3bf267e69d Update to version 0.1.20.
PR:		13241
Submitted by:	maintainer
1999-08-21 20:29:53 +00:00
Bill Fenner
64f14efe92 Correct MAINTAINER's email address. 1999-08-21 18:48:02 +00:00
Bill Fenner
c294ac55c3 Update to version 1.3
PR:		ports/12796
Submitted by:	jack@germanium.xtalwind.net
1999-08-21 18:45:59 +00:00
Andreas Klemm
1d83480cbd update to new version 0.73 1999-08-18 23:52:22 +00:00
Chris Piazza
7d4f95646e Update to version 0.1.19
PR:		12971
Submitted by:	maintainer
1999-08-14 08:04:56 +00:00
Chris Piazza
ab2498ecfc Look for gtk--.h in ${X11BASE} not ${PREFIX}
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-08-13 22:37:38 +00:00
Chris Piazza
223bdd52f2 Remove a stray PLIST= that wasn't supposed to be there 1999-08-12 18:54:46 +00:00
Chris Piazza
f162ef270b Update to version 1.1.2
PR:		12642
Submitted by:	maintainer

Build xcdrdao if gtk-- is installed or XCDRDAO is set to yes.

PR:		12642
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-08-12 18:49:28 +00:00
Satoshi Taoka
3730283031 To remove old files from temporary directories.
PR:		12972
Submitted:	stanislav shalunov <shalunov@tuzik.lz.att.com>
1999-08-12 00:22:48 +00:00
Satoshi Taoka
36c79f9c94 Added stmpclean 1999-08-12 00:20:58 +00:00
Bill Fumerola
71fc96ddf5 make this patch relative to ${WRKSRC}, sorry.
Discovered By:	Jeremy Thiel <jthiel@chc-chimes.com>
1999-08-05 05:22:49 +00:00
Bill Fumerola
0871f78cf8 Numerous -Wall fixes. None of which were potentially breaking things,
however all of which were really annoying and missing a LOT of includes.

These changes were made in a way that would anger Bruce.
1999-08-04 22:02:18 +00:00
Bill Fumerola
f1753690ba Respect CFLAGS 1999-08-04 21:59:29 +00:00
David E. O'Brien
8c29a50b58 Upgrade to LSOF 4.45. 1999-07-31 17:22:26 +00:00
Chris Piazza
cd0e9d7f9b Fix for unfetchable distfile.
PR:		12760
Submitted by:	Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>, maintainer
1999-07-24 03:34:43 +00:00
Andreas Klemm
bd96be665b move it back to old place ${prefix}/bin. 1999-07-20 06:00:42 +00:00
Andreas Klemm
51c3869a15 link it statically...
changed installation path from ${PREFIX}/bin to ${PREFIX}/sbin

noticed, that ${PREFIX}/sbin is populated by dynamically linked
programs... Wasn't the intention of sbin directories, to include
statically linked programs ? Or is this degenerated, because it's
ports here and the only statically linked programs reside on
the root filesystem in /sbin ???
1999-07-19 20:36:41 +00:00
Andreas Klemm
fea4c871bc forgot to remove no package entirely 1999-07-19 20:21:45 +00:00
Andreas Klemm
cc31d0a208 Committ rest of changes, Steve already fixed ALPHA part
PR:		closes 11717
Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-07-19 20:21:15 +00:00
Andreas Klemm
73e4847829 Webmin doesn't need a webserver to run.
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
1999-07-15 16:03:37 +00:00
SADA Kenji
d6e7d4e602 Upgrade to 1.1.1 .
PR:		ports/12588
Submitted by:	maintainer
1999-07-10 19:36:42 +00:00
Andreas Klemm
2322388fc8 reflect name change of apache binary 1999-07-05 21:12:06 +00:00
Bill Fumerola
95c90fde1f Include audio as a virtual category, this port has an audio ripper too.
PR:		ports/12474
Submitted By:	Marc van Woerkom <van.woerkom@netcologne.de>
1999-07-01 14:26:07 +00:00
Chris Piazza
4d93155ba6 Update to version 0.1.18.
PR:		12454
Submitted by:	maintainer
1999-06-30 03:48:04 +00:00
Sheldon Hearn
10d709045e Fix tcplist for the version of lsof in the ports tree. It wasn't parsing
lsof's output correctly.

PR:	9191
Submitted by:	Andrew Stevenson <andrew@ugh.net.au>
1999-06-28 09:53:02 +00:00
Chris Piazza
b5b2fe1605 Fix the fix for -current (no longer use sys/rlist.h).
PR:		12425
Submitted by:	maintainer
1999-06-28 02:00:15 +00:00
Seiichirou Hiraoka
7b97059f3c PR: ports/12351
Submitted by:	nox@jelal.kn-bremen.de
a GTK+ frontend for mkisofs and cdrecord
1999-06-28 01:40:07 +00:00
Seiichirou Hiraoka
9a437bd920 Activate gcombust 1999-06-28 01:09:41 +00:00
Michael Haro
20bebc6fe9 Only depend on tcp_wrapper if it isn't in the base system. 1999-06-27 07:42:20 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
David E. O'Brien
0b6e2072b2 Upgrade to LSOF v4.44.
* Corrected output ordering of parent PID and process group ID when both
-R and -g are specified.

* Changed NODE-ADDR column title to NODE-ID in anticipation of using more
general identification information in the column.
1999-06-26 01:06:46 +00:00
Sheldon Hearn
fb42f6ed65 Update maintainer's e-mail address. 1999-06-21 11:07:15 +00:00
Chris Piazza
16ed8bd024 Upgrade asapm from 2.6 to 2.7.
PR:	12183
Submitted by:	maintainer
1999-06-19 18:48:27 +00:00
Satoshi Taoka
8cd552ab2a an AfterStep look-n-feel memory utilization monitor
PR:		12025
Submitted by:	jack@germanium.xtalwind.net
1999-06-14 20:00:37 +00:00
Satoshi Taoka
ba6d016de3 File-system monitor for the AfterStep window manager.
PR:		12024
Submitted by:	jack@germanium.xtalwind.net
1999-06-14 19:58:12 +00:00
Satoshi Taoka
291efc4f86 Added asfsm and asmem 1999-06-14 19:31:22 +00:00
Jun Kuriyama
ce44d21673 Fix to compile on -current (and others).
Change MAINTAINER to Stephen Kiernam <sk-ports@vegamuse.org>.

PR:			ports/11880
Submitted by:		Stephen Kiernam <sk-ports@vegamuse.org>
No response from:	old maintainer
1999-06-14 13:29:14 +00:00
Steve Price
aa5966c1ec Add the wminet port. 1999-06-11 00:06:20 +00:00
Steve Price
8e905f0730 Initial import of wminet version 2.0.2.
A WindowMaker dockable inetd monitor.
1999-06-11 00:05:46 +00:00
Steve Price
869a48c6bc Activate the sdd port. 1999-06-09 00:55:28 +00:00
Steve Price
079b2fc2f4 Initial import of sdd version 1.22.
A faster and improved version of dd.

PR:		11718
Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-06-09 00:51:12 +00:00
Steve Price
11b6581354 Update to version 4.9.0.
PR:		12086
Submitted by:	Chris Piaza <cpiazza@home.net>
1999-06-09 00:01:47 +00:00
Kris Kennaway
adca23aa2d Update my email address, I've been slack. 1999-06-07 12:03:44 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Andreas Klemm
0f8f3c8988 added NO_PACKAGE=ignores cflags
Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-06-05 15:31:30 +00:00
Andreas Klemm
3dcae28f40 Upgrade webmin from 0.71 to 0.72
Make webmin FreeBSD 4.0 aware.
1999-06-05 13:00:43 +00:00
Michael Haro
716c14f8ce Update to 1.8a22
PR: 11949
Submited by: Juergen Lock <nox@jelal.kn-bremen.de>
1999-05-31 06:22:12 +00:00
Steve Price
c707bf29ed Fix build for Alpha. 1999-05-31 05:08:14 +00:00
Steve Price
257a928899 Use new gnome libs and set USE_LIBTOOL=yes.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 04:02:08 +00:00
Steve Price
7e89bdf13c Update to version 1.0.2 and use new gnome ports.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 03:46:25 +00:00
Steve Price
da4789d3e8 Fix the swapmeter for -current.
PR:		11833
Submitted by:	Sheldon Hearn <sheldonh@uunet.co.za>
1999-05-29 04:41:04 +00:00
Steve Price
92103d6d5c Update to use gtk version 1.2.3.
PR:		11842
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:56:15 +00:00
Thomas Gellekum
25490e549c Forget about ${PREFIX}/include/giflib. 1999-05-27 07:32:49 +00:00
Dirk Froemberg
f6e946c63e Upgrade to 1.12b5.
Asked-for by:	Brian Handy <handy@lambic.physics.montana.edu>
1999-05-26 10:41:15 +00:00
David E. O'Brien
30c2a00ab8 Upgrade to 4.43. 1999-05-20 08:32:40 +00:00
Satoshi Asami
33c06253b3 Fix bogus CATEGORIES line.
Submitted by:	jkh
1999-05-12 10:38:07 +00:00
David E. O'Brien
450d670a07 Update to 1.8a21. 1999-05-11 02:29:31 +00:00
Seiichirou Hiraoka
0dc93ffdfb Network stats fixed, and turned on by default.
PR: ports/11620
 Tom Pavel <pavel@SLAC.Stanford.EDU>
1999-05-10 16:34:00 +00:00
Steve Price
2c83eb96cb Update to version 1.0.5.
PR:		11549
Submitted by:	Ade Lovett <ade@lovett.com>
1999-05-09 17:03:45 +00:00
Steve Price
e487214552 Update to version 1.6.
PR:		11585
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-05-09 16:17:44 +00:00
Jun Kuriyama
66a6c1f2a6 Modify include files to compile on 3.1-STABLE.
Found by:	bento
1999-05-08 01:43:47 +00:00
John-Mark Gurney
05b0377511 activate ffsrecov in the correct place.. 1999-05-05 20:27:03 +00:00
John-Mark Gurney
00cff9c1bc reimport my ffs recovery tool into sysutils, NOT sysutil, that's what I
get for using easy-import...

Pointed out by: asami
1999-05-05 20:21:59 +00:00
Jun Kuriyama
17c9f182d1 Fix for package building.
Found by:	bento
1999-05-05 03:16:44 +00:00
Steve Price
2c78917c6b LIB_DEPENDS on the new unified xview port. 1999-05-04 23:18:39 +00:00
Jean-Marc Zucconi
b2a4dc58a6 Fix for tcl/tk 8.0.4 1999-05-03 22:49:45 +00:00
Stefan Eßer
c6161bba71 Upgrade KDE to Release 1.1.1. 1999-05-03 22:29:39 +00:00
Michael Haro
44d50bf6f2 Add WWW: 1999-05-03 05:37:34 +00:00
Michael Haro
e9792ecbd0 Add more WWW: tags
I must really like taking on sick tasks.  First gtk, now this.
1999-05-03 04:21:58 +00:00
Tim Vanderhoek
6cfb5d6bb8 Wisten, to the SWwound, of a Whole new WOO
[CheeriWOs!]
Wisten, to the SWwound, of a Whole new WOO

[CheeriWOs!]

[ie. Add WWW:, and periodic misc legibalizificatings]
1999-05-02 21:31:59 +00:00
Jacques Vidrine
2d10790e7d * Install message files in ${PREFIX}/share/locale, not ${PREFIX}/lib/locale
* Fix PLIST.  It was over agressive when it came to removing directories.
1999-05-01 19:10:50 +00:00
Steve Price
f99480e725 Update to version 1.5.
PR:		11397
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-05-01 02:09:43 +00:00
Satoshi Taoka
22440769f8 Add cpbk 1999-04-30 09:30:50 +00:00
Satoshi Taoka
c67ce03bf0 Backup Copy programm.
PR:		11101
Submitted by:	Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
1999-04-30 09:30:39 +00:00
Jun-ichiro itojun Hagino
379942fdc7 s/freefall.freebsd.org/www.freebsd.org/ for safety. 1999-04-27 11:09:39 +00:00
Jun-ichiro itojun Hagino
caffa6b2e8 add http://freefall.freebsd.org/~itojun/distfiles/ as alternate place for
master distribution files (just to avoid fetch errors due to the transocean
link failures)
1999-04-25 08:14:57 +00:00
Justin M. Seger
d81d197c90 Upgrade to ascpu-1.4 1999-04-23 16:35:57 +00:00
Michael Haro
aa3374648f gtk11 -> gtk12 1999-04-22 07:57:18 +00:00
SADA Kenji
730184884f CDRDAO writes audio CD-Rs in disc-at-once (DAO) mode.
Submitted by:	Yasuhito FUTATSUKI <futatuki@fureai.or.jp>
Reviewed by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>,
		FUJISHIMA Satsuki <k5@respo.or.jp>
1999-04-21 13:51:11 +00:00
Steve Price
113be388dc Update to version 1.6.0.
PR:		10925
Submitted by:	maintainer
1999-04-19 04:15:33 +00:00
Andrey A. Chernov
ba0f8cda02 upgrade to 3.37 1999-04-15 19:23:23 +00:00
Michael Haro
a988aaf69e update manpage with proper ${PREFIX}
PR:		10413
Submitted by:	YAKUSHIJI Ryota te196319@cse.ec.kyushu-u.ac.jp
1999-04-14 00:24:27 +00:00
Andreas Klemm
71e780a6ad Forgotten in previous commit 1999-04-12 18:58:45 +00:00
Andreas Klemm
f62c054aba update to webmin-0.71
PR:		11068
1999-04-12 18:53:31 +00:00
Justin M. Seger
2ae4c6fbc9 Switch to working MASTER_SITES 1999-04-11 22:35:38 +00:00
Steve Price
466b1016aa DISTFILES moved on MASTER_SITE. 1999-04-08 18:08:39 +00:00
Justin M. Seger
0362ae50cb Upgrade to asapm-2.6
PR:		ports/10974
Submitted by:	handy@physics.montana.edu
1999-04-08 11:11:43 +00:00
Gary Jennejohn
81a8e2e2cd Add patch-af to use kvm_getswapinfo for -current.
I would have liked to pass this by the maintainer but "he's in the
army now" and inaccessible.

PR:		ports/10091
1999-04-07 19:23:33 +00:00
David E. O'Brien
59263f3209 Upgrade to 1.8a20
(all patches still apply)
1999-04-07 08:10:00 +00:00
Justin M. Seger
6d7516eb3a Upgrade to less-335
PR:		ports/10968
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-04-05 23:59:44 +00:00
Justin M. Seger
9b8acfb3fd Upgrade to ucspi-tcp 0.84
Submitted by:	Tom Hukins <tom@eborcom.com>
PR:		ports/9604
1999-04-04 17:54:52 +00:00
Jean-Marc Zucconi
aa946036a5 Documentation update.
Submitted by:	Khetan Gajjar <khetan@chain.freebsd.os.org.za>
1999-04-03 11:06:33 +00:00
Dirk Froemberg
154e21b763 Remove mkisofs112. 1999-03-31 11:24:40 +00:00
Dirk Froemberg
2a5081cf28 Upgrade to 1.12b4.
This version has support for Joliet filesystems.

Although this is labeled as "beta" it has proven enough stability
as mkisofs112 in the ports tree. mkisofs112 is going to be deleted now.
1999-03-31 11:17:09 +00:00
David E. O'Brien
7c877df5c4 Get it even more right. 1999-03-30 21:51:42 +00:00
David E. O'Brien
6df5bb5905 Get PKGNAME right. 1999-03-30 21:51:09 +00:00
David E. O'Brien
44a12ae403 Update to 4.42. 1999-03-30 21:50:20 +00:00
Satoshi Asami
9ae91f2b6d portlint 1999-03-27 22:18:05 +00:00
Vanilla I. Shu
3dede06e78 Fix the MASTER_SITE_SUBDIR. 1999-03-27 10:35:57 +00:00
Jean-Marc Zucconi
56b2073a25 Fix the path for cdda2wav.1.
Remove the (now useless) link to /dev/rworm0.ctl.

Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-03-24 20:54:01 +00:00
Jean-Marc Zucconi
130ea58aa2 Upgrade to version 1.8a.
Submitted by:	Khetan Gajjar <khetan@link.freebsd.os.org.za>
1999-03-23 23:29:01 +00:00
Jacques Vidrine
530bf3aef7 * Update 1.0.1 -> 1.0.2
* One file modified per patch in ${PATCHDIR}
1999-03-15 02:05:55 +00:00
Steve Price
8c3d7c77c2 Update to version 1.99.
PR:		10289
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-03-15 01:37:10 +00:00
Bill Fumerola
2c056b39cc Original PR upgraded to 1.7.0, 1.7.1 was released, so I upgraded it one step
further. patch-ac had to be modified because of some line differences in the
configure script, but it is functionally the same.

MAINTAINERship of this port changed, with the approval of both the former
and new MAINTAINER.

I also added MASTER_SITE_SUNSITE and removed the former maintainer's personal
distsite.

PR:		ports/10260
Submitted by:	sheldonh (new maintainer)
1999-03-14 18:12:26 +00:00
David E. O'Brien
48e49d322d upgrade to 4.41.1 which fixes compile problem under -CURRENT 1999-03-09 13:08:48 +00:00
Jacques Vidrine
f4442a7aa7 Upgrade to GNOME 1.0. The following are the details:
ports/audio/esound			0.2.7    ->  0.2.8	PR ports/10422
 ports/audio/gnomeaudio			0.99.8   ->  1.0.0	PR ports/10426
 ports/audio/libaudiofile		0.1.5    ->  0.1.6	PR ports/10421
 ports/deskutils/gnomepim		0.99.8.1 ->  1.0.1	PR ports/10435
 ports/devel/ORBit			0.3.98   ->  0.4.0	PR ports/10423
 ports/devel/gettext			shared libs now		PR ports/10293
 ports/devel/glib12			1.1.16   ->  1.2.0	PR ports/10419
 ports/devel/libgtop			0.99.8   ->  1.0.1	PR ports/10430
 ports/games/gnomegames			0.99.8   ->  1.0.1	PR ports/10436
 ports/graphics/electriceyes		distfile moved		PR ports/10437
 ports/graphics/imlib			1.9.3    ->  1.9.4	PR ports/10424
 ports/lang/gnomeobjc			0.99.3   ->  1.0.1	PR ports/10441
 ports/math/gnumeric			0.6      ->  0.15	PR ports/10439
 ports/misc/gnomeutils			0.99.5   ->  1.0.1	PR ports/10442
 ports/sysutils/gnomeadmin		0.99.1   ->  1.0.1	PR ports/10445
 ports/sysutils/gnomecontrolcenter	0.99.3.1 ->  1.0.1	PR ports/10446
 ports/sysutils/gtop			0.99.2   ->  1.0.1	PR ports/10477
 ports/textproc/libxml			0.99.8   ->  1.0.0	PR ports/10438
 ports/www/libghttp			distfile moved		PR ports/10429
 ports/x11/gnome			0.99.3   ->  1.0.0	PR ports/10450
 ports/x11/gnomecore			0.99.8.1 ->  1.0.1	PR ports/10432
 ports/x11/gnomelibs			0.99.8.1 ->  1.0.1	PR ports/10425
 ports/x11-fm/gnomemc			4.5.10   ->  4.5.23	PR ports/10448
 ports/x11-toolkits/gtk-engines		0.1      ->  0.5	PR ports/10427
 ports/x11-toolkits/gtk12		1.1.6    ->  1.2.0	PR ports/10420

Note that repository copies were made before this commit, as follows:

 ports/devel/glib11-devel       -> ports/devel/glib12
 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12

Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-03-09 01:13:40 +00:00
Gary Jennejohn
c81c40c7b4 Change the get_nfsstat routine to use sysctlbyname for -current, i.e.
__FreeBSD_version >= 400001. Thanks to Doug Rabson for the idea.

Reviewed by:	Lars Koeller, the maintainer
1999-03-03 21:55:24 +00:00
Shigeyuki Fukushima
1f2aad2de5 Changed my e-mail address. 1999-03-02 10:12:10 +00:00
Shigeyuki Fukushima
a3e290df88 MAINTAINER changed, because I was a committer. 1999-03-01 09:38:29 +00:00
Satoshi Asami
a547df0ed0 Add mkisofs112. 1999-02-28 21:49:09 +00:00
Satoshi Asami
3d45976da3 Portlint. 1999-02-28 21:48:09 +00:00
Jun Kuriyama
22007c3c25 Add windowmaker and afterstep virtual category. 1999-02-28 15:24:16 +00:00
Jun Kuriyama
7a0289c4f5 Activate wmmount. 1999-02-28 11:18:20 +00:00
Jun Kuriyama
baf061d994 The freespace for Window Maker.
PR:		ports/9314
Submitted by:	Osokin Sergey aka oZZ <ozz@freebsd.org.ru>
1999-02-28 11:17:14 +00:00
David E. O'Brien
732390dac1 MASTER_SITE_SUBDIR was broken. My choices in fixing were either go with
GZIP or BZIP2 distfiles.  I went with BZIP2.
1999-02-28 06:06:25 +00:00
David E. O'Brien
254a0b2b0f MASTER_SITE_SUBDIR changed. I had to pick between GZ or BZIP2 -- I went
with BZIP2.
1999-02-28 05:56:15 +00:00
Bill Fumerola
fdc680e681 Welcome ascpu, graphically see how much CPU your machine is using. 1999-02-28 04:32:35 +00:00
Bill Fumerola
ef0847710a This is an Afterstep look & feel CPU statistics monitor tool.
http://bewoner.dma.be/Albert/afterstep/

PR:		ports/10144
Submitted By:	Dima Sivachenko <dima@Chg.RU>
1999-02-28 04:30:59 +00:00
David E. O'Brien
280905ed74 Upgrade to 4.41. 1999-02-28 03:37:19 +00:00
David E. O'Brien
fa4dfcfedc BROKEN= "kvm_nlist: Symbol '_swaplist' not found" for 4-CURRENT. 1999-02-25 10:40:42 +00:00
Dirk Froemberg
c613991178 Save this port from rotting: overtake maintainership. 1999-02-23 16:18:44 +00:00