Commit graph

1467 commits

Author SHA1 Message Date
David E. O'Brien
72293a0b34 Update to 4.55.1.
This version recognizes 4.3FreeBSD so the benign warning isn't given.
2001-04-30 16:21:00 +00:00
Akinori MUSHA
a411428b81 Add pdumpfs, a daily backup system similar to Plan9's dumpfs. 2001-04-30 11:06:34 +00:00
Peter Wemm
ef240b2e69 Add a port for paicc (paint changed characters). This is an incredibly
useful tool as it allows you to have arbitary command lines refreshed in
a top-like fashion.  eg: paicc -c 'date; uptime; vmstat -i'
2001-04-28 23:42:14 +00:00
Josef Karthauser
3556489659 Stat::lsMode generates mode and permission strings that look like
the ones generated by the Unix ls -l command.  For example, a
regular file that is readable by everyone and writable only by its
owner has the mode string -rw-r--r--.  Stat::lsMode will either
examine the file and produce the right mode string for you, or you
can pass it the mode that you get back from Perl's stat call.

PR:	ports/26847
2001-04-28 14:21:40 +00:00
Jimmy Olgeni
2dc6788a1f Fix a bug that prevented updates to be installed.
The line:

  for webmin_module in "${WEBMIN_MODULES}"

must be rewritten as:

  for webmin_module in ${WEBMIN_MODULES}

else the port will not unpack the update tarball.

This is a very stupid bug by me. Pass the pointy hat :-(

PORTREVISION bump: people using the WITH_UPDATES option should upgrade to
this version of the port. People who do not use WITH_UPDATES and run the
stock webmin release, or update it by hand, are unaffected by this patch.
2001-04-28 13:34:35 +00:00
Maxim Sobolev
982cb0b9ca Update to 0.1.1.
PR:		26906
Submitted by:	Soren Boll Overgaard <root@treebeard.tolkien.dk>
2001-04-28 07:09:11 +00:00
Daniel Harris
c073814b7f Fix stupid mistake. It really did work here... 2001-04-28 01:42:22 +00:00
Daniel Harris
f0d20428a9 Fix stupid mistake. I swear it worked here. 2001-04-28 01:40:26 +00:00
Matthew Hunt
04682670ea Correct fennerage by chasing new MASTER_SITE. Since the new path
includes "obsolete" we probably shouldn't expect many upgrades to this
program...
2001-04-27 10:23:49 +00:00
Jimmy Olgeni
abfd7cde86 Fix typo in pkg-descr: instaled -> installed 2001-04-27 10:23:46 +00:00
Jimmy Olgeni
ff9fbae35a Update modules: apache, squid, useradmin.
From the webmin updates page:

* Apache Webserver: if Webmin is used in non-english language mode,
  "<Directory>" sections created using this module may be wrongly written
  out as something like "<Directorio>".

* Squid Proxy Server: the cache_dir directive is not properly supported in
  squid 2.4.

* Users and Groups: passwords for users created or modified from a batch
  file are not set correctly.

(see also http://www.webmin.com/webmin/updates.html)

While I'm here, check if a webmin configuration directory already exists at
install time (post-install target): in this case, automatically run the webmin
setup script (it will insert the proper Perl paths in the webmin scripts).

Users who have multiple or different configuration directories will have to
run the script manually, as before.

PORTREVISION bump to advertise the new changes.
2001-04-26 11:45:24 +00:00
SADA Kenji
085587f830 Notate more detailed functionarity of this script.
Approved by:	maintainer
2001-04-24 17:16:47 +00:00
Kevin Lo
da33e580ee Upgrade to version 1.1.2
PR: 26745
Submitted by: MAINTAINER
2001-04-24 13:20:02 +00:00
SADA Kenji
f401541c9b - minor update of the script.
- import script file into port skeleton.
- change maintainer's mail address.

PR:		ports/26762
Submitted by:	maintainer
2001-04-23 17:27:50 +00:00
Bill Fenner
d8187fd02f Stick distfiles in my local_distfiles, since maintainer is having trouble
with his servers.
2001-04-22 16:55:23 +00:00
Jimmy Olgeni
e5f938b82d Update port to version 1.4.11 (needs devel/libol 0.2.21)
PR:		26706
Submitted by:	Vince Valenti <vince@blue-box.net>
2001-04-20 15:54:37 +00:00
Munechika SUMIKAWA
cf8a7ba193 Make buildable on FreeBSD-current. 2001-04-20 14:31:42 +00:00
Shigeyuki Fukushima
d57d9f68e7 Fix fatal error when printing error message(using device message).
Submitted by:	Kenneth Ingham <ingham@i-pi.com>
2001-04-20 13:14:16 +00:00
Maxim Sobolev
cfb4b33100 Add wmcpuload 0.0.3a, an "lcd" dockapp for windowmaker, which
displays the current cpuload.

PR:		26687
Submitted by:	Soeren Boll Overgaard <boll@tolkien.dk>
2001-04-19 08:40:47 +00:00
Daniel Harris
14c317729b Fix this port on -current. 2001-04-19 02:18:38 +00:00
Daniel Harris
9558a9d8ba Fix this port for -current. 2001-04-19 01:41:27 +00:00
Akinori MUSHA
1070496ff8 Update to 1.23.
- Add BSD-style license notice.
- Show the revision on help (-h).
- Do distclean before each fetch if -c is specified with -F.
2001-04-18 19:52:11 +00:00
Maxim Sobolev
d9bacbd1d2 Update to 0.8.0. 2001-04-18 19:15:32 +00:00
Akinori MUSHA
3be9dc4719 Update to 1.20.
2001-04-18 03:36  knu

	* misc/zsh/_portupgrade: Add -F.

2001-04-18 03:35  knu

	* portupgrade: Add -F/--fetch option to make dial-up users happy.

	Submitted by:	Jimmy Olgeni <olgeni@uli.it>
			(He suggested -e, but I prefered -F)

	Show what version a package is upgraded to to help a user decide
	whether to upgrade or not.

	Submitted by:	Timothy Smith <tim@mysql.com>

Resurrect portversion for what it's worth as a reference code.  The
problems that kept it from working has been addressed and will
hopefully be fixed soon. :)
2001-04-17 18:51:48 +00:00
Will Andrews
921ae36307 Add bubblemon-dockapp 1.32, X eye candy for displaying CPU and
memory load in a dock.

PR:		26615
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-17 18:23:49 +00:00
Will Andrews
d78539adcc Add dim 1.0, a directory lister which sorts the file list in 2D.
PR:		26533
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-17 18:17:51 +00:00
Peter Pentchev
b1a6f82db2 Add proper PERL_VER support.
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-04-17 13:28:57 +00:00
Hajimu UMEMOTO
c43976b9b2 Update to 1.0.8. 2001-04-17 12:57:18 +00:00
Peter Pentchev
35bb2e211a Update to 1.3.
PR:		26419
Submitted by:	maintainer
2001-04-17 09:35:09 +00:00
Jim Mock
d3e7d1511b Turn this over to ports@FreeBSD.org. I'm no longer using the GNOME bits
needed to test this.
2001-04-16 17:25:32 +00:00
Wolfram Schneider
52bcb3880c Adds couple of missing files for the manck port.
Submitted by: steve
2001-04-16 15:37:13 +00:00
Ying-Chieh Liao
91c4184323 upgrade to 1.0.3 2001-04-16 05:57:37 +00:00
Kevin Lo
e18786ae0d Upgrade to version 1.8
PR: 26575
Submitted by: MAINTAINER
2001-04-15 15:31:31 +00:00
Steve Price
0468728c70 Mark this port as being only i386.
PR:		26588
Submitted by:	maintainer
2001-04-15 04:07:50 +00:00
Steve Price
d73ba718fa Remove empty directories on uninstall. 2001-04-14 22:31:52 +00:00
Jimmy Olgeni
528bd5316b Updated modules: bind8 and quota. Chase main tarball md5.
From the updates page:

* BIND DNS Server Reverse address records are not updated properly
if the reverse zone has a "." at the end of its name in named.conf.
Also, logging of some record additions is not done properly.

* Disk Quotas On systems using the latest Linux quotas package
(typically those with the 2.4 kernel), quotas cannot be edited or
enabled for the first time.

Submitted by:		fenner's email
2001-04-14 22:21:27 +00:00
David E. O'Brien
a0655feead * Build with compilers other than cc: egcs, ccc, ....
* Cosmetic:  Remove useless subshell.

Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-04-14 02:19:33 +00:00
Dmitry Sivachenko
7645c60ab3 Update to use bsd.kde.mk 2001-04-13 08:54:52 +00:00
Jimmy Olgeni
5450d6f198 Update module: net (0.85-1).
See also http://www.webmin.com/webmin/updates.html.

Updated modules now have a proper version number in the filename, and on
the software's updates page.
2001-04-11 15:27:59 +00:00
Maxim Sobolev
7ff2bad5f9 Fix typos.
Submitted by:	olgeni
2001-04-11 09:15:11 +00:00
Lars Koeller
f5c1a46665 Update to Version 3.1 this includes several bugfixes:
o Fix compiler -Wall warnings
 o Calc etime correct for multi CPU machines
 o Show disk stats for "ad" disk devices, too
 o Count number of network in/out packets correctly
 o Get free swapspace only every 10 time intervals to
   limit CPU usage.
2001-04-10 20:43:11 +00:00
Will Andrews
31dc0bd1fb Add filedupe 1.1, a utility for quickly finding duplicate files.
PR:		26483
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-10 19:51:45 +00:00
Akinori MUSHA
7d94ccfe39 Get rid of the mention of portversion in pkg-descr. 2001-04-10 16:57:53 +00:00
Akinori MUSHA
a736e4aa4e Say good-bye to portversion. Now we have new pkg_version(1) which
does handle versions correctly.

By the way, I'll have to find a workaround for the ruby's thread
vs. libc_r (stdio/malloc) problem exposed by portversion...  Hmm.
2001-04-10 16:56:42 +00:00
Maxim Sobolev
819d9532c6 Update to 0.7.1. 2001-04-10 08:32:34 +00:00
Dmitry Sivachenko
279a81dd85 Fix.
Obtained from:	bento via will@
2001-04-09 20:55:54 +00:00
Eric Melville
5354321435 Update to a newer version.
Approved by:	murray
2001-04-09 10:44:31 +00:00
Will Andrews
1f84276af5 Add cpuburn 1.3, CPU/memory stress testing utilities.
PR:		26270
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-07 06:05:55 +00:00
Will Andrews
db82fd31f2 Add crashme 2.4, a tool to test an operating system's robustness.
PR:		26268
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-07 06:03:49 +00:00
Maxim Sobolev
43dbf45af8 Add pyfind 0.7.0, a file-find utilty for Gnome loosely modeled after similar
Windoze utilty.
2001-04-05 09:37:44 +00:00