From owner-cvs-ports@FreeBSD.ORG Fri Sep 3 03:29:23 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE17A16A4CE; Fri, 3 Sep 2004 03:29:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D43D943D31; Fri, 3 Sep 2004 03:29:23 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i833TNM3013308; Fri, 3 Sep 2004 03:29:23 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i833TN6W013307; Fri, 3 Sep 2004 03:29:23 GMT (envelope-from hq) Message-Id: <200409030329.i833TN6W013307@repoman.freebsd.org> From: Herve Quiroz Date: Fri, 3 Sep 2004 03:29:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jaf Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 03:29:24 -0000 hq 2004-09-03 03:29:23 UTC FreeBSD ports repository Modified files: java/jaf Makefile distinfo Removed files: java/jaf pkg-plist Log: - Fixed DISTNAME [1] - Now bsd.java.mk 2.0 compliant - Use CPIO rather than CP - Use JAVAJARDIR and JAVASHAREDIR - Removed pkg-plist (use dynamic plist and PORTDOCS) - Honor NOPORTDOCS - Honor hier(7): documentation in DOCSDIR and examples in EXAMPLESDIR - Honor "best practices for a Java library" from Porter's handbook, Java section: JARs in JAVAJARDIR. - Added 'devel' category - SIZEify Pointed out by: Rainer Duffner [1] Approved by: glewis (mentor) Revision Changes Path 1.7 +38 -11 ports/java/jaf/Makefile 1.3 +2 -1 ports/java/jaf/distinfo 1.5 +0 -90 ports/java/jaf/pkg-plist (dead)