From owner-freebsd-java@FreeBSD.ORG Wed Jun 16 08:17:07 2004 Return-Path: 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 9E0FE16A4CE for ; Wed, 16 Jun 2004 08:17:07 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CCCD43D2F for ; Wed, 16 Jun 2004 08:17:07 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i5G8GAQr075885 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Jun 2004 17:16:10 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Wed, 16 Jun 2004 17:16:10 +0900 From: Norikatsu Shigemura To: Panagiotis Astithas Message-Id: <20040616171610.3ad2fde7.nork@FreeBSD.org> In-Reply-To: <40CFFE0F.6040403@noc.ntua.gr> References: <40CFFE0F.6040403@noc.ntua.gr> X-Mailer: Sylpheed version 0.9.11-gtk2-20040613 (GTK+ 2.4.3; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: java@FreeBSD.org Subject: Re: An alternative Eclipse 3 port X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2004 08:17:07 -0000 On Wed, 16 Jun 2004 11:00:15 +0300 Panagiotis Astithas wrote: > You can get the port skeleton here: > http://noc.ntua.gr/~past/freebsd/eclipse3-port.tgz > These are some guidelines I tried to follow: > - No reference to Linux if possible. > - The pathces in $FILESDIR are one patch per file, as in most ports. > - No hard-coded paths (ant, unzip, gmake, JAVA_HOME, etc.) > - Minimize diffs from the eclipse 2 port. Wow, I'll merge this and mine(maybe this is based).