From owner-freebsd-java Thu Nov 14 7:59:31 2002 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 6E02837B401; Thu, 14 Nov 2002 07:59:30 -0800 (PST) Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F6A43E42; Thu, 14 Nov 2002 07:59:29 -0800 (PST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from puget.esil.univ-mrs.fr (localhost [127.0.0.1]) by puget.esil.univ-mrs.fr (8.12.3/8.12.3) with ESMTP id gAEG8BkI027553; Thu, 14 Nov 2002 17:08:11 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from localhost (rv@localhost) by puget.esil.univ-mrs.fr (8.12.3/8.12.3/Submit) with ESMTP id gAEG8BRW027550; Thu, 14 Nov 2002 17:08:11 +0100 (CET) X-Authentication-Warning: puget.esil.univ-mrs.fr: rv owned process doing -bs Date: Thu, 14 Nov 2002 17:08:10 +0100 (CET) From: Herve Quiroz X-X-Sender: rv@puget.esil.univ-mrs.fr To: Ernst de Haan Cc: Herve Quiroz , Subject: Re: [FYI] Recently added Jakarta Commons ports In-Reply-To: <200211141629.34171.znerd@FreeBSD.org> Message-ID: <20021114165419.T27492-100000@puget.esil.univ-mrs.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ernst, > JAVASHAREDIR -- ${PREFIX}/share/java > JAVAJARDIR -- ${JAVASHAREDIR}/classes vote +1 > And then move on to improve things step by step, slightly improving the > whole thing ? IMHO, next on the list: destination directory for apidocs, with full PLIST_SUB support to lighten the pkg-plist files which tend to be huge. > Could you be a bit more specific? for example : USE_ANT= {yes,no} ANT_TARGET= {dist,apidocs,docs,jar...} (possibly multiple targets) if USE_ANT==yes and there is no target do-build, then define the following (which BTW is common to almost every java library at the time of speacking) : do-build: @cd ${WRKSRC} && ${ANT} ${ANT_TARGET} [from current jakarta-commons-collections port] Maybe later we could have something for INSTALL_APIDOCS which takes a directory as only argument and put it right where it needs to be using the now quite common "cp -r" or "find ... -exec mkdir/install..." (the second is in my opinion a better/cleaner way of doing because it uses INSTALL_MAN instead of cp). Regards -Herve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message