From owner-freebsd-libh Sun Aug 25 0:38:10 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27A6D37B400 for ; Sun, 25 Aug 2002 00:38:09 -0700 (PDT) Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0B6643E42 for ; Sun, 25 Aug 2002 00:38:08 -0700 (PDT) (envelope-from okumoto@usw4.freebsd.org) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 3D17317404; Sun, 25 Aug 2002 02:37:58 -0500 (CDT) From: Max Okumoto Date: Sun, 25 Aug 2002 02:37:58 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/HuiQt HuiQtEmbedded.cc HuiQtEmbedded.hh HuiQtGroup.cc HuiQtLabel.cc HuiQtWindow.cc module.m4 Message-Id: <20020825073758.3D17317404@usw4.freebsd.org> Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okumoto 2002/08/25 02:37:58 CDT Modified files: lib/HuiQt HuiQtEmbedded.cc HuiQtEmbedded.hh HuiQtGroup.cc HuiQtLabel.cc HuiQtWindow.cc module.m4 Log: Working on HuiQtlabel. Revision Changes Path 1.2 +7 -8 libh/lib/HuiQt/HuiQtEmbedded.cc 1.4 +2 -2 libh/lib/HuiQt/HuiQtEmbedded.hh 1.3 +2 -8 libh/lib/HuiQt/HuiQtGroup.cc 1.2 +12 -16 libh/lib/HuiQt/HuiQtLabel.cc 1.4 +9 -31 libh/lib/HuiQt/HuiQtWindow.cc 1.7 +2 -2 libh/lib/HuiQt/module.m4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon Aug 26 4: 4:58 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3996137B400 for ; Mon, 26 Aug 2002 04:04:57 -0700 (PDT) Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F0043E6A for ; Mon, 26 Aug 2002 04:04:56 -0700 (PDT) (envelope-from okumoto@usw4.freebsd.org) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 2E7B617404; Mon, 26 Aug 2002 06:04:56 -0500 (CDT) From: Max Okumoto Date: Mon, 26 Aug 2002 06:04:56 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/scripts Dialog.tcl Hui.tcl setupNew.tcl startup.sh Message-Id: <20020826110456.2E7B617404@usw4.freebsd.org> Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okumoto 2002/08/26 06:04:56 CDT Modified files: release/scripts Dialog.tcl Hui.tcl setupNew.tcl startup.sh Log: Add getopt processing of startup.sh script. This allows the user to select which display driver to use. {Qt vs TVision} Revision Changes Path 1.13 +4 -2 libh/release/scripts/Dialog.tcl 1.4 +5 -14 libh/release/scripts/Hui.tcl 1.3 +1 -1 libh/release/scripts/setupNew.tcl 1.2 +68 -12 libh/release/scripts/startup.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon Aug 26 4: 5:33 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C57AA37B400 for ; Mon, 26 Aug 2002 04:05:32 -0700 (PDT) Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D95243E42 for ; Mon, 26 Aug 2002 04:05:32 -0700 (PDT) (envelope-from okumoto@usw4.freebsd.org) Received: by usw4.freebsd.org (Postfix, from userid 3030) id C56A517404; Mon, 26 Aug 2002 06:05:31 -0500 (CDT) From: Max Okumoto Date: Mon, 26 Aug 2002 06:05:31 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/Hui Dim.hh libh/lib/HuiQt HuiQt.cc HuiQtLabel.cc Message-Id: <20020826110531.C56A517404@usw4.freebsd.org> Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okumoto 2002/08/26 06:05:31 CDT Modified files: lib/Hui Dim.hh lib/HuiQt HuiQt.cc HuiQtLabel.cc Log: Add scaling to for Qt objects. Revision Changes Path 1.7 +12 -1 libh/lib/Hui/Dim.hh 1.6 +2 -2 libh/lib/HuiQt/HuiQt.cc 1.3 +3 -1 libh/lib/HuiQt/HuiQtLabel.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Aug 29 6:38:47 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B9EB37B400 for ; Thu, 29 Aug 2002 06:38:46 -0700 (PDT) Received: from c009.snv.cp.net (h019.c009.snv.cp.net [209.228.34.132]) by mx1.FreeBSD.org (Postfix) with SMTP id 27DF043E3B for ; Thu, 29 Aug 2002 06:38:42 -0700 (PDT) (envelope-from candelabrum@canada.com) Received: (cpmta 12762 invoked from network); 29 Aug 2002 06:38:33 -0700 Received: from 209.228.34.125 (HELO mail.canada.com.criticalpath.net) by smtp.canada.com (209.228.34.132) with SMTP; 29 Aug 2002 06:38:33 -0700 X-Sent: 29 Aug 2002 13:38:33 GMT Received: from [80.92.196.12] by mail.canada.com with HTTP; Thu, 29 Aug 2002 06:38:33 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 To: libh@FreeBSD.org From: candelabrum@canada.com Subject: usw4.freebsd.org X-Sent-From: candelabrum@canada.com Date: Thu, 29 Aug 2002 06:38:33 -0700 (PDT) X-Mailer: Web Mail 5.0.11-9 Message-Id: <20020829063833.7800.h012.c009.wm@mail.canada.com.criticalpath.net> Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi libh!!! usw4.freebsd.org doesn=92t answer through both http and CVS. Is something happen? regards Roman Streltsov =0D __________________________________________________________ Get your FREE personalized e-mail at http://www.canada.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Aug 29 7:22:59 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BF1A37B405 for ; Thu, 29 Aug 2002 07:22:57 -0700 (PDT) Received: from mail2.qc.uunet.ca (mail2.qc.uunet.ca [198.168.54.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id B751643E6E for ; Thu, 29 Aug 2002 07:22:56 -0700 (PDT) (envelope-from anarcat@anarcat.ath.cx) Received: from xtanbul (IDENT:506@[216.94.147.34]) by mail2.qc.uunet.ca (8.9.3/8.9.3) with ESMTP id KAA18935; Thu, 29 Aug 2002 10:22:54 -0400 Date: Thu, 29 Aug 2002 10:22:54 -0400 Subject: Re: usw4.freebsd.org Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Mime-Version: 1.0 (Apple Message framework v482) Cc: libh@FreeBSD.org To: candelabrum@canada.com From: Antoine Beaupre In-Reply-To: <20020829063833.7800.h012.c009.wm@mail.canada.com.criticalpath.net> Message-Id: Content-Transfer-Encoding: quoted-printable X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes. The machine has been down for about 2 days now. We're trying our best to put it back online. We'll keep you informed. A. On Thursday, August 29, 2002, at 09:38 AM, candelabrum@canada.com wrote: > Hi libh!!! > > usw4.freebsd.org doesn=92t answer through both http and > CVS. Is something happen? > > regards > Roman Streltsov > > __________________________________________________________ > Get your FREE personalized e-mail at http://www.canada.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-libh" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message