From owner-freebsd-java@FreeBSD.ORG Mon Aug 22 22:27:13 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70AF416A41F for ; Mon, 22 Aug 2005 22:27:13 +0000 (GMT) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out3.tiscali.nl (smtp-out3.tiscali.nl [195.241.79.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1266E43D46 for ; Mon, 22 Aug 2005 22:27:12 +0000 (GMT) (envelope-from ronald-freebsd8@klop.yi.org) Received: from [82.171.39.195] (helo=guido.klop.ws) by smtp-out3.tiscali.nl with smtp (Tiscali http://www.tiscali.nl) id 1E7Kl6-0001S0-1g for ; Tue, 23 Aug 2005 00:27:12 +0200 Received: (qmail 4521 invoked from network); 22 Aug 2005 22:27:10 -0000 Received: from localhost.thuis.klop.ws (HELO outgoing.local) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; 22 Aug 2005 22:27:10 -0000 Date: Tue, 23 Aug 2005 00:27:08 +0200 To: "Arvind Nahata" References: <20050822104353.28119.qmail@web50108.mail.yahoo.com> From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20050822104353.28119.qmail@web50108.mail.yahoo.com> User-Agent: Opera M2/8.02 (FreeBSD, build 1272) Cc: freebsd-java@freebsd.org Subject: Re: JRE for FreeBSD 5.4, Monitoring FreeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 22:27:13 -0000 On Mon, 22 Aug 2005 12:43:53 +0200, Arvind Nahata wrote: > Many thanks to Ian G, Greg Lewis, and Ronald Klop for > their responses! > > Please ignore my ignorance, but can you first tell me > what do you mean by "PORTS" If you type this. cd /usr/ports ls Do you see a list of category names? If yes, type: cd games/xmines make make install make clean and some time later you have a working minesweeper game on your computer. You can do the same for cd /usr/ports/www/firefox make make install make clean To deinstall do cd /usr/ports/www/firefox make deinstall Ronald. PS: The great stuff of this is, that dependencies are automaticly resolved. -- Ronald Klop Amsterdam, The Netherlands