From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 1 14:24:20 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23BB616A4BF for ; Mon, 1 Sep 2003 14:24:20 -0700 (PDT) Received: from orthanc.ab.ca (orthanc.ab.ca [216.123.230.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E94C43FDF for ; Mon, 1 Sep 2003 14:24:19 -0700 (PDT) (envelope-from lyndon@orthanc.ab.ca) Received: from gandalf.orthanc.ab.ca (gandalf.orthanc.ab.ca [IPv6:3ffe:b00:4001:0:290:27ff:fe93:7e92]) by orthanc.ab.ca (8.12.9/8.12.9) with ESMTP id h81LOFtE097894 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 1 Sep 2003 15:24:16 -0600 (MDT) (envelope-from lyndon@orthanc.ab.ca) Received: from localhost (localhost4 [127.0.0.1]) by gandalf.orthanc.ab.ca (8.12.9/8.12.9) with ESMTP id h81LOCoH070356; Mon, 1 Sep 2003 15:24:14 -0600 (MDT) (envelope-from lyndon@orthanc.ab.ca) Date: Mon, 1 Sep 2003 15:24:12 -0600 (MDT) From: Lyndon Nerenberg To: Ricardo Mesquita In-Reply-To: <3F53A62E.4090605@netcabo.pt> Message-ID: <20030901152222.S70276@gandalf.orthanc.ab.ca> References: <200309011938.h81JcYF14647@thistle.bogs.org> <3F53A62E.4090605@netcabo.pt> Organization: The Frobozz Magic Homing Pigeon Company MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hackers@freebsd.org Subject: Re: Ugly Huge BSD Monster X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 21:24:20 -0000 > > Has it ever been suggested to create one or more "dependencies" > > ports (or more to the point, packages)? I think it might be pretty > > useful to have something like that so that all of the "prerequisites" > > can be installed at once. > /usr/ports/misc/instant-workstation ? Well, in theory: cd /usr/ports; make install clean should do it. Not that I recommend you actually try this ... --lyndon