Subject: CVS commit: pkgsrc/net/dc_gui
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 09/30/2002 19:35:20
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 30 16:35:19 UTC 2002
Modified Files:
pkgsrc/net/dc_gui: Makefile PLIST distinfo
pkgsrc/net/dc_gui/patches: patch-ad
Log Message:
Update to 0.62.
- fix a bug in GDL ctree which crashs dc_gui. Bug fixed by Raphael Scott.
- new button added to start a dummy client (requires DCTC 0.83.5).
- command line option added: -s. This command temporarily disables the autostart
of clients which can be useful when an invalid hub has this flag set.
- command line option added: -h. This flag requires a parameter, a hub address
and port. When this option is given, the GUI will automatically start a new
DCTC connected to the given hub address. When this option is given, you must
also give the option -p (see below).
- command line option added: -u. This flag requires a parameter, a dchub:// URL
When this option is given, the GUI will automatically start a new DCTC
connected to the given hub address. When this option is given, you must also
give the option -p (see below).
- command line option added: -p. This flag requires a parameter, the name of
an existing profile to use. This option is needed for both -h and -u.
- command line option added: -e. When this flag is specified, the program ends
immediatly before displaying any window. This flag is useful with both -h
and -u to avoid to have as many GUI as DCTC client.
Also, de-internationalize a bit more.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/net/dc_gui/Makefile pkgsrc/net/dc_gui/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/dc_gui/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/net/dc_gui/patches/patch-ad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.