From owner-cvs-all@FreeBSD.ORG Fri Oct 5 21:15:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6DF616A417; Fri, 5 Oct 2007 21:15:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9397A13C461; Fri, 5 Oct 2007 21:15:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l95LFX0b064331; Fri, 5 Oct 2007 21:15:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l95LFXnB064330; Fri, 5 Oct 2007 21:15:33 GMT (envelope-from miwi) Message-Id: <200710052115.l95LFXnB064330@repoman.freebsd.org> From: Martin Wilke Date: Fri, 5 Oct 2007 21:15:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java Makefile ports/java/eclipse-propedit Makefile distinfo pkg-descr pr-patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 05 Oct 2007 21:15:33 -0000 miwi 2007-10-05 21:15:33 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/eclipse-propedit Makefile distinfo pkg-descr pr-patch Log: Development using the properties file is performed by Java by the setting file of J2EE application, internationalization correspondence with desktop application, etc. being sufficient. However, you have to change the multi-byte character in a file into Unicode with the native2ascii tool of attachment in J2SDK on the character platform un-depending. This editor can directly edit property files written in Unicode reference characters, and saves the time and effort of converting into Unicode through native2ascii. In addition to the usual functions of an editor, the plugin is integrated with Eclipse and JBuilder. Files can be opened in the IDE and saved in Unicode. It can use by intuitive and simple operation. WWW: http://propedit.sourceforge.jp/index_en.html PR: ports/116871 Submitted by: Sutra Zhou Revision Changes Path 1.191 +1 -0 ports/java/Makefile 1.1 +38 -0 ports/java/eclipse-propedit/Makefile (new) 1.1 +3 -0 ports/java/eclipse-propedit/distinfo (new) 1.1 +12 -0 ports/java/eclipse-propedit/pkg-descr (new) 1.1 +84 -0 ports/java/eclipse-propedit/pr-patch (new)