From owner-freebsd-libh Wed Feb 13 13:38:13 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53]) by hub.freebsd.org (Postfix) with ESMTP id 937AB37B416 for ; Wed, 13 Feb 2002 13:38:09 -0800 (PST) Received: from khan.anarcat.dyndns.org ([65.94.186.7]) by tomts9-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020213213808.XGNT12383.tomts9-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Wed, 13 Feb 2002 16:38:08 -0500 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id A9D421989 for ; Wed, 13 Feb 2002 16:38:05 -0500 (EST) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 8044D20ACA; Wed, 13 Feb 2002 16:38:24 -0500 (EST) Date: Wed, 13 Feb 2002 16:38:23 -0500 From: The Anarcat To: Libh Subject: issue with tcl Database::create Message-ID: <20020213213823.GD303@shall.anarcat.dyndns.org> Mail-Followup-To: The Anarcat , Libh Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NQTVMVnDVuULnIzU" Content-Disposition: inline User-Agent: Mutt/1.3.25i 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 --NQTVMVnDVuULnIzU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi anarcat@shall[~/libh/release/pkgtools]% ../../compile/none/tclh.static crea= te_db.tcl ./pkg Database created in ./pkg =2E/pkg /opt anarcat@shall[~/libh/release/pkgtools]% ../../compile/none/tclh.static crea= te_db.tcl ./pkg Database created in ./pkg This means that create_db will *always* "work". Ie, now that the Database() constructor doesn't throw an exception when the database is already created, there's no way to detect if a database is indeed created.=20 What could be done would be to make the create() function public instead of just private, so that it could be used from TCL directly. The C++ public create() command could also be re-implemented with create(). Instead. Right now, I don't think this is a so big issue, so I'll leave it aside. A. --NQTVMVnDVuULnIzU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjxq3M4ACgkQttcWHAnWiGcBZACeLzpwG55lVgpyz2GbyHKlasz7 5ioAniyELi1obv/o7Z03AaVoSVWsRVln =Nkd+ -----END PGP SIGNATURE----- --NQTVMVnDVuULnIzU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 9: 8: 6 2002 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 A4E5837B417 for ; Thu, 14 Feb 2002 09:08:03 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g1EH83w70321 for libh@FreeBSD.org; Thu, 14 Feb 2002 11:08:03 -0600 (CST) (envelope-from antoine) Message-Id: <200202141708.g1EH83w70321@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 14 Feb 2002 11:08:02 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/include/sysinstall Database.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 antoine 2002/02/14 11:08:02 CST Modified files: include/sysinstall Database.hh Log: make import_db() symmetric with the rest of the API: don't request the database path (use default Database constructor args) Revision Changes Path 1.7 +2 -2 libh/include/sysinstall/Database.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 10:21: 6 2002 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 DC88737B400 for ; Thu, 14 Feb 2002 10:21:03 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g1EIL3q70425 for libh@FreeBSD.org; Thu, 14 Feb 2002 12:21:03 -0600 (CST) (envelope-from antoine) Message-Id: <200202141821.g1EIL3q70425@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 14 Feb 2002 12:21:03 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/include/sysinstall Database.hh libh/lib/sysinstall Database.cd.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 antoine 2002/02/14 12:21:03 CST Modified files: include/sysinstall Database.hh lib/sysinstall Database.cd.cc Log: previous commit broke the build, unbreak. restore import_db basename string argument, but reverse the argument order to fit the other *port_db() commands. I tought of scraping the static import_db() function altogether seems it seems only a copy of the other (instance) import_db() functions, but it is needed in the case where no database yet exists and we want to import a new database in. This is because opening a database with open() or create() will create a new SYSTEM package which is probably part of the import. Make the tcl command dbpath arg default to the Configuration one. Submitted by: libh make build errors Revision Changes Path 1.8 +8 -2 libh/include/sysinstall/Database.hh 1.9 +4 -4 libh/lib/sysinstall/Database.cd.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 12:26:47 2002 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 4EC7937B405 for ; Thu, 14 Feb 2002 12:26:43 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g1EKQcM70589 for libh@FreeBSD.org; Thu, 14 Feb 2002 14:26:38 -0600 (CST) (envelope-from antoine) Message-Id: <200202142026.g1EKQcM70589@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 14 Feb 2002 14:26:38 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/release/pkgtools all_files.tcl create_db.tcl export_db.tcl file_by_name.tcl file_owners.tcl import_db.tcl pkg_install.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 antoine 2002/02/14 14:26:38 CST Modified files: release/pkgtools all_files.tcl create_db.tcl export_db.tcl file_by_name.tcl file_owners.tcl import_db.tcl pkg_install.tcl Log: database path is now conditional switch to setting Configuration::dbPath when necessary Revision Changes Path 1.4 +2 -1 libh/release/pkgtools/all_files.tcl 1.2 +3 -3 libh/release/pkgtools/create_db.tcl 1.4 +1 -1 libh/release/pkgtools/export_db.tcl 1.4 +1 -1 libh/release/pkgtools/file_by_name.tcl 1.2 +4 -6 libh/release/pkgtools/file_owners.tcl 1.4 +7 -1 libh/release/pkgtools/import_db.tcl 1.2 +5 -5 libh/release/pkgtools/pkg_install.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 12:27:40 2002 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 78C0E37B402 for ; Thu, 14 Feb 2002 12:27:38 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g1EKRcB70620 for libh@FreeBSD.org; Thu, 14 Feb 2002 14:27:38 -0600 (CST) (envelope-from antoine) Message-Id: <200202142027.g1EKRcB70620@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 14 Feb 2002 14:27:38 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/release/pkgtools create_db.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 antoine 2002/02/14 14:27:38 CST Modified files: release/pkgtools create_db.tcl Log: use create() instead of open() to create the database Revision Changes Path 1.3 +14 -20 libh/release/pkgtools/create_db.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 12:30:53 2002 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 15F6637B402 for ; Thu, 14 Feb 2002 12:30:42 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g1EKUfI70658 for libh@FreeBSD.org; Thu, 14 Feb 2002 14:30:41 -0600 (CST) (envelope-from antoine) Message-Id: <200202142030.g1EKUfI70658@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 14 Feb 2002 14:30:41 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/release/pkgtools DOCUMENTATION 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 antoine 2002/02/14 14:30:41 CST Modified files: release/pkgtools DOCUMENTATION Log: [forgot the doc] database path is now conditional switch to setting Configuration::dbPath when necessary Revision Changes Path 1.2 +2 -2 libh/release/pkgtools/DOCUMENTATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 15:17:37 2002 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 6FE5A37B405 for ; Thu, 14 Feb 2002 15:17:35 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g1ENHYd70810 for libh@FreeBSD.org; Thu, 14 Feb 2002 17:17:34 -0600 (CST) (envelope-from antoine) Message-Id: <200202142317.g1ENHYd70810@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 14 Feb 2002 17:17:34 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/bin/tclh Makefile 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 antoine 2002/02/14 17:17:34 CST Modified files: bin/tclh Makefile Log: make NOSHARED=yes set only if not already set this allows ports to define NOSHARED=NO Revision Changes Path 1.19 +2 -2 libh/bin/tclh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 15:18:57 2002 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 C2B9337B404 for ; Thu, 14 Feb 2002 15:18:55 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g1ENItZ70843 for libh@FreeBSD.org; Thu, 14 Feb 2002 17:18:55 -0600 (CST) (envelope-from antoine) Message-Id: <200202142318.g1ENItZ70843@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 14 Feb 2002 17:18:55 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh TODO 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 antoine 2002/02/14 17:18:55 CST Modified files: . TODO Log: add build_systems_* dependency problem Revision Changes Path 1.14 +4 -1 libh/TODO To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 15:19:59 2002 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 C2FE337B400 for ; Thu, 14 Feb 2002 15:19:57 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g1ENJvL70870 for libh@FreeBSD.org; Thu, 14 Feb 2002 17:19:57 -0600 (CST) (envelope-from antoine) Message-Id: <200202142319.g1ENJvL70870@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 14 Feb 2002 17:19:57 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh Makefile.inc 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 antoine 2002/02/14 17:19:57 CST Modified files: . Makefile.inc Log: recognize PREFIX this allows the port to use the builtin install target PREFIX defaults to /usr (libh hopes to be part of the base system) Revision Changes Path 1.18 +5 -1 libh/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 15:58:38 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts7-srv.bellnexxia.net (tomts7.bellnexxia.net [209.226.175.40]) by hub.freebsd.org (Postfix) with ESMTP id 9806537B402 for ; Thu, 14 Feb 2002 15:58:35 -0800 (PST) Received: from khan.anarcat.dyndns.org ([65.94.144.135]) by tomts7-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020214235834.JKZK15460.tomts7-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Thu, 14 Feb 2002 18:58:34 -0500 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id AC229193E for ; Thu, 14 Feb 2002 18:58:29 -0500 (EST) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 62DDA20ACC; Thu, 14 Feb 2002 18:58:38 -0500 (EST) Date: Thu, 14 Feb 2002 18:58:38 -0500 From: The Anarcat To: libh@FreeBSD.org Subject: Re: cvs commit: libh Makefile.inc Message-ID: <20020214235837.GA308@shall.anarcat.dyndns.org> References: <200202142319.g1ENJvL70870@usw4.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <200202142319.g1ENJvL70870@usw4.freebsd.org> User-Agent: Mutt/1.3.25i 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 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu Feb 14, 2002 at 05:19:57PM -0600, Antoine Beaupr=E9 wrote: > antoine 2002/02/14 17:19:57 CST >=20 > Modified files: > . Makefile.inc=20 > Log: > recognize PREFIX > =20 > this allows the port to use the builtin install target > =20 > PREFIX defaults to /usr (libh hopes to be part of the base system) I will start hacking various libh makefiles to make them all recognize standard port targets. In particular, the only thing left I see to do is to hack release/ to recognize the "install" target. Shouldn't be too hard, and then I'll send another updater for the port so that its makefiles gets cleaner again. A. --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjxsTywACgkQttcWHAnWiGdodgCeMEqylib0SBvCX1RIvGwBLFF3 lvkAn1pKjdlDgZWKdPGgtzP6UHo8dh3i =E/f5 -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 20:33:33 2002 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 C4F5037B400 for ; Thu, 14 Feb 2002 20:33:31 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g1F4XVe71171 for libh@FreeBSD.org; Thu, 14 Feb 2002 22:33:31 -0600 (CST) (envelope-from antoine) Message-Id: <200202150433.g1F4XVe71171@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 14 Feb 2002 22:33:31 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/release Makefile Makefile.inc libh/release/diskedit Makefile libh/release/pkgtools Makefile libh/release/scripts Makefile 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 antoine 2002/02/14 22:33:31 CST Added files: release Makefile Makefile.inc release/diskedit Makefile release/pkgtools Makefile release/scripts Makefile Log: add simple datafiles installation Makefiles for release scripts note that Makefile.inc stuff should definitly be included in the base system. Obtained partly from: ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 20:36:13 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by hub.freebsd.org (Postfix) with ESMTP id 84B8637B419 for ; Thu, 14 Feb 2002 20:36:10 -0800 (PST) Received: from khan.anarcat.dyndns.org ([65.94.144.135]) by tomts5-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020215043609.IUFN21090.tomts5-srv.bellnexxia.net@khan.anarcat.dyndns.org>; Thu, 14 Feb 2002 23:36:09 -0500 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 237CA1894; Thu, 14 Feb 2002 23:36:06 -0500 (EST) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id DA15620ACC; Thu, 14 Feb 2002 23:36:26 -0500 (EST) Date: Thu, 14 Feb 2002 23:36:26 -0500 From: The Anarcat To: Libh , Alexander Langer , jkh@anarcat.dyndns.org Subject: repo copy request Message-ID: <20020215043625.GA1342@shall.anarcat.dyndns.org> Mail-Followup-To: The Anarcat , Libh , Alexander Langer , jkh@anarcat.dyndns.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline User-Agent: Mutt/1.3.25i 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 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi. I need a repo-copy of release/console.tcl and release/console_init.tcl to release/console/.=20 The reason behind this is that we now have a generic way to iterate through the release/* directories and anyways, the console should have its own directory, it does not belong to release/ itself. Thank you, A. --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjxskEgACgkQttcWHAnWiGctVQCcDBN3LDy7uJaWPPZ6MpZUh8Nm fAsAn0b5gcjJ48Yqz7pN6G5gMj/rSd/7 =KMMz -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 21:36:16 2002 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 02BDF37B405 for ; Thu, 14 Feb 2002 21:36:15 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g1F5aEa71254 for libh@FreeBSD.org; Thu, 14 Feb 2002 23:36:14 -0600 (CST) (envelope-from antoine) Message-Id: <200202150536.g1F5aEa71254@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 14 Feb 2002 23:36:13 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/release/pkgtools pkg_info.tcl Makefile 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 antoine 2002/02/14 23:36:13 CST Modified files: release/pkgtools Makefile Added files: release/pkgtools pkg_info.tcl Log: basic pkg_info implementation right now, just reports info about installed packages Revision Changes Path 1.2 +2 -1 libh/release/pkgtools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 21:55:19 2002 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 D471C37B402 for ; Thu, 14 Feb 2002 21:55:17 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g1F5t7H71327 for libh@FreeBSD.org; Thu, 14 Feb 2002 23:55:07 -0600 (CST) (envelope-from antoine) Message-Id: <200202150555.g1F5t7H71327@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 14 Feb 2002 23:55:07 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/release/pkgtools makepackage.sh 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 antoine 2002/02/14 23:55:07 CST Modified files: release/pkgtools makepackage.sh Log: implement description generation Revision Changes Path 1.2 +11 -0 libh/release/pkgtools/makepackage.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Feb 14 22:35:15 2002 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 0EE3837B405 for ; Thu, 14 Feb 2002 22:35:14 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g1F6ZDf71396 for libh@FreeBSD.org; Fri, 15 Feb 2002 00:35:13 -0600 (CST) (envelope-from antoine) Message-Id: <200202150635.g1F6ZDf71396@usw4.freebsd.org> From: Antoine Beaupré Date: Fri, 15 Feb 2002 00:35:13 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/release/pkgtools makepackage.sh 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 antoine 2002/02/15 00:35:13 CST Modified files: release/pkgtools makepackage.sh Log: add extra status messages remove verbose flag in tar extraction add pkg dependencies generation Revision Changes Path 1.3 +23 -7 libh/release/pkgtools/makepackage.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message