From owner-freebsd-libh Sun Jun 10 4:22:32 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 0A71637B401 for ; Sun, 10 Jun 2001 04:22:19 -0700 (PDT) (envelope-from alex@usw4.freebsd.org) Received: (from alex@localhost) by usw4.freebsd.org (8.11.3/8.11.1) id f5ABNtd01473 for libh@FreeBSD.org; Sun, 10 Jun 2001 06:23:55 -0500 (CDT) (envelope-from alex) Message-Id: <200106101123.f5ABNtd01473@usw4.freebsd.org> From: Alexander Langer Date: Sun, 10 Jun 2001 06:23:55 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision.cc 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 alex 2001/06/10 06:23:55 CDT Modified files: lib/hui HuiTVision.cc Log: - Make dialogs return if the parent of a ButtonWidget is a ContainerWidget. - Add a XXX comment. - Replace a "0" against a "NULL", which is more correct. Revision Changes Path 1.28 +24 -6 libh/lib/hui/HuiTVision.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sun Jun 10 4:23:35 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 7C3F137B405 for ; Sun, 10 Jun 2001 04:23:32 -0700 (PDT) (envelope-from alex@usw4.freebsd.org) Received: (from alex@localhost) by usw4.freebsd.org (8.11.3/8.11.1) id f5ABP9V01507 for libh@FreeBSD.org; Sun, 10 Jun 2001 06:25:09 -0500 (CDT) (envelope-from alex) Message-Id: <200106101125.f5ABP9V01507@usw4.freebsd.org> From: Alexander Langer Date: Sun, 10 Jun 2001 06:25:09 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiQt_ButtonWidget.cc 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 alex 2001/06/10 06:25:09 CDT Modified files: lib/hui HuiQt_ButtonWidget.cc Log: Make dialogs return if the parent of a ButtonWidget is a ContainerWidget. Revision Changes Path 1.28 +22 -4 libh/lib/hui/HuiQt_ButtonWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sun Jun 10 5:33:20 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id B294037B401 for ; Sun, 10 Jun 2001 05:33:16 -0700 (PDT) (envelope-from alex@usw4.freebsd.org) Received: (from alex@localhost) by usw4.freebsd.org (8.11.3/8.11.1) id f5ACYrS01596 for libh@FreeBSD.org; Sun, 10 Jun 2001 07:34:53 -0500 (CDT) (envelope-from alex) Message-Id: <200106101234.f5ACYrS01596@usw4.freebsd.org> From: Alexander Langer Date: Sun, 10 Jun 2001 07:34:53 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/diskedit disk.tcl fdisk.tcl fdiskops.tcl sliceops.tcl 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 alex 2001/06/10 07:34:53 CDT Modified files: release/diskedit disk.tcl fdisk.tcl fdiskops.tcl sliceops.tcl Log: - Now finally be able to create slices. A dialog popup appears, where one can specify size of new slice in blocks, Mega and Gigabyte (e.g. 200M, 2G), toggle if the new slice is bootable and choose the type of the slice (currently FreeBSD + FAT). - Reformat the ok_dialog to have nicer layout. The slice editor is now already fully capable of creating and deleting slices. Changes are still not written to disk, though. Revision Changes Path 1.2 +2 -0 libh/release/diskedit/disk.tcl 1.5 +13 -4 libh/release/diskedit/fdisk.tcl 1.3 +9 -3 libh/release/diskedit/fdiskops.tcl 1.2 +54 -10 libh/release/diskedit/sliceops.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sun Jun 10 5:35:12 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id DAAD637B407 for ; Sun, 10 Jun 2001 05:35:04 -0700 (PDT) (envelope-from alex@usw4.freebsd.org) Received: (from alex@localhost) by usw4.freebsd.org (8.11.3/8.11.1) id f5ACagF01636 for libh@FreeBSD.org; Sun, 10 Jun 2001 07:36:42 -0500 (CDT) (envelope-from alex) Message-Id: <200106101236.f5ACagF01636@usw4.freebsd.org> From: Alexander Langer Date: Sun, 10 Jun 2001 07:36:41 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/disk Disk.hh 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 alex 2001/06/10 07:36:41 CDT Modified files: lib/disk Disk.hh Log: Don't print to cerr when freeing memory. This is done everytime a slice is deleted and therefore not useful when in text mode (since it destroys the output.). The message wasn't very informative anyways. Revision Changes Path 1.3 +2 -2 libh/lib/disk/Disk.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sun Jun 10 9: 6:20 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 2148937B403 for ; Sun, 10 Jun 2001 09:06:19 -0700 (PDT) (envelope-from alex@usw4.freebsd.org) Received: (from alex@localhost) by usw4.freebsd.org (8.11.3/8.11.1) id f5AG7tg01833 for libh@FreeBSD.org; Sun, 10 Jun 2001 11:07:55 -0500 (CDT) (envelope-from alex) Message-Id: <200106101607.f5AG7tg01833@usw4.freebsd.org> From: Alexander Langer Date: Sun, 10 Jun 2001 11:07:54 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/diskedit sliceops.tcl 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 alex 2001/06/10 11:07:54 CDT Modified files: release/diskedit sliceops.tcl Log: Remove unused flags. Reformat. Revision Changes Path 1.3 +3 -5 libh/release/diskedit/sliceops.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sun Jun 10 9: 8:31 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 4721137B405 for ; Sun, 10 Jun 2001 09:08:26 -0700 (PDT) (envelope-from alex@usw4.freebsd.org) Received: (from alex@localhost) by usw4.freebsd.org (8.11.3/8.11.1) id f5AGA3Q01875 for libh@FreeBSD.org; Sun, 10 Jun 2001 11:10:03 -0500 (CDT) (envelope-from alex) Message-Id: <200106101610.f5AGA3Q01875@usw4.freebsd.org> From: Alexander Langer Date: Sun, 10 Jun 2001 11:10:03 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/diskedit fdisk.tcl fdiskops.tcl 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 alex 2001/06/10 11:10:03 CDT Modified files: release/diskedit fdisk.tcl fdiskops.tcl Log: - Be able to use the entire disk for FreeBSD, in both, normal and dangerous dedicated mode. - Be able to undo all changes. - Various smaller improvements. Revision Changes Path 1.6 +42 -12 libh/release/diskedit/fdisk.tcl 1.4 +69 -5 libh/release/diskedit/fdiskops.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue Jun 12 10:15:29 2001 Delivered-To: freebsd-libh@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 603D137B418 for ; Tue, 12 Jun 2001 10:15:12 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f5CHFAK72676; Tue, 12 Jun 2001 10:15:10 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f5CHF7X00561; Tue, 12 Jun 2001 10:15:07 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200106101610.f5AGA3Q01875@usw4.freebsd.org> Date: Tue, 12 Jun 2001 10:15:07 -0700 (PDT) From: John Baldwin To: Alexander Langer Subject: RE: cvs commit: libh/release/diskedit fdisk.tcl fdiskops.tcl Cc: libh@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 On 10-Jun-01 Alexander Langer wrote: > alex 2001/06/10 11:10:03 CDT > > Modified files: > release/diskedit fdisk.tcl fdiskops.tcl > Log: > - Be able to use the entire disk for FreeBSD, in both, normal > and dangerous dedicated mode. Personally, I'd rather it not support dangerously dedicated mode, but that's just me. :) This sounds very nice though. At some point I should update the libh on my testbox and test this stuff out. :) Thanks for all your work on this. > - Be able to undo all changes. > - Various smaller improvements. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue Jun 12 10:38:41 2001 Delivered-To: freebsd-libh@freebsd.org Received: from imr1.ericy.com (imr1.ericy.com [208.237.135.240]) by hub.freebsd.org (Postfix) with ESMTP id EA29F37B40A for ; Tue, 12 Jun 2001 10:38:33 -0700 (PDT) (envelope-from Antoine.Beaupre@ericsson.ca) Received: from mr7.exu.ericsson.se (mr7u3.ericy.com [208.237.135.122]) by imr1.ericy.com (8.11.3/8.11.3) with ESMTP id f5CHcXa00704 for ; Tue, 12 Jun 2001 12:38:33 -0500 (CDT) Received: from noah.lmc.ericsson.se (noah.lmc.ericsson.se [142.133.1.1]) by mr7.exu.ericsson.se (8.11.3/8.11.3) with ESMTP id f5CHcWU26984 for ; Tue, 12 Jun 2001 12:38:32 -0500 (CDT) Received: from lmc35.lmc.ericsson.se (lmc35.lmc.ericsson.se [142.133.16.175]) by noah.lmc.ericsson.se (8.11.2/8.9.2) with ESMTP id f5CHcVG18452 for ; Tue, 12 Jun 2001 13:38:32 -0400 (EDT) Received: by lmc35.lmc.ericsson.se with Internet Mail Service (5.5.2653.19) id ; Tue, 12 Jun 2001 13:38:30 -0400 Received: from lmc.ericsson.se (lmcpc100455.pc.lmc.ericsson.se [142.133.23.150]) by LMC37.lmc.ericsson.se with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id MY4P53L1; Tue, 12 Jun 2001 13:38:21 -0400 From: "Antoine Beaupre (LMC)" To: freebsd-libh@freebsd.org Message-ID: <3B265389.5030308@lmc.ericsson.se> Date: Tue, 12 Jun 2001 13:38:17 -0400 Organization: LMC, Ericsson Research Canada User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.1) Gecko/20010607 X-Accept-Language: en,fr-CA,fr MIME-Version: 1.0 Subject: Details on project status Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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. I just saw the new "project status" table on the libh homepage. I noticed that there were 2 "tasks" that were unassigned and that I might give a hand. I would like to get a better description at the issues at hand though: - What is the problem with the make(1) build? - What exactly are the installation scripts supposed to be? TCL/libh scripts to perform standard fbsd install procedures? I am interested in the freebsd install process and general configuration structure... I personnally think that the main distribution should move to a more package-like system where files installed would get indexed... The 250+ bin.xx files have made their time. Changing this process would involve: - changing the make release process (eek!) - me moving from -stable to -current on my workstation (eek! :) - making a new install process (that's what I'm interested in) I tried to spark some interest in changing the cdrom distribution format in a few lists, without any luck. :) 'might be because it's a really bad idea, I dunno.. Anyways, I unfortunatly don't have a lot of time on my hands, but I could start working on this on my spare time... A. -- La sémantique est la gravité de l'abstraction. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Jun 13 13:35:26 2001 Delivered-To: freebsd-libh@freebsd.org Received: from mail-out1.apple.com (mail-out1.apple.com [17.254.0.52]) by hub.freebsd.org (Postfix) with ESMTP id 4467137B405 for ; Wed, 13 Jun 2001 13:35:19 -0700 (PDT) (envelope-from richy@apple.com) Received: from apple.con (A17-128-100-225.apple.com [17.128.100.225]) by mail-out1.apple.com (8.9.3/8.9.3) with ESMTP id NAA29374 for ; Wed, 13 Jun 2001 13:35:18 -0700 (PDT) Received: from scv1.apple.com (scv1.apple.com) by apple.con (Content Technologies SMTPRS 4.2.1) with ESMTP id for ; Wed, 13 Jun 2001 13:33:36 +0100 Received: from kevinarnold (kevinarnold.apple.com [17.202.45.103]) by scv1.apple.com (8.9.3/8.9.3) with ESMTP id NAA21102 for ; Wed, 13 Jun 2001 13:35:18 -0700 (PDT) Message-Id: <200106132035.NAA21102@scv1.apple.com> Date: Wed, 13 Jun 2001 13:36:08 -0700 Content-Type: text/plain; format=flowed; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v388) From: Richy Kim To: libh@freebsd.org X-Mailer: Apple Mail (2.388) Content-Transfer-Encoding: 7bit Subject: packagetool.tcl 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, I'm playing around with libh for the first time... i've compiled fine on fbsd 4.3 but the packagetool.tcl doesn't seem to wanna run any suggestions? -r. # ./packagetool.tcl Unknown method horizontalBox for object of type Q25HuiQt12DialogWidget while executing "$dialog horizontalBox dialog_box" (procedure "message_dialog" line 30) invoked from within "message_dialog $hui $title $message left {{"~Y~es" {button_click_result YES} "default"} {"~N~o" {button_click_result NO} "normal"}}" (procedure "yes_no_dialog" line 3) invoked from within "yes_no_dialog $hui "Create Database" "Create database in $path_to_db?"" (procedure "create_database" line 4) invoked from within "create_database $hui $path_to_db" (procedure "create_or_open_database" line 6) invoked from within "create_or_open_database $hui $path_to_db" invoked from within "set db [create_or_open_database $hui $path_to_db]" (file "./packagetool.tcl" line 1332) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Jun 14 3:42:14 2001 Delivered-To: freebsd-libh@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 3460437B401 for ; Thu, 14 Jun 2001 03:42:02 -0700 (PDT) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.rwth-aachen.de [134.130.181.148]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id MAA31066; Thu, 14 Jun 2001 12:42:00 +0200 Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.3/8.11.3) id f5EAgEP41068; Thu, 14 Jun 2001 12:42:14 +0200 (CEST) (envelope-from alex) Date: Thu, 14 Jun 2001 12:42:13 +0200 From: Alexander Langer To: Richy Kim Cc: libh@FreeBSD.ORG Subject: Re: packagetool.tcl Message-ID: <20010614124213.A41047@fump.kawo2.rwth-aachen.de> References: <200106132035.NAA21102@scv1.apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106132035.NAA21102@scv1.apple.com>; from richy@apple.com on Wed, Jun 13, 2001 at 01:36:08PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 Thus spake Richy Kim (richy@apple.com): > # ./packagetool.tcl > Unknown method horizontalBox for object of type Q25HuiQt12DialogWidget This functionality disappeared because it wasn't working on TVision. I introduced a new one, I still need to change the examples, though. You might want to test one of other scripts (e.g. in the release/ subdir) in the meantime. Thanks Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Jun 14 9:14:17 2001 Delivered-To: freebsd-libh@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 26E2737B405 for ; Thu, 14 Jun 2001 09:14:04 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id SAA09810; Thu, 14 Jun 2001 18:14:00 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id 6876314AF3; Thu, 14 Jun 2001 18:14:00 +0200 (CEST) Date: Thu, 14 Jun 2001 18:14:00 +0200 From: Alexander Langer To: "Antoine Beaupre (LMC)" Cc: freebsd-libh@FreeBSD.ORG Subject: Re: Details on project status Message-ID: <20010614181400.D3411@zerogravity.kawo2.rwth-aachen.d> References: <3B265389.5030308@lmc.ericsson.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B265389.5030308@lmc.ericsson.se>; from Antoine.Beaupre@ericsson.ca on Tue, Jun 12, 2001 at 01:38:17PM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 Thus spake Antoine Beaupre (LMC) (Antoine.Beaupre@ericsson.ca): > noticed that there were 2 "tasks" that were unassigned and that I might > give a hand. Great! :-) > I would like to get a better description at the issues at hand though: > - What is the problem with the make(1) build? Well, at the moment it's just a hack: - If you ran it with NO_QT for the first time, you have to "make clean" the whole tree before actually a compile without this options works. Same for TVision. So if we want to build three versions of the libs later (both, Qt only, TVision only) we need three steps. I'd prefer the following at the moment: - build creates a new directory as the old kernel compile did it: compile/{text,graphics,graphics+text} maybe. - all .o files are placed in this directories with a correct Makefile, i.e. with the NO_* options set accordingly. - the libs are also placed in this directory - both, a statically linked bin/tclh and a dynamically linked tclh are placed in this directory. Currently, I prefer this scheme because it's easier to develop it :-) (well, you don't have to search for the libs in /usr/obj if you want to test stuff w/o installing them) Later, I'd like to see libh use /usr/obj as every other part of the system, which is the most clean solution (imho). in /usr/obj, there will be three subdirs as well unter libh (text, graphics, text+graphics again .-) Since implementing the first method for only a temporary amount of time is useless, I prefer /usr/obj as a goal. If anyone disagrees here, please tell me. Depending on the final solution how this is implemented, I want the NO_QT and NO_TVISION knobs be tweaks to decide if the text,graphics,text+graphics versions are build in /usr/obj. - the lib/tcl subdir is not good. It depends on the other libs but won't get recompiled automatically if you changed anything in the other directories' *.cd.cc files (actually, that are the only files of interest for the tcl libs). > - What exactly are the installation scripts supposed to be? TCL/libh > scripts to perform standard fbsd install procedures? Yes. > I am interested in the freebsd install process and general configuration > structure... see libh/release/scripts/ :) > I personnally think that the main distribution should move to a more > package-like system where files installed would get indexed... I agree. > The 250+ bin.xx files have made their time. Since people are still doing floppy-installs, the package-like system still has to fit into this scheme. However, it should be no problem to split system-packages up into .xx files and place these onto the floppies. > - changing the make release process (eek!) eek! :-) > - me moving from -stable to -current on my workstation (eek! :) I have a semi-working current again since yesterday :-) > Anyways, I unfortunatly don't have a lot of time on my hands, but I > could start working on this on my spare time... Just let's make sure we don't duplicate work. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Jun 14 10:56:46 2001 Delivered-To: freebsd-libh@freebsd.org Received: from mail-out2.apple.com (mail-out2.apple.com [17.254.0.51]) by hub.freebsd.org (Postfix) with ESMTP id D5DFD37B401 for ; Thu, 14 Jun 2001 10:56:43 -0700 (PDT) (envelope-from richy@apple.com) Received: from apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out2.apple.com (8.9.3/8.9.3) with ESMTP id KAA06207 for ; Thu, 14 Jun 2001 10:56:43 -0700 (PDT) Received: from scv3.apple.com (scv3.apple.com) by apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id for ; Thu, 14 Jun 2001 10:56:42 -0700 Received: from kevinarnold (kevinarnold.apple.com [17.202.45.103]) by scv3.apple.com (8.9.3/8.9.3) with ESMTP id KAA11439 for ; Thu, 14 Jun 2001 10:56:42 -0700 (PDT) Message-Id: <200106141756.KAA11439@scv3.apple.com> Date: Thu, 14 Jun 2001 10:57:30 -0700 Content-Type: text/plain; format=flowed; charset=us-ascii X-Mailer: Apple Mail (2.388) From: Richy Kim To: libh@freebsd.org Mime-Version: 1.0 (Apple Message framework v388) In-Reply-To: <20010614124213.A41047@fump.kawo2.rwth-aachen.de> Subject: Re: packagetool.tcl Content-Transfer-Encoding: 7bit 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 I'm trying to evaluate the core functionality of libh in contrast to pkg_install command line tools. (dependency checking, install/deinstall, conflicts, etc ..) what would be the best approach? the scripts in /release more so exercise the UI elements of libh does it not? -r. On Thursday, June 14, 2001, at 03:42 AM, Alexander Langer wrote: > Thus spake Richy Kim (richy@apple.com): > >> # ./packagetool.tcl >> Unknown method horizontalBox for object of type Q25HuiQt12DialogWidget > > This functionality disappeared because it wasn't working on TVision. > I introduced a new one, I still need to change the examples, though. > > You might want to test one of other scripts (e.g. in the release/ > subdir) > in the meantime. > > Thanks > > Alex > > 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 From owner-freebsd-libh Fri Jun 15 8:13: 0 2001 Delivered-To: freebsd-libh@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id CC89C37B40C for ; Fri, 15 Jun 2001 08:12:45 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id RAA21994; Fri, 15 Jun 2001 17:12:39 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id 5241014AAA; Fri, 15 Jun 2001 17:12:39 +0200 (CEST) Date: Fri, 15 Jun 2001 17:12:39 +0200 From: Alexander Langer To: Richy Kim Cc: libh@FreeBSD.ORG Subject: Re: packagetool.tcl Message-ID: <20010615171239.B935@zerogravity.kawo2.rwth-aachen.d> References: <20010614124213.A41047@fump.kawo2.rwth-aachen.de> <200106141756.KAA11439@scv3.apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106141756.KAA11439@scv3.apple.com>; from richy@apple.com on Thu, Jun 14, 2001 at 10:57:30AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 Thus spake Richy Kim (richy@apple.com): > I'm trying to evaluate the core functionality of libh in contrast to > pkg_install command line tools. > (dependency checking, install/deinstall, conflicts, etc ..) That's not possible. libh's current packaging system completely replaces the pkg_install tools, but uses a completely different database and so on. Since OpenPackages (http://www.openpackages.org/) is a similar project, you should take a look there. I plan to merge the OpenPackages work completely into libh, so that everything is possible from TCL (kinda easy once OpenPackages has a package system .-) ) Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri Jun 15 12:21:23 2001 Delivered-To: freebsd-libh@freebsd.org Received: from mail-out2.apple.com (mail-out2.apple.com [17.254.0.51]) by hub.freebsd.org (Postfix) with ESMTP id D6CD537B401 for ; Fri, 15 Jun 2001 12:21:20 -0700 (PDT) (envelope-from richy@apple.com) Received: from apple.con (A17-128-100-225.apple.com [17.128.100.225]) by mail-out2.apple.com (8.9.3/8.9.3) with ESMTP id MAA09217 for ; Fri, 15 Jun 2001 12:21:20 -0700 (PDT) Received: from scv1.apple.com (scv1.apple.com) by apple.con (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Fri, 15 Jun 2001 12:19:37 +0100 Received: from kevinarnold (kevinarnold.apple.com [17.202.45.103]) by scv1.apple.com (8.9.3/8.9.3) with ESMTP id MAA01794; Fri, 15 Jun 2001 12:21:19 -0700 (PDT) Message-Id: <200106151921.MAA01794@scv1.apple.com> Date: Fri, 15 Jun 2001 12:22:11 -0700 From: Richy Kim Content-Type: text/plain; format=flowed; charset=us-ascii Subject: Re: packagetool.tcl Cc: libh@freebsd.org To: Alexander Langer X-Mailer: Apple Mail (2.388) In-Reply-To: <20010615171239.B935@zerogravity.kawo2.rwth-aachen.d> Mime-Version: 1.0 (Apple Message framework v388) Content-Transfer-Encoding: 7bit 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 On Friday, June 15, 2001, at 08:12 AM, Alexander Langer wrote: > Thus spake Richy Kim (richy@apple.com): > >> I'm trying to evaluate the core functionality of libh in contrast to >> pkg_install command line tools. >> (dependency checking, install/deinstall, conflicts, etc ..) > > That's not possible. > libh's current packaging system completely replaces the pkg_install > tools, but uses a completely different database and so on. Yes exactly, I totally understand it's independence from pkg_install, that is why we are evaluating it. What I meant to say, is the state of libh (and it's scripts) at a point where it can demonstrate "package management" functionality , as opposed to just the UI elements... as you said in the earlier email of packagetool.tcl script being out-dated(broken), is that what is (soley) needed to test the packaging features? (sorry in advance if i'm totally missing a piece from the big picture) thanx -r. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 16 1:40:13 2001 Delivered-To: freebsd-libh@freebsd.org Received: from ue250-1.rz.RWTH-Aachen.de (ue250-1.rz.RWTH-Aachen.DE [134.130.3.33]) by hub.freebsd.org (Postfix) with ESMTP id 1577037B40A for ; Sat, 16 Jun 2001 01:40:01 -0700 (PDT) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: from ue250-1.rz.RWTH-Aachen.de (relay1.RWTH-Aachen.DE [134.130.3.3]) by ue250-1.rz.RWTH-Aachen.de (8.10.1/8.11.3-2) with ESMTP id f5G8dvN10982; Sat, 16 Jun 2001 10:39:57 +0200 (MEST) Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by ue250-1.rz.RWTH-Aachen.de (8.10.1/8.11.3/3) with ESMTP id f5G8dqV10974; Sat, 16 Jun 2001 10:39:52 +0200 (MEST) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.3/8.11.3) id f5G8YOb52130; Sat, 16 Jun 2001 10:34:24 +0200 (CEST) (envelope-from alex) Date: Sat, 16 Jun 2001 10:34:03 +0200 From: Alexander Langer To: Richy Kim Cc: libh@freebsd.org Subject: Re: packagetool.tcl Message-ID: <20010616103403.A52116@fump.kawo2.rwth-aachen.de> References: <20010615171239.B935@zerogravity.kawo2.rwth-aachen.d> <200106151921.MAA01794@scv1.apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106151921.MAA01794@scv1.apple.com>; from richy@apple.com on Fri, Jun 15, 2001 at 12:22:11PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 Thus spake Richy Kim (richy@apple.com): > that is why we are evaluating it. What I meant to say, is the state of > libh (and it's scripts) at a point where it can demonstrate "package > management" functionality , as opposed to just the UI elements... Yes, see the lib/sysinstall directory. There are working example scripts, which are able to generate a database, create sample-packages and install/remove them. Also included is a now non-working graphical frontend, but it uses the old API as well. The other example scripts are command-line utilities, though, and do therefore work. > is that what is (soley) needed to test the packaging features? No, that was an example for Neil Blakey-Milner, who wanted to write a package manager for the current ports-system. HTH Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message