From owner-cvs-all@FreeBSD.ORG Sun Dec 19 03:34:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D2B816A4CE; Sun, 19 Dec 2004 03:34:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C22C43D53; Sun, 19 Dec 2004 03:34:56 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBJ3Yuef009804; Sun, 19 Dec 2004 03:34:56 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBJ3Yu8K009803; Sun, 19 Dec 2004 03:34:56 GMT (envelope-from hq) Message-Id: <200412190334.iBJ3Yu8K009803@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 19 Dec 2004 03:34:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/jdictionary Makefile Makefile.plugin pkg-plist pkg-plist.plugin ports/textproc/jdictionary/files jdictionary.sh jdictionary.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Dec 2004 03:34:56 -0000 hq 2004-12-19 03:34:56 UTC FreeBSD ports repository Modified files: textproc/jdictionary Makefile pkg-plist Added files: textproc/jdictionary Makefile.plugin pkg-plist.plugin textproc/jdictionary/files jdictionary.sh.in Removed files: textproc/jdictionary/files jdictionary.sh Log: - Use bsd.java.mk - Use SUB_LIST to transform the launcher shell script - Use DATADIR=${JAVASHAREDIR}/${PORTNAME} as encouraged in the Porter's handbook for Java application ports. - Add $FreeBSD$ tags where missing - Use INSTALL_DATA to install JAR file - Minor cosmetic improvements - Bump PORTREVISION as the location of files has changed - Add support for plugin ports (this port will act as the MASTERDIR for plugin ports that will include Makefile.plugin) Reviewed by: glewis Approved by: maintainer Revision Changes Path 1.7 +14 -15 ports/textproc/jdictionary/Makefile 1.1 +38 -0 ports/textproc/jdictionary/Makefile.plugin (new) 1.3 +0 -3 ports/textproc/jdictionary/files/jdictionary.sh (dead) 1.1 +6 -0 ports/textproc/jdictionary/files/jdictionary.sh.in (new) 1.2 +3 -2 ports/textproc/jdictionary/pkg-plist 1.1 +3 -0 ports/textproc/jdictionary/pkg-plist.plugin (new)