From owner-cvs-all@FreeBSD.ORG Tue Jul 8 13:04:27 2008 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 C11F51065672; Tue, 8 Jul 2008 13:04:27 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4798FC12; Tue, 8 Jul 2008 13:04:27 +0000 (UTC) (envelope-from gahr@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 m68D4Rwh050070; Tue, 8 Jul 2008 13:04:27 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m68D4RaC050067; Tue, 8 Jul 2008 13:04:27 GMT (envelope-from gahr) Message-Id: <200807081304.m68D4RaC050067@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 8 Jul 2008 13:04:27 +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/editors Makefile ports/editors/omegaT Makefile distinfo pkg-descr pkg-plist ports/editors/omegaT/files omegaT.sh.in omegat.prefs.in 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: Tue, 08 Jul 2008 13:04:27 -0000 gahr 2008-07-08 13:04:27 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/omegaT Makefile distinfo pkg-descr pkg-plist editors/omegaT/files omegaT.sh.in omegat.prefs.in Log: - New port: omegaT - a free translation memory application OmegaT is a free translation memory application used by professionals to help them during the translation process.With the following features : * Fuzzy matching (helps you to choose the right terms based on the project translation history) * Dynamic view of the original text bellow the translated one external glossaries support. * Several file formats : XHTML,HTML,MS Office XML, Open Office/ Star Office, XLIF, MediaWiki, and Plain Text. * Unicode (UTF-8) support: can be used with non-Latin alphabets This tool could be very helpful for the translation teams working on the FreeBSD documentation project. PR: 123614 Submitted by: Rodrigo OSORIO (new maintainer) Revision Changes Path 1.400 +1 -0 ports/editors/Makefile 1.1 +38 -0 ports/editors/omegaT/Makefile (new) 1.1 +3 -0 ports/editors/omegaT/distinfo (new) 1.1 +12 -0 ports/editors/omegaT/files/omegaT.sh.in (new) 1.1 +12 -0 ports/editors/omegaT/files/omegat.prefs.in (new) 1.1 +6 -0 ports/editors/omegaT/pkg-descr (new) 1.1 +796 -0 ports/editors/omegaT/pkg-plist (new)