Commit Graph

1752 Commits

Author SHA1 Message Date
Ying-Chieh Liao
20a9ea21d0 upgrade to 1.0.6
change master site & WWW
2001-06-12 06:55:10 +00:00
Brian Somers
4ea5ea75c1 Remove -O and -Wall from CFLAGS and use whatever's already there
Suggested by: will
2001-06-11 07:31:18 +00:00
Brian Somers
4a166800d8 Fix some option-parsing bugs (missing breaks)
Change sprintf -> snprintf
Change -O2 -> -O
2001-06-10 22:04:44 +00:00
Akinori MUSHA
aa878d3f24 Oops, wrong checksum. 2001-06-10 21:06:39 +00:00
Akinori MUSHA
da51098583 Update to 20010611, with many changes and enhancements.
Beware of bugs, just in case. ;)

portupgrade:
  - Sort packages by default and remove -s/--sort.
  - Rename -y/--yield/-Y/--yield-command to -s/--sudo/-S/--sudo-command.
  - Implement -a/--all.
  - Implement -x/--exclude=GLOB.
  - Exit on OptionParser::ParseError immediately.
  - Do not call "make fetch-recursive" but just "make fetch", now that
    portupgrade does recursion itself.
  - In fetch mode, specify -DPACKAGE_BUILDING for ports that define
    IS_INTERACTIVE. [Submitted by: Jimmy Olgeni <olgeni@uli.it>]]

portversion:
  - Exit on OptionParser::ParseError immediately.

portsdb:
  - New tool: which updates INDEX and INDEX.db in the ports directory.

pkgdepfix:
  - Implement origin fixer with intelligent guessing, finally!
    (-o/--fix-origin)
  - Make pkgdep guessing more intelligent.
2001-06-10 20:57:39 +00:00
Akinori MUSHA
05fdb110d3 Do not record @srcdir.
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2001-06-10 20:44:42 +00:00
David W. Chapman Jr.
3022bf4466 Add new port, Slay, a utility that kills a persons shell, as well as any process belonging to that user.
PR:		27704
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
Reviewed by:	keichii
2001-06-10 17:45:26 +00:00
Mario Sergio Fujikawa Ferreira
96184d3b55 - Update port to version 0.84
- Add windowmaker as secondary category
- Add NOPORTDOCS support to Makefile and PLIST
- Update WWW tag inside DESCR

Submitted by:	Patrick Li <pat@databits.net>
Approved by:	maintainer (timeout after 2 weeks)
2001-06-09 19:39:02 +00:00
Jimmy Olgeni
65af172a79 Chase distfile checksum. A diff with the previous release shows that only
some German related message files have been changed.

Noticed by:	Mars G Miro <mars@cannoncreek.com>
2001-06-09 11:47:52 +00:00
Akinori MUSHA
c2e939e56c Clarify that portupgrade can do upgrade by means of both the port and
the package.
2001-06-09 05:50:11 +00:00
Akinori MUSHA
b718988ce7 Change pkg_tarup to ${LOCALBASE}/sbin/pkg_tarup in RUN_DEPENDS.
Found by:	bento
2001-06-09 01:48:47 +00:00
Peter Pentchev
ed218409bd timelimit executes a command and terminates the spawned process
after a given time with a given signal.  A 'warning' signal
is sent first, then, after a timeout, a 'kill' signal, similar
to the way init(8) operates on shutdown.

WWW:		http://ringwraith.online.bg/devel/sys/timelimit/
Author:		Peter Pentchev <roam@orbitel.bg>
2001-06-08 23:07:13 +00:00
Mark Pulford
3246a363a8 Updated MAINTAINER to my new committer email address
Reviewed by:	will
2001-06-08 05:36:46 +00:00
James E. Housley
4ec1a59c35 Updates the msyslog port to the latest version: 1.04d
PR:		27856
Submitted by:	Anders Nordby <anders@fix.no>
2001-06-07 11:12:51 +00:00
Peter Pentchev
6403f1a2ba Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net
PR:		27923
Submitted by:	maintainer
Reviewed by:	awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
2001-06-07 07:46:06 +00:00
Munechika SUMIKAWA
449dee5c9d URL was changed. 2001-06-07 06:06:16 +00:00
Akinori MUSHA
322fde13d1 Update to 20010607b.
portupgrade:
  - Change the meaning of -P/--use-packages.  If specified once, it
    uses packages whenever available or uses ports.  If specified
    twice, it never try to use ports but only uses packages.

  - The package directory is now specified via the environment
    variable, by PKGREPOSITORY and PKGREPOSITORYSUBDIR.

Print the usages to stdout instead of stderr.
2001-06-07 03:17:47 +00:00
Akinori MUSHA
ea9d950857 Update to 20010607.
portupgrade:
  - Implement -P/--use-packages, which everyone bugged me with. :>

pkgdepfix:
  - Add "delete" to the choices as to how to deal with a stale
    dependency.
  - Alter the prompt message.
  - Add zsh compdef.
2001-06-06 20:05:57 +00:00
Jimmy Olgeni
bb1e1d09c6 Update port to version 0.86, add better handling of BATCH in "make install"
and pkg_add, don't let setup.sh start the service. The setup script is now
automatically called when not installing in batch mode.

Also, "borrow" better pkg-plist implementation from the vim5 port: it
allows to have @execs at the end of pkg-plist (thanks to O'Brien :-))
2001-06-06 11:48:57 +00:00
Akinori MUSHA
d10d546f44 Update to 20010606b.
pkgdepfix:
  - Implement automatic guessing.
  - Add yes-to-all to the choices of yes/no prompt.
  - Do "stty sane" on interrupt.

portupgrade:
  - Backing up +REQUIRED_BY must have been done before pkg_delete.
    [Submitted by: SASAKI Katuhiro <sahiro@vanilla.freemail.ne.jp>]

Because of the portupgrade bug, portupgrade -u would have broken some
of your +REQUIRED_BY files.  Please fix them up with pkgdepfix.
2001-06-06 08:33:16 +00:00
Akinori MUSHA
3f909a39ff From now on I use release dates for this port's version numbers, and
this is version 20010606.

A new tool pkgdepfix is added.  It allows you to interactively fix
/var/db/pkg's @pkgdep / +REQUIRED_BY discrepancies.  Run this
periodically to let portupgrade properly trace dependencies.
2001-06-05 17:33:21 +00:00
Jimmy Olgeni
9875204ad6 Cosmetic only: make some layout fixes, make some commands silent. 2001-06-05 14:06:56 +00:00
Kevin Lo
7266ee393a Update to version 1.17
PR: 27871
Submitted by: MAINTAINER
2001-06-05 12:47:32 +00:00
Ruslan Ermilov
bdc8739080 mdoc(7) police: minor markup cleanup. 2001-06-04 13:21:46 +00:00
Doug Barton
c9191e35ba Beautify a little with an @, and correct the sed for PREFIX
to not include the trailing slash.
2001-06-04 02:34:08 +00:00
Poul-Henning Kamp
81e7224513 Add diskcheck-daemon.
With a small disk being 20GB these days, chances are pretty good that
an ailing sector will not be read while still being recoverable by
the drive.

Diskcheck daemon will read disks in the background at a low rate and
that way give the diskdrive a chance to detect and correct soft read
errors before they become hard errors.

Idea by:	phk
Written by:     ben
2001-06-03 20:02:03 +00:00
Akinori MUSHA
551a15f1e3 Update portupgrade to 1.42.
I think I have finally fixed the problem some people have seen that it
deletes a package registry in some cases!  At the same time, -m and -p
now works properly again.

Those problems were all due to Shellwords::shellwords' destroying its
given string.  Thanks to Tadayuki OKADA <tadayuki@mediaone.net> for
sending me a report that made me realize what the problem was.
2001-06-02 13:21:58 +00:00
Mario Sergio Fujikawa Ferreira
0d0a5e9461 - Install additional 3d objects
- Be verbose during installation
- Add PKGMESSAGE with run instructions

Submitted by:	maintainer
2001-06-02 04:12:13 +00:00
Akinori MUSHA
e9a5e89b99 De-typo (s/priviledge/privilege/g) with no PORTREVISION bump. 2001-06-01 15:17:01 +00:00
Akinori MUSHA
4fea95ebd9 Update portupgrade to 1.40. A bug with pkgdep has been fixed.
I'd like to call this a stable release, and take a rest for a while
until the next stable release. ;)
2001-06-01 12:22:06 +00:00
Akinori MUSHA
435ce6fdea Update portupgrade to 1.39.
* Fix file permissions and owners of replaced files.
* Stop raising a false alarm. (which was harmless, though..)
2001-06-01 11:28:38 +00:00
Akinori MUSHA
5ce67365d6 Update portupgrade to 1.36.
* No need to recurse @pkgdep search, really.
* Support the latest pkg_tarup.
* Backup +REQUIRED_BY a bit earlier, just in case.
* If it fails to copy the new +REQUIRED_BY to the package's dbdir,
  emit a message and save the file in TMPDIR.
2001-06-01 03:22:46 +00:00
Akinori MUSHA
26ed7e223c A package file can often be bigger than /tmp's capacity, so create
tarballs in TMPDIR if defined or /var/tmp when PKGREPOSITORY is not
defined.

Suggested by:	Jimmy Olgeni <olgeni@uli.it>
2001-06-01 03:08:43 +00:00
Akinori MUSHA
002a0185d3 Apply a hotfix against a critical bug that +CONTENTS are lost when you
do upgrade as root and TMPDIR and /var/db/pkg are on different
filesystems.
2001-05-31 15:18:00 +00:00
Jimmy Olgeni
80fb81f0c9 Update miniserv.pl: it could leave password information in the environment
of servers started by webmin.
2001-05-31 11:02:04 +00:00
Akinori MUSHA
caa8a3b243 Update to 1.34. Now it never tries to yield root priviledges
unless -y is specified.
2001-05-31 05:38:02 +00:00
Akinori MUSHA
a01e84a0c6 Update to 1.33. More operations need root priviledges. 2001-05-31 05:12:59 +00:00
Akinori MUSHA
bec4f9dede Update portupgrade to 1.31 and portversion to 1.7.
* Fix the Makefile/PKGNAME error detection.
  [Reported by:	Tadayuki OKADA <tadayuki@mediaone.net>]

* Implement -y/--yield which yields root priledges where needed.

* Implement -Y/--yield-command which specifies the command to yield
  root priledges. (default: sudo)
2001-05-31 03:32:59 +00:00
Maxim Sobolev
45fd345920 - Add windowmaker as a secondary category;
- install documentation.

PR:		27771
Submitted by:	maintainer
2001-05-30 19:34:49 +00:00
Akinori MUSHA
a47f237214 Update to portupgrade 1.29.
portupgrade:
	- Fix a bug that -s/--sort didn't work.  D'oh!
	- Make -u/--uninstall fail-safe.  It backs up old
	  installations with the help of pkg_tarup and restores on
	  installation failure.
        - Show option errors more gracefully.
        - Die on signals more gracefully.

portversion:
	- Show option errors more gracefully.
        - Die on signals more gracefully.
2001-05-30 07:00:21 +00:00
Mario Sergio Fujikawa Ferreira
4a31d9e168 New port: Window Maker dockapp that displays cpu load and a realtime
3d object

Submitted by:	Patrick Li <pat@databits.net>
2001-05-30 03:11:45 +00:00
Mario Sergio Fujikawa Ferreira
5cc2d360c5 - give maintainership to submitter
- update port to version 1.18
- add NOPORTDOCS support to PLIST
- be more minimalistic about patching, move some of the responsability
to CONFIGURE_ARGS

Submitted by:	Patrick Li <pat@databits.net>
2001-05-30 03:07:25 +00:00
Akinori MUSHA
459053e850 Update to 1.28 which fixes a bug when a package does not have @pkgdep
or +REQUIRED_BY.

Reported by: Jimmy Olgeni <olgeni@uli.it>

I'll debug harder next time.  Sorry for this. :(
2001-05-29 23:07:28 +00:00
Akinori MUSHA
a3b1fbaca7 Update to portupgrade 1.27.
Everything should now be fine while bug reports and thoughtful
suggestions are always welcome.
2001-05-29 22:21:34 +00:00
Akinori MUSHA
cbe50db5a9 Apply a hotfix to fix a couple of bugs/misfeatures. 2001-05-29 21:42:06 +00:00
Akinori MUSHA
5b36cf09a5 Update portupgrade to 1.26 and portversion to 1.4.
This is a milestone release for me.  Enjoy. :>

portupgrade changes:
  - Implement -s/--sort which sorts packages in the dependency order.
  - Implement -R/--upward-recursive, and get -r/--recursive working for
    upgrading as well. (Finally!)
  - Add -DBATCH to the make fetch' commandline to prevent ports from
    dumbly waiting for user input.

  Greatly inspired by: Jimmy Olgeni <olgeni@uli.it> (Thanks!!)

portversion changes:
  - Make command output optimal by using portupgrade's -s option.
  - Report possible ports' Makefile breakage.
2001-05-29 21:11:47 +00:00
Daniel Harris
0ed6d16f6e Add xin 1.0.0, splits standard input and pipes into a command.
PR:		27566
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-05-27 17:22:39 +00:00
Ying-Chieh Liao
58d856e60e upgrade to 1.1.5
PR:		27228
Submitted by:	maintainer
2001-05-27 12:48:45 +00:00
Ying-Chieh Liao
3373a1b524 add userlist
Prints a list of all usernames in /etc/passwd

PR:		27207
Submitted by:	Jamie Heckford <jamie@jamiesdomain.org.uk>
2001-05-25 19:59:17 +00:00
Ying-Chieh Liao
74ca402fb4 Fix port to build with XFree86 4
change maintainer

PR:		26730
Submitted by:	Anders Nordby <anders@fix.no> (new maintainer)
No response from:	old maintainer
2001-05-25 19:44:57 +00:00
Ying-Chieh Liao
6f98c77390 add maint
System maintenance package written in Python and CSH

PR:		27022
Submitted by:	Dale Weber <netman@dynaplex.net>
2001-05-25 19:09:53 +00:00
Mario Sergio Fujikawa Ferreira
69feeee703 1) Install leapsecs.dat (leapseconds support)
2) Add PKGMESSAGE with additional FreeBSD specific installation
   information
3) Install sample startup script
4) Bump PORTREVISION due to (1)

PR:		27617
Submitted by:	Vivek Khera <khera@kciLink.com>
2001-05-25 14:58:06 +00:00
Josef Karthauser
f1c80f1988 I'm looking after these ports for Andreas for a while so I've
changed the MAINTAINER line to an email alias that directs mail to
us both.
2001-05-24 20:34:27 +00:00
Jimmy Olgeni
733070f1ef Set the correct pathnames for the postgresql module in the default
configuration file.

Noticed by:	mi
2001-05-23 10:55:49 +00:00
Peter Pentchev
070526d073 Update to 1.8.
Submitted by:	fenner's distfile checking scripts
2001-05-22 17:30:44 +00:00
Ying-Chieh Liao
53e5daddca upgrade to 0.2.0
PR:		27513
Submitted by:	maintainer
2001-05-22 17:18:49 +00:00
Jimmy Olgeni
cadcbc7274 Updated modules: man, shell, mysql
* man

    A search that returns only one match will display a Location: line
    instead of going directly to the result.

* shell

    On Solaris, the path is not set correctly for commands entered, causing
    those outside /usr/sbin:/usr/sbin not to be found.

* mysql

    Clicking on a user, host, database, table or column privilege to edit
    it brings up the wrong record.

For the full change log, see http://www.webmin.com/webmin/updates.html.

I also removed the WITH_UPDATES option: updates are now installed by
default. The updates filenames have a proper version and revision number,
and when a new update comes out the port should no longer break because of
sudden md5 changes.

The WEBMIN_MODULES section now fits 80 columns.
2001-05-22 15:23:23 +00:00
Ade Lovett
d03692c58f Move gnomecanvas dependency from x11/gnomecore to
sysutils/gnomecontrolcenter.  Wierd stuff[tm] was happening
with the nightly build after the change that I missed.
2001-05-21 15:02:58 +00:00
Will Andrews
d9ea8a1921 Add msyslog 1.04b, a flexible and easy to integrate syslog daemon.
PR:		27308
Submitted by:	Anders Nordby <anders@fix.no>
2001-05-20 02:54:49 +00:00
Akinori MUSHA
1e3888f0dc Fix a rmdir line so it never fails.
Submitted by:	Jimmy Olgeni <olgeni@FreeBSD.org>
2001-05-18 14:20:15 +00:00
Akinori MUSHA
5c13f9369e Update to 1.25. 2001-05-17 18:23:40 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Vanilla I. Shu
a7be7f3bb1 Upgrade to 1.4.
PR:		ports/26826
Submitted by:	maintainer
2001-05-11 16:34:25 +00:00
Ade Lovett
2268d85efb Update to 0.5.1 2001-05-10 19:34:48 +00:00
Vanilla I. Shu
bb0ddae530 Upgrade to latest version:
p5-Apache-MP3		=>	2.16
	p5-Convert-UUlib	=>	0.111
	p5-Email-Find		=>	0.03
	p5-GD			=>	1.33
	p5-HTML-Parser		=>	3.24
	p5-I18N-Charset		=>	1.08
	p5-I18N-LangTags	=>	0.20
	p5-MIME-Lite		=>	2.111
	p5-Set-Scalar		=>	1.09
	p5-Sort-ArbBiLex	=>	3.4
	p5-URI			=>	1.12
	p5-Unix-Syslog		=>	0.95

and change MAINTAINER to ports@FreeBSD.org:
	p5-Convert-UUlib
	p5-Unix-Syslog

Approved by:	maintainer
2001-05-10 09:34:24 +00:00
Peter Pentchev
5069db76e5 Almost revert a change made in daemontools-0.70's supervise, where
the one-second sleep between invocations was moved to after the actual
invocation.  This sleep could be interrupted by a SIGCHLD in the case
of a failing service, and the service could be restarted way more than
the documented once-per-second.  Move the sleep back before the fork(),
just don't sleep before the very first fork, so the service starts faster.

Silence by:	Daniel J. Bernstein (no telling if he'll fix this in later
		daemontools releases, so I guess we'll have to do it as part
		of our port..)
Approved by:	nbm (maintainer)
2001-05-10 07:10:24 +00:00
Mario Sergio Fujikawa Ferreira
af8f097b8f Add port WMMemMon version 0.1.0: Mem/Swap monitoring dockapp for
WindowMaker

Submitted by:	Patrick Li <pat@databits.net>
2001-05-10 03:37:17 +00:00
Vanilla I. Shu
001c3c4aa2 Upgrade
p5-Apache-AuthTicket		=>	0.31
  p5-Apache-AuthenCache		=>	0.04
  p5-Business-CreditCard	=>	0.23
  p5-CGI-Cache			=>	1.03
  p5-Crypt-CipherSaber		=>	0.60
  p5-Crypt-SSLeay		=>	0.25
  p5-File-Cache			=>	0.16
  p5-Filter			=>	1.23
  p5-FreezeThaw			=>	0.41
  p5-HTML-Stream		=>	1.49
  p5-Mail-Audit			=>	1.10
  p5-Mail-Box			=>	1.111
  p5-Mail-IMAPClient		=>	2.1.2
  p5-Mail-Sender		=>	0.7.08
  p5-Math-FixedPrecision	=>	0.14
  p5-Math-GMP			=>	1.07
  p5-NNTPClient			=>	0.37
  p5-Net-SSLeay			=>	1.07
  p5-Proc-Background		=>	1.03
  p5-Quota			=>	1.3.3
  p5-Text-Template		=>	1.31
  p5-WWW-Search			=>	2.19
  p5-XML-RSS			=>	0.97
  p5-chart			=>	fix pkg-plist
2001-05-10 01:20:55 +00:00
Peter Pentchev
f54c9ced5c unquote executes a specified program after unquoting a specified list
of arguments, allowing safe passing of shell metacharacters.
2001-05-08 08:32:54 +00:00
Chris D. Faulhaber
5f5f7cd552 Update port to 0.0.10
Submitted by:	Elliot L. Tobin <tobin@mail.eecis.udel.edu>
2001-05-07 13:57:36 +00:00
Clive Lin
36bbe50a64 Add tcl82 to BUILD_DEPENDS.
Approved by: MAINTAINER
2001-05-07 09:06:19 +00:00
Greg Lehey
0c961f7f98 New port, dirdiff, a graphical tool for displaying the differences
between directory trees and for merging changes from one tree into
another.

Obtained from:	Paul Mackerras <paulus@samba.org>
2001-05-07 06:47:19 +00:00
Akinori MUSHA
f84a6b38d1 Backout the previous fix which wasn't actually needed.. 2001-05-06 17:01:50 +00:00
Akinori MUSHA
e6094a50ca Make it compile with Ruby 1.7 (make RUBY_VER=1.7). 2001-05-06 16:13:33 +00:00
Maxim Sobolev
e50f598537 Update to 0.8.1. 2001-05-06 10:45:39 +00:00
Yukihiro Nakai
bea337f470 Update MASTER_SITES
PR:		i386/26780
Submitted by:	A.G. Russell <arussell@djv.net>
2001-05-05 22:47:59 +00:00
Jimmy Olgeni
f5ec58140c Update module: postgresql.
From the change log:

  * The module reports the error "The PostgreSQL database on your system is
  version , but Webmin only supports versions 6.5 and above". This is often
  caused by the shared libraries needed by Postgres not being in Webmin's
  shared library path.

See also http://www.webmin.com/webmin/updates.html for previous module
changes.

Also, a cosmetic change: be a bit more verbose when unpacking updated
modules.

PORTREVISION bump, but this will only affect people using the WITH_UPDATES
option.
2001-05-05 10:47:28 +00:00
Ade Lovett
48d56577d5 The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.

Applications include:

mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
Ade Lovett
bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00
Ade Lovett
03af2187bd Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.

  graphics/imlib		1.9.9  -> 1.9.10
  textproc/xml-i18n-tools	0.8    -> 0.8.1
  x11/gnomelibs			1.2.11 -> 1.2.13
  devel/oaf			0.6.2  -> 0.6.5
  devel/gconf			0.12   -> 1.0.0
  devel/gnomevfs		0.5    -> 1.0
  graphics/gdk-pixbuf		0.9.0  -> 0.11.0
  sysutils/gnomecontrolcenter	1.2.2  -> 1.4.0.1
  print/gnomeprint		0.25   -> 0.28
  devel/bonobo			0.37   -> 1.0.3
  audio/gnomeaudio		1.0.0  -> 1.4.0
  x11/gnomecore			1.2.4  -> 1.4.0.3
  devel/libgtop			1.0.11 -> 1.0.12
  x11/gnomeapplets		1.2.4  -> 1.4.0.1
  misc/gnomeuserdocs		          NEW 1.4.1
  misc/gnomeutils		1.2.1  -> 1.4.0
  deskutils/gnomepim		1.2.0  -> 1.4.0
  games/gnomegames		1.2.0  -> 1.4.0.1
  print/ggv			0.95   -> 1.0
  editors/ghex			1.1.4  -> 1.2
  devel/bugbuddy		1.2    -> 2.0.1
  devel/glade			0.5.11 -> 0.6.2
  sysutils/gtop			1.0.12 -> 1.0.13
  x11/xalf			          NEW 0.11
  x11-toolkits/py-gtk		0.6.6  -> 0.6.7
  x11-toolkits/py-gnome		1.0.53 -> 1.4.0
  x11-toolkits/guile-gtk	0.19   -> 0.20
  x11-toolkits/guile-gnome	0.10   -> 0.20
  devel/libsigc++		1.0.1  -> 1.0.3
  x11-toolkits/gnome--		1.1.15 -> 1.1.17
  x11-toolkits/panel--		          NEW 0.1
  x11-fm/gnomemc		4.5.51 -> 4.5.54
2001-05-04 21:39:58 +00:00
David E. O'Brien
63f643c150 Update to version 1.3.
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-05-04 16:20:15 +00:00
David E. O'Brien
cc7af9b1ee Update to 4.56. 2001-05-03 16:53:16 +00:00
David E. O'Brien
9b66f80631 Update to 4.55.2.
This version fixes a minor issue on 5-FreeBSD.
2001-05-02 17:48:46 +00:00
Michael Haro
aca1b521b5 Update to 1.0.p15
PR:		26764
Submitted by:	maintainer
2001-05-01 10:19:46 +00:00
Akinori MUSHA
f0fd2f71b1 Point WWW: at the English page instead of the Japanese one. 2001-05-01 09:18:18 +00:00
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
Jimmy Olgeni
650550f57b Use ${LOCALBASE} in pkg-message, not "/usr/local". 2001-04-04 20:45:54 +00:00
Jimmy Olgeni
34f2476fd2 Update modules: net and apache.
From the webmin updates page:

apache: Two virtual servers can be created with the same name and port. On
systems that restrict which Webmin users can edit which virtual servers,
this could be used to get around the restriction.

net: Virtual network interfaces could not be setup properly on Solaris 8.
(this should not affect FreeBSD users).
2001-04-04 20:44:17 +00:00
Brian Somers
211f29ee3c Add dvdtape 2001-04-03 21:34:59 +00:00
Brian Somers
a22aeb324c dvdtape - a utility for creating a DVD master on a DLT drive 2001-04-03 21:34:23 +00:00
Will Andrews
dbba8af644 Overhaul QT/KDE support:
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
  introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1.  Two patches included in x11/kdelibs2 to fix the
  proxy authentication that was broken for 2.1.1.  Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me.  Should
  still work w/ compat shims for older USE_QT[,2] style.  Some others
  were also left alone for the same reason.

Reviewed by:	portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by:	David Faure <faure@kde.org> (proxy auth patches)
		Alex Zepeda <garbanzo@kde.org> (old patches removal)
2001-04-03 08:14:43 +00:00
Dmitry Sivachenko
1f3753930b New port: koncd.
KOnCD is a program that allows you to master CDs with mkisofs and
cdrecord programs.  It can create multisession CD, bootable CD,
supports blanking on CD-RW.  It also copy CDs on-the-fly.
2001-04-02 20:38:14 +00:00
Michael Haro
985047d96a Per the instructions of the software, cfengine is now dependent on BerkleyDB 3.
In fact, the only thing (that I can tell anyway) that uses the DB functions is
cfd. I'm guessing most people don't use it, especially since I haven't heard
any complaints about it.

Also, it was putting some of the docs in / (for some really strange reason).
That should be fixed too. They are now put in {PREFIX}/share/doc/cfengine,
depending on NOPORTSDOC (somewhat reverse logic than normal, but it made the
amount of changes less).

Finally, strip the binaries.

PR:		26189
Submitted by:	    maintainer
2001-04-02 10:21:20 +00:00
Michael Haro
af0be8e375 remove deprecated fetch options from FETCH_BEFORE_ARGS 2001-04-02 09:24:30 +00:00
Will Andrews
0f6b156e97 Add perf 1.5, a xview-based system monitoring tool.
PR:		25631
Submitted by:	Tobias Begalke <tobega@spyz.org>
2001-03-31 03:21:48 +00:00
Will Andrews
5b20a48418 Add p5-LJ-TextMessage 1.2, a perl5 interface to send text messages to
phones/pagers.

PR:		26085
Submitted by:	Michael Johnson <ahze@ahze.net>
2001-03-31 02:08:19 +00:00
Will Andrews
cebc4b6289 Add p5-LJ-Cache 1.0, a perl5 implementation of an LRU dictionary cache.
PR:		26086
Submitted by:	Michael Johnson <ahze@ahze.net>
2001-03-31 01:57:06 +00:00
Wes Peters
34cccab203 Remove old Makefile, the new improved tarball distribution has one. 2001-03-30 07:30:51 +00:00
Wes Peters
48145845e6 Fix the no-login port, since I've moved the distribution ftp site.
Also, take over maintainership, since I wrote it in the first place.
I also took the time to write a Makefile for the program and to
package the whole mess into a tarball to make it easier to fetch.

Obtained from:	Softweyr LLC
2001-03-30 06:04:31 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Dmitry Sivachenko
0df4aac7f0 Fix typo. 2001-03-28 14:51:51 +00:00
Dmitry Sivachenko
11126708d2 Fix build on machines with rpm installed.
PR:		26167
2001-03-28 14:46:25 +00:00
Kevin Lo
2aa30208f8 Update to version 1.1.1
PR: 26165
Submitted by: MAINTAINER
2001-03-28 13:14:10 +00:00
Jimmy Olgeni
96906f5359 Update port to version 0.85.
* Support symlinks in automatic plist generation
* Support for empty WEBMIN_MODULES variable (no patches yet)
2001-03-28 09:29:20 +00:00
Andreas Klemm
4d51280aa6 change to my standard of using freebsd.org address. 2001-03-27 05:19:54 +00:00
Andreas Klemm
dbf1c5868e style: fix manpage section, 1 -> 8 2001-03-26 17:24:14 +00:00
Andreas Klemm
6b34a8a9ea new port of Michael Smith's personality script
personality manages different system configurations
2001-03-25 20:34:50 +00:00
Akinori MUSHA
85441a23ad Reword pkg-comment and pkg-descr to make it clearer. (README will be
fixed in the next release)

Submitted by:	obrien
2001-03-23 20:47:52 +00:00
Alexander Langer
f766e222e3 Remove the "#" at the beginning of the BROKEN= line. *blush*
Submitted by:	jedgar
2001-03-23 16:08:52 +00:00
Jun Kuriyama
63cdda0b24 o Fix $MASTER_SITES.
o Add WWW: line.
o Add patch from OpenBSD.

Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
PR:		ports/25871
2001-03-23 14:32:28 +00:00
Alexander Langer
c7dc917c9d Make this actually fetchable (and BROKEN for systems < 4.2-RELEASE).
Submitted by:	fenner's distfile survey
2001-03-23 14:21:40 +00:00
James E. Housley
081d9ac52f Update to version 0.44.3
- Updaet gd dependancy
- Added missing MAN8
- Merged pkg-plist.(doc|cgi) into pkg-plist
- General cleanup
2001-03-23 13:32:11 +00:00
James E. Housley
8729595f0d I will MAINTAIN this port. 2001-03-23 11:50:27 +00:00
Ade Lovett
dce51cd86c Sigh. Reclaim these, primarily for GNOME 1.4 2001-03-23 05:42:30 +00:00
Vanilla I. Shu
e94bb46af2 Someone don't like my style, so I drop maintainer now. 2001-03-23 05:34:27 +00:00
Jun Kuriyama
357cb88213 o Fix $MASTER_SITES.
o Add WWW: line.
o Add patch from OpenBSD.

Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
PR:		ports/25871
2001-03-23 03:20:17 +00:00
Jun Kuriyama
83dd1a7553 Upgrade to 0.2.
Submitted by:	Martin Kammerhofer <mkamm@gmx.net> (maintainer)
PR:		ports/25874
2001-03-23 03:03:05 +00:00
James E. Housley
1a9234f22d Update MASTER_SITE
portlint cleanups

PR:		26014
Submitted by:	Daniel Hemmerich <dan@BSDpro.com> MAINTAINER
2001-03-23 01:45:19 +00:00
Akinori MUSHA
6756e56e52 Update to 1.19.
2001-03-23 04:08  knu

        * portupgrade: Change the timing of the invocation of the
        beforebuild command so that "portupgrade -B'cvs update' foo" works.

        Reported by:    Ollivier Robert <roberto@eurocontrol.fr>

2001-03-23 04:06  knu

        * portversion: Fix the implication of a '*'. (portversion -v did
        nothing ;)

        Reported by:    Tadayuki OKADA <tadayuki.okada@windriver.com>

2001-03-23 04:04  knu

        * pkgdb.rb: Skip packages with illegal names showing an informative
        message rather than dying of an error.

        Reported by:    Ollivier Robert <roberto@eurocontrol.fr>
2001-03-22 19:16:35 +00:00
OKAZAKI Tetsurou
8a0a10dc94 Add Extipl, a partition-selectable boot loader/installer which
makes coexistence of several operating systems on your machine.

PR:		23904, 24251
Submitted by:	KIMURA Takamichi <takamiti@tsden.org>
2001-03-22 15:04:23 +00:00
Akinori MUSHA
8e4cb7c968 Update portupgrade to 1.18. Now it comes with portversion, which is
the Porter's Handbook compliant version of pkg_version with a little
bit better performance and better usability.

2001-03-22 06:13  knu

        * README, portupgrade, misc/zsh/_portupgrade: Add a couple of new
        options:   -A [command to run after each installation]   -B
        [command to run before each build]

2001-03-22 05:49  knu

        * README, install.rb, portversion, misc/zsh/_portversion: Add
        portversion.

2001-03-22 05:43  knu

        * portupgrade: Use make(1) arguments specified with -m for "make -V
        PKGNAME" too.

        Ignore the difference of the name parts when it compares the
        package versions.

2001-03-22 05:36  knu

        * misc/zsh/_portupgrade: Add a missing closing bracket.
2001-03-21 21:33:52 +00:00
Akinori MUSHA
56c06bcbe7 Update to 1.16.
- Use Dir.entries(dir).each instead of Dir.glob(dir) so it does not
  hit the just installed packages.
- Add -p option. [make package as well when each port is installed]
  (Requested by: Ollivier Robert <roberto@eurocontrol.fr>)
- Sort options in alphabetical order.
2001-03-21 12:04:52 +00:00
Dirk Meyer
d1bf99f0d9 The samefile program finds files with identical contents (independent of
file name). Typical usage would be

        find / -print | samefile

turning up megabytes of wasted disk space due to duplicates. Try it,
you'll be baffled.

Jens Schweikhardt
samefile@schweikhardt.net

PR:		25857
Submitted by:	schweikh@schweikhardt.net
2001-03-21 07:26:21 +00:00
David E. O'Brien
30af7b687e rpm' and rpm2cpio' have been repocopied from "misc" to "archivers". 2001-03-20 20:28:14 +00:00
Boris Popov
935bcebcd4 Remove me as maintainer of this port. 2001-03-20 16:08:39 +00:00
Akinori MUSHA
600e52d351 Fix a bug when the origin of a package is unknown.
Submitted by:   Leif Neland <leifn@neland.dk>
2001-03-18 14:09:07 +00:00
Donald Burr
6d5cf32e68 Wrong port name was in the header lines in Makefile; corrected. 2001-03-18 12:09:28 +00:00
Akinori MUSHA
07e81a9663 D'oh, the checksum was not the correct one's. Sorry. 2001-03-18 09:26:17 +00:00
Donald Burr
f22db6a4ea Add port sysutils/mgeupsd, a daemon to monitor MGE Pulsar brand UPS's. 2001-03-18 08:04:56 +00:00
Akinori MUSHA
230a5071f6 Add portupgrade, a tool to upgrade installed packages with ports.
It upgrades ports without reinstalling dependent packages by directly
modifying the package info recorded in the files under /var/db/pkg.

e.g.
	portupgrade gtk
	portupgrade -cC gnome\*

It currently has many design flaws (to me at least) but I am releasing
this because it's functionally stable enough to use. (I believe.. ;)

Use with care, at your own risk.
2001-03-17 23:06:40 +00:00
Ying-Chieh Liao
8c110573ff add stowES
stow Enhancement Script
2001-03-17 12:58:14 +00:00
James E. Housley
61cd42bc0a Include the previous patch-aa
Upgrade to 0.6.5.
 - Allow -B to use Vbat on W83782D chips for Vcore1 (Abit BP-6) M/B
2001-03-16 20:29:13 +00:00
Lars Koeller
748dea14ee Stop supporting xperfmon v2.0 for 5.X systems.
The successor is xperfmon3 in the ports collection, which
is further maintaned and improved by myself.

Submitted by: Automated ports building system.
2001-03-16 19:55:27 +00:00
Jun Kuriyama
de96ce3ad0 Add cvsweb-converters 0.1,
create hyperlinks to cvsweb from cvs[up]
output or FreeBSD commitlogs.

PR:		25533
Submitted by:	Martin Kammerhofer <mkamm@gmx.net>
2001-03-15 13:36:30 +00:00
Vanilla I. Shu
9edf2e2b52 Use "USE_GTK" & "USE_GNOME" forever. 2001-03-14 19:33:30 +00:00
Hajimu UMEMOTO
af672497d5 - Update to 1.0.7.
- Enable language catalog.
- Master site is being down.  So, temporary master site is added.
2001-03-14 19:05:41 +00:00
Dmitry Sivachenko
a8cd37dc88 Add WWW line. 2001-03-13 15:14:29 +00:00
Dmitry Sivachenko
a5849a02aa New port: gupsc.
A free Gnome client for the Network UPS Tools
2001-03-13 15:08:45 +00:00
FUJISHIMA Satsuki
5ed655076d o USE_IMLIB.
o change maintainer's e-mail address.

PR:		25683
Submitted by:	maintainer
2001-03-12 19:18:57 +00:00
FUJISHIMA Satsuki
b1aee5c578 o add extra dependency to imlib.
o add extra symlinks.

PR:		25705
Submitted by:	maintainer
2001-03-12 17:49:32 +00:00
Kevin Lo
3f54fc462a Fix mtree problem
PR: 25706
Submitted by: MAINTAINER
2001-03-12 13:56:48 +00:00
Will Andrews
7281bf7499 Add mksunbootcd 1.0, a program to make ISO images suitible to boot on
sparc systems.

PR:		24086
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-03-10 19:24:43 +00:00
OKAZAKI Tetsurou
cd8a8032d1 Remove obsoleted URL from MASTER_SITES.
Mark BROKEN for ${OSVERSION} >= 300000, since mei does not support CAM.
2001-03-10 10:04:52 +00:00
Will Andrews
59265f91d7 Fix bogus use of WRKDIRPREFIX.
Noted by:	dinoex
Reviewed by:	MAINTAINER
2001-03-10 06:23:11 +00:00
Kris Kennaway
a2cc6b15a8 Fix plist 2001-03-10 06:02:19 +00:00
Kris Kennaway
83bd8cb5c8 Update MASTER_SITE and WWW
Submitted by:	bento
2001-03-10 04:23:21 +00:00
FUJISHIMA Satsuki
6995d706ac update to 1.1.
PR:		25628
Submitted by:	maintainer
2001-03-09 12:18:38 +00:00
Greg Lehey
ffba203842 Upgrade to version 0.1.42
PR:		ports/25624
Submitted by:	Maintainer
2001-03-09 07:19:19 +00:00
Jimmy Olgeni
e5474a191c Do not use IGNOREFILES.
I'm removing IGNOREFILES because I cannot get a clue about which files are
updated on the webmin site. For example, if any module is updated
twice, it will be listed only once on the site's updates page.

The port will always work because the file's md5 is ignored, but I don't
know when I should bump PORTREVISION. Since the default behavior of the
port is to install the official version without updates, I prefer to have
a md5 mismatch every now and then, so that PORTREVISION can be bumped and
webmin users know when they _actually_ have to upgrade the port.

No user visible changes, so no PORTREVISION bump.
2001-03-05 15:50:26 +00:00
Will Andrews
34849535be Attempt to fix conflicts with a local getopt.h (specifically, the fix is
for libgnugetopt's getopt.h).  Not tested, but should work.
2001-03-05 12:17:08 +00:00
Dmitry Sivachenko
7f69652b20 New port: kdeadmin.
A collection of applications related to system administration,
such as crontab editor, master.passwd editor, package manager, etc.
2001-03-05 12:10:41 +00:00
John-Mark Gurney
60ef608695 release a new version of ffsrecov upon the world...
significant improvements include telling you where it thinks the file system
starts when scanning for superblocks...  support to compile (untested) under
Solaris, support for reading from raw devices, support for non-mmap'able
files (which also means you can use it on >2gig file systems under x86)...
arbitrary file system start possitions (you can use da0c to access filesystems
that don't begin a block 0),  print out and validity checking of arbitrary
superblocks (no longer just the primary superblock)...

and possibly more...
2001-03-05 01:09:58 +00:00
Daniel Harris
c812a594a0 Add installwatch 0.5.6, a file creation/modification logger.
PR:		25504
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-04 17:08:54 +00:00
Jimmy Olgeni
835cef2867 The "dfsadmin-file" (Solaris specific) has been updated, together with the
"file" module.
2001-03-03 21:00:06 +00:00
Maxim Sobolev
07b999590f Don't broke the index if kernel sources are not installed.
Submitted by:	John Reynolds <jjreynold@home.com>
2001-03-03 08:49:34 +00:00
Maxim Sobolev
528d4be48b Heuristically determine if the kernel sources contain knob required
to load this module. This allows using it on very recent 4.2-STABLE.

Prompted by:	bmah
2001-03-02 19:09:35 +00:00
Ying-Chieh Liao
7397080b2d add fcron, a periodical command scheduler 2001-03-01 16:33:19 +00:00
Clive Lin
49d5b17a29 New port: rmonitor (monitor a couple of FreeBSD systems)
PR: ports/25475
Submitted by: Konrad Heuer <kheuer@gwdu60.gwdg.de>
2001-03-01 15:31:42 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Satoshi Taoka
d02af74797 Support FreeBSD's apm
(I dropted the support in version updating)

Submitted by: "Ralf S. Engelschall" <rse@engelschall.com>
Obtained from: a direct mail
2001-03-01 05:38:10 +00:00
Jimmy Olgeni
e5d1074265 More info in pkg-message.
Tell the users that they must run setup.sh after every webmin upgrade:
part of the setup procedure will insert the correct perl paths in the
webmin script, and webmin will not start without these settings.
2001-02-28 09:14:44 +00:00
Will Andrews
b28fc0bc09 Add p5-Filesys-DiskSpace 0.05, the perl equivalent of statfs(2).
PR:		25365
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-02-27 23:21:22 +00:00
Jimmy Olgeni
6852d7588d The default isc-dhcpd configuration lives in /usr/local/etc/, not /etc/. 2001-02-27 22:56:20 +00:00
Dirk Froemberg
a9bdb479e3 Bump PORTREVISION to reflect addition of patch-aj.
Reminded by:	Mike Meyer <mwm@mired.org>
2001-02-27 22:45:39 +00:00
Jimmy Olgeni
a79689be8b Don't use IS_INTERACTIVE, be "make package" friendly.
This change allows webmin to be installed/upgraded using binary packages
only. A new pkg-message file will tell the user what to do to configure
webmin for the first time. The procedure is the same after both "make
install" and "pkg_add".
2001-02-27 22:10:32 +00:00
Jimmy Olgeni
4ec20860a8 Fix for repeated "make install/deinstall" (development only).
Don't ${MV} /tmp/webmin.sh to ${PREFIX}/etc/rc.d: create it in ${WRKDIR}
instead, and use ${CP}.

If you move webmin.sh, you can't make install/deinstall/install: the last
install will fail because of the missing file. No user visible changes, but
speeds up testing.
2001-02-27 21:48:19 +00:00
Jimmy Olgeni
d677765331 Add WITH_UPDATES install option.
When the webmin version changes on the master site, patches for previous
versions may be removed (they are not stored in a version dependent
subdirectory). This means that the port of version A will break as soon as
version B is released, because the required updates disappear.

If the updates are optional, webmin users still get a chance to install the
port without updating their ports collection. It is also easier to support
users because, by default, they will run the same "official" version of
webmin.

PORTREVISION bump: if you reinstall without WITH_UPDATES you will get an
unpatched version of webmin.
2001-02-27 20:53:58 +00:00
Jimmy Olgeni
99f3c2a960 Provide sensible defaults for the postgresql module (correct username for
login, correct paths).

No PORTREVISION bump: if webmin has already been installed then the
postgresql module must be reconfigured by hand.

These changes are provided as perl regexes in the Makefile, because we only
want to change specific settings that could be shuffled in the next
versions of webmin (the same holds true for the postfix module).
2001-02-27 20:42:17 +00:00
Will Andrews
26121d15ae Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result of
the KDE team's excellent work, I am initiating burn sequence for KDE
1.x.  All base KDE1 ports are hereby nuked.  I am also reluctantly
reassuming maintainership of the KDE2 ports.  Official KDE 2.1 packages
built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's
official ftp mirrors now.  Enjoy!

Note:  It seems that the KDE people rerolled their kdelibs and kdebase
packages, and a quick examination of diffs reveal minor changes, but the
port should still work.  I'll fix the packaging problems that bento runs
into.

Approved by:	kevlo
2001-02-26 19:24:49 +00:00
Kevin Lo
a4482c2414 Upgrade to version 1.3.1 2001-02-26 15:30:57 +00:00
Steve Price
bb88a12a17 Minor tweaks to the post-install target and wording changes in pkg-descr.
PR:		24565
Submitted by:	maintainer
2001-02-26 04:26:57 +00:00
Steve Price
5e2335e108 Update to version 0.6b.
PR:		24337
Submitted by:	Adam McDougall <bsdx@looksharp.net>
2001-02-26 04:12:30 +00:00
Steve Price
9e880783b6 Forgot to bump PORTREVISION with previous commit.
Reminded by:	kris
2001-02-26 04:00:07 +00:00
Steve Price
eb9427f9f8 Don't use the Config script since the correct values are already patched
into the Makefile.

PR:		21558
Submitted by:	Barry Irwin <bvi@rucus.ru.ac.za>
Reviewed by:	maintainer
2001-02-26 03:43:24 +00:00
Steve Price
19bec0e53c Update to version 0.83.
PR:		21401
Submitted by:	Park JongHwan <jhp@freebsd.hanirc.org>
2001-02-26 03:37:42 +00:00
Dirk Froemberg
bb0f1a4bf1 Add a patch for the old and new __dtoa().
Submitted by:	tegge
PR:		ports/25286
2001-02-25 20:48:14 +00:00
Kevin Lo
7198397008 - Update to version 1.6.3
- Take over maintainership

PR: 25316
Submitted by: Gordon Tetlow <gordont@bluemtn.net>
2001-02-25 06:17:55 +00:00
Peter Pentchev
fc22e6f4c0 Update MASTER_SITES: drop ~roam/ from the URL. 2001-02-23 14:18:47 +00:00
Ying-Chieh Liao
eac0824f54 fix typo, : -> =
Noted by:	bento
2001-02-23 01:49:49 +00:00
Mario Sergio Fujikawa Ferreira
76ae6e1d12 Add new MASTER_SITES 2001-02-22 17:22:39 +00:00
Peter Pentchev
1c5c853fca Update to 1.5, remove all my unneeded patches, after Peter van Dijk
and the author, Len Budney, convinced me there was no need for my
changes.

Final push by:	Bill Fenner's distfiles check
2001-02-21 18:44:54 +00:00
Jacques Vidrine
bc80949781 Drop MAINAINERship. 2001-02-21 18:05:11 +00:00
Kevin Lo
5ba4c79c21 It should not allow to build package of itself.
PR: 25185
Submitted by: MAINTAINER
2001-02-18 16:14:57 +00:00
Kevin Lo
a1bac9cb05 Update to version 0.1h
PR: 25167
Submitted by: MAINTAINER
2001-02-17 15:53:12 +00:00
Jimmy Olgeni
4158ffb489 Change MASTER_SITES to the new tarball home.
Submitted by:	Henk Wevers <wevers@cg.nu>
2001-02-16 17:16:49 +00:00
David E. O'Brien
13e8e74188 Update to 4.55. 2001-02-15 21:33:33 +00:00
Ade Lovett
4488a7d870 Update to 1.0.12 2001-02-15 19:22:27 +00:00
FUJISHIMA Satsuki
2192154ee0 change maintainer's e-mail address. 2001-02-15 17:01:03 +00:00
Kevin Lo
6007f5909d Update to 1.0.4
PR: 25095
Submitted by: MAINTAINER
2001-02-15 13:41:23 +00:00
Maxim Sobolev
7dee418d65 Add cd9660_unicode 1.0, a kernel driver for reading CD disks with non-English
filenames. Requires -current as of several hours ago.
2001-02-13 13:56:34 +00:00
Jimmy Olgeni
471ccf3036 Some whitespace fixes (spaces -> tabs) in the startup script. 2001-02-13 13:29:59 +00:00
Kevin Lo
81c72d931f Update to version 0.5.96
PR: 25025
Submitted by: R Joseph Wright <rjoseph@mammalia.org>
2001-02-12 12:49:49 +00:00
Jimmy Olgeni
b8139c6070 Automatically compute the plist for the lib/webmin directory at install
time, so it always comes out right even if the updated modules change.
2001-02-11 17:55:00 +00:00
Ying-Chieh Liao
5cbbdd62a0 upgrade to 1.0.5 2001-02-11 16:25:24 +00:00
Akinori MUSHA
8b18ca2b49 Add %%PORTDOCS%%. 2001-02-10 12:39:31 +00:00
FUJISHIMA Satsuki
724ee21708 move gtar to archivers. 2001-02-08 17:32:40 +00:00
FUJISHIMA Satsuki
c7cfbf1ad3 gtar has been moved to archivers.
Requested by: maintainer
2001-02-08 17:30:09 +00:00
Akinori MUSHA
e7cb00253d Upgrade with Amos Gouaux's version of the Syslog module which was
recently registered on Ruby Application Archive.
2001-02-07 18:17:57 +00:00
David E. O'Brien
bb9b725c29 Put back my editor hints that were removed w/o permission.
Note these are *FULLY* Satoshi approved for the past 4 years.
2001-02-07 14:51:16 +00:00
Munechika SUMIKAWA
6243b51531 Upgrade to 1.4.2. 2001-02-06 17:32:01 +00:00
Jimmy Olgeni
96ce91de0a The file module has been updated.
From the updates web page: "If the Trust unknown referers option is turned
off in Webmin Configuration, the file manager module stops working."
2001-02-06 11:28:29 +00:00